Re: [SeaBIOS] [Qemu-devel] [PATCH v5 for-2.3 27/28] apci: fix PXB behaviour if used with unsupported BIOS

2015-03-10 Thread Michael S. Tsirkin
On Tue, Mar 10, 2015 at 06:19:43PM +0200, Marcel Apfelbaum wrote: On 03/10/2015 05:44 PM, Michael S. Tsirkin wrote: On Tue, Mar 10, 2015 at 05:32:13PM +0200, Marcel Apfelbaum wrote: PXB does not work with an unsupported BIOS, but should not interfere with normal OS operation. Fix this by

Re: [SeaBIOS] [Qemu-devel] [PATCH v5 for-2.3 27/28] apci: fix PXB behaviour if used with unsupported BIOS

2015-03-10 Thread Marcel Apfelbaum
On 03/10/2015 05:44 PM, Michael S. Tsirkin wrote: On Tue, Mar 10, 2015 at 05:32:13PM +0200, Marcel Apfelbaum wrote: PXB does not work with an unsupported BIOS, but should not interfere with normal OS operation. Fix this by not adding PXB mem/IO chunks to _CRS if they weren't configured by

Re: [SeaBIOS] [Qemu-devel] [PATCH v5 for-2.3 27/28] apci: fix PXB behaviour if used with unsupported BIOS

2015-03-10 Thread Michael S. Tsirkin
On Tue, Mar 10, 2015 at 05:32:13PM +0200, Marcel Apfelbaum wrote: PXB does not work with an unsupported BIOS, but should not interfere with normal OS operation. Fix this by not adding PXB mem/IO chunks to _CRS if they weren't configured by BIOS. Signed-off-by: Marcel Apfelbaum

[SeaBIOS] [Qemu-devel] [PATCH v5 for-2.3 27/28] apci: fix PXB behaviour if used with unsupported BIOS

2015-03-10 Thread Marcel Apfelbaum
PXB does not work with an unsupported BIOS, but should not interfere with normal OS operation. Fix this by not adding PXB mem/IO chunks to _CRS if they weren't configured by BIOS. Signed-off-by: Marcel Apfelbaum mar...@redhat.com --- hw/i386/acpi-build.c | 71