From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLwKU-00019N-OZ for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:05:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLwKP-0000Sg-18 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:04:54 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:57057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLwKO-0000SZ-RU for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:04:48 -0500 Date: Fri, 7 Mar 2014 09:04:44 -0600 From: Serge Hallyn Message-ID: <20140307150444.GA18660@sergelap> References: <20140307033116.GA5959@sergelap> <5319768E.4080305@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5319768E.4080305@redhat.com> Subject: Re: [Qemu-devel] pcie List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Igor Mammedov , qemu-devel@nongnu.org, "Michael S. Tsirkin" Quoting Paolo Bonzini (pbonzini@redhat.com): > Il 07/03/2014 04:31, Serge Hallyn ha scritto: > >Hi, > > > >At https://bugs.launchpad.net/bugs/1284793 it was found that commit > >a66e657e: "pci/pcie: convert PCIE hotplug to use hotplug-handler API" > >seems to break vga passthrough. Reverting that commit (plus one more > >to reintroduce a needed definition) fixed it. Do you have any > >idea what would have broken vga passthrough, and how to fix it > >without completely reverting that commit? > > The fix will be in the next pull request from Michael Tsirkin: > http://permalink.gmane.org/gmane.comp.emulators.qemu/259366 > > Paolo Thanks! I was going to cherrypick that set, but some of the patches look like they may have broken other places, so I cherrypicked just that patch. thanks, -serge