From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrKqj-00055A-PE for qemu-devel@nongnu.org; Thu, 20 Nov 2014 01:04:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrKqa-0007LX-OV for qemu-devel@nongnu.org; Thu, 20 Nov 2014 01:04:13 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:54716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrKqa-0007LP-IA for qemu-devel@nongnu.org; Thu, 20 Nov 2014 01:04:04 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so4160254wid.12 for ; Wed, 19 Nov 2014 22:04:04 -0800 (PST) Sender: Paolo Bonzini Message-ID: <546D8450.2080900@redhat.com> Date: Thu, 20 Nov 2014 07:04:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416443890-20263-1-git-send-email-dslutz@verizon.com> <20141120005824.GH3243@thinpad.lan.raisama.net> In-Reply-To: <20141120005824.GH3243@thinpad.lan.raisama.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [BUGFIX][PATCH for 2.2 v3 1/1] -machine vmport=auto: Fix handling of VMWare ioport emulation for xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , Don Slutz Cc: Anthony Liguori , "Michael S. Tsirkin" , Michael Tokarev , "Dr. David Alan Gilbert" , qemu-devel@nongnu.org, Stefan Hajnoczi On 20/11/2014 01:58, Eduardo Habkost wrote: > if (pc_machine->vmport == VMPORT_AUTO) { > no_vmport = xen_enabled(); > } else { > no_vmport = (pc_machine->vmport == VMPORT_ON); > } I'm still not sure why the configuration should differ for "-M pc" depending on whether xen is enabled. Paolo