From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrTNS-0001OZ-9I for qemu-devel@nongnu.org; Thu, 20 Nov 2014 10:10:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrTNK-0006bt-E1 for qemu-devel@nongnu.org; Thu, 20 Nov 2014 10:10:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrTNK-0006be-7O for qemu-devel@nongnu.org; Thu, 20 Nov 2014 10:10:26 -0500 Message-ID: <546E0459.9060704@redhat.com> Date: Thu, 20 Nov 2014 16:10:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416443890-20263-1-git-send-email-dslutz@verizon.com> <20141120005824.GH3243@thinpad.lan.raisama.net> <546D8450.2080900@redhat.com> <546E0398.5030205@terremark.com> In-Reply-To: <546E0398.5030205@terremark.com> 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: Don Slutz , Eduardo Habkost Cc: Anthony Liguori , "Michael S. Tsirkin" , Michael Tokarev , "Dr. David Alan Gilbert" , qemu-devel@nongnu.org, Stefan Hajnoczi On 20/11/2014 16:07, Don Slutz wrote: > The key reason is that with current xen, if vmport is enabled QEMU will > crash: Thanks, that helps understanding the patch. :) Paolo