Re: [SeaBIOS] [PATCH V2] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Kevin O'Connor
On Thu, Jun 11, 2015 at 05:12:33PM +0300, Marcel Apfelbaum wrote: On 06/11/2015 04:58 PM, Kevin O'Connor wrote: On Thu, Jun 11, 2015 at 04:37:08PM +0300, Marcel Apfelbaum wrote: The fixes solves the following issue: The PXB device exposes a new pci root bridge with the fw path:

Re: [SeaBIOS] [PATCH V2] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Marcel Apfelbaum
On 06/11/2015 05:24 PM, Kevin O'Connor wrote: On Thu, Jun 11, 2015 at 05:12:33PM +0300, Marcel Apfelbaum wrote: On 06/11/2015 04:58 PM, Kevin O'Connor wrote: On Thu, Jun 11, 2015 at 04:37:08PM +0300, Marcel Apfelbaum wrote: The fixes solves the following issue: The PXB device exposes a new

Re: [SeaBIOS] [PATCH V2] pci: fixes to allow booting from extra root pci buses.

2015-06-11 Thread Kevin O'Connor
On Thu, Jun 11, 2015 at 08:46:01PM +0300, Marcel Apfelbaum wrote: On 06/11/2015 07:54 PM, Kevin O'Connor wrote: On real machines, the firmware assigns the 4 - it's not a physical address; it's a logical address (like all bus numbers in PCI). The firmware might assign a totally different

Re: [SeaBIOS] [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: Correct

Re: [SeaBIOS] [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 this patch

[SeaBIOS] [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.

Re: [SeaBIOS] [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:

Re: [SeaBIOS] [PATCH 1/3] vga: simplify vga builds

2015-06-11 Thread Gerd Hoffmann
On Mi, 2015-06-10 at 10:36 -0400, Kevin O'Connor wrote: On Wed, Jun 10, 2015 at 01:06:28PM +0200, Gerd Hoffmann wrote: Add a kconfig menu to pick the vga variant, stick the vendorr and device ids as defaults into Kconfig. Signed-off-by: Gerd Hoffmann kra...@redhat.com The series looks

[SeaBIOS] qemu freeze, seabios release

2015-06-11 Thread Gerd Hoffmann
Hi, qemu soft freeze for 2.4 is just around the corner, time to think about the seabios release which should be included there. A new release from master isn't even planned yet[1], so I think we should go for a 1.8.2 stable release. So, if there are any fixes which should be cherry-picked

Re: [SeaBIOS] qemu freeze, seabios release

2015-06-11 Thread Laszlo Ersek
On 06/11/15 09:42, Gerd Hoffmann wrote: Hi, qemu soft freeze for 2.4 is just around the corner, time to think about the seabios release which should be included there. A new release from master isn't even planned yet[1], so I think we should go for a 1.8.2 stable release. So, if there