From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgGzW-0008O3-Mm for qemu-devel@nongnu.org; Mon, 20 Oct 2014 13:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgGzR-0007bJ-E0 for qemu-devel@nongnu.org; Mon, 20 Oct 2014 13:43:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgGzR-0007b6-6z for qemu-devel@nongnu.org; Mon, 20 Oct 2014 13:43:29 -0400 Date: Thu, 16 Oct 2014 11:57:01 +0200 From: Eduardo Habkost Message-ID: <20141016095701.GA5193@thinpad.lan.raisama.net> References: <1412372017-5042-1-git-send-email-dslutz@verizon.com> <1412372017-5042-2-git-send-email-dslutz@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1412372017-5042-2-git-send-email-dslutz@verizon.com> Subject: Re: [Qemu-devel] [PATCH v2 1/1] -machine vmport=off: Allow disabling of VMWare ioport emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz Cc: Stefan Hajnoczi , "Michael S. Tsirkin" , Michael Tokarev , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , Anthony Liguori , Paolo Bonzini On Fri, Oct 03, 2014 at 05:33:37PM -0400, Don Slutz wrote: > From: "Dr. David Alan Gilbert" > > This is a pc & q35 only machine opt. > > VMWare apparently doesn't like running under QEMU due to our > incomplete emulation of it's special IO Port. This adds a > pc & q35 property to allow it to be turned off. > > Signed-off-by: Dr. David Alan Gilbert > Signed-off-by: Don Slutz Reviewed-by: Eduardo Habkost -- Eduardo