From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwvG6-0004u3-St for qemu-devel@nongnu.org; Wed, 10 Jul 2013 10:20:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwvFx-0007Ij-St for qemu-devel@nongnu.org; Wed, 10 Jul 2013 10:20:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwvFx-0007HS-HD for qemu-devel@nongnu.org; Wed, 10 Jul 2013 10:20:33 -0400 Date: Wed, 10 Jul 2013 17:21:32 +0300 From: "Michael S. Tsirkin" Message-ID: <20130710142132.GC22824@redhat.com> References: <1373228271-31223-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL v4 00/18] pci,misc enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: peter.maydell@linaro.org, drjones@redhat.com, qemu-devel@nongnu.org, Paul.Durrant@citrix.com, Anthony Liguori , lersek@redhat.com, david@gibson.dropbear.id.au On Wed, Jul 10, 2013 at 03:11:27PM +0100, Stefano Stabellini wrote: > On Sun, 7 Jul 2013, Michael S. Tsirkin wrote: > > From: Michael S. Tsirkin > > > > Changes from v3: > > - fix up xen build > > > > Changes from v2: > > - rebased to origin/master > > - fixed up botched posting > > > > The following changes since commit ab8bf29078e0ab8347e2ff8b4e5542f7a0c751cf: > > > > Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-07-03 08:37:00 -0500) > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony > > > > for you to fetch changes up to 7588e2b0559ae72d3c2952c7807fc05c03099970: > > > > pci: Fold host_buses list into PCIHostState functionality (2013-07-07 23:10:57 +0300) > > This patch series breaks Xen support in QEMU. > Unfortunately QEMU exits at boot time with no output, I'll try to get > back to you with more info. This is the main change for Xen: - bus = pci_find_root_bus(0); + bus = pci_find_primary_bus(); Could you please try 1ef7a2a2afedbba47e06af5081a8b4bf6dc1cf71 that made this change, and 1ef7a2a2afedbba47e06af5081a8b4bf6dc1cf71~1 before it?