[Qemu-devel] [PATCH] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Marcel Apfelbaum
The PXB device exposes a new pci root bridge with the fw path: /pci-root@4/..., in which 4 is the root bus number. Before this patch the fw path was wrongly computed: /pci-root@1/pci@i0cf8/... Fix the above issues: Correct the bus number and remove the extra host bridge description. Signed-of

Re: [Qemu-devel] [PATCH] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Michael S. Tsirkin
On Thu, Jun 11, 2015 at 03:41:35PM +0300, Marcel Apfelbaum wrote: > The PXB device exposes a new pci root bridge with the > fw path: /pci-root@4/..., in which 4 is the root bus number. > Before this patch the fw path was wrongly computed: > /pci-root@1/pci@i0cf8/... > Fix the above issues: Cor

Re: [Qemu-devel] [PATCH] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Marcel Apfelbaum
On 06/11/2015 03:45 PM, Michael S. Tsirkin wrote: On Thu, Jun 11, 2015 at 03:41:35PM +0300, Marcel Apfelbaum wrote: The PXB device exposes a new pci root bridge with the fw path: /pci-root@4/..., in which 4 is the root bus number. Before this patch the fw path was wrongly computed: /pci-ro

Re: [Qemu-devel] [PATCH] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Laszlo Ersek
On 06/11/15 14:51, Marcel Apfelbaum wrote: > On 06/11/2015 03:45 PM, Michael S. Tsirkin wrote: >> On Thu, Jun 11, 2015 at 03:41:35PM +0300, Marcel Apfelbaum wrote: >>> The PXB device exposes a new pci root bridge with the >>> fw path: /pci-root@4/..., in which 4 is the root bus number. >>> Before