Re: [Qemu-devel] [PATCH v2 for-1.6] pc: disable pci-info for 1.6

2013-08-08 Thread Andreas Färber
Am 08.08.2013 17:55, schrieb Michael S. Tsirkin: > The BIOS that we ship in 1.6 does not use pci info > from host (yet). Several issues turned up > (e.g. around winXP boot crashes). So it's safest to disable that > interface for 1.6 machine types for now, leave it on for 1.7 > so we have enough tim

Re: [Qemu-devel] [PATCH v2 for-1.6] pc: disable pci-info for 1.6

2013-08-08 Thread Richard Henderson
On 08/08/2013 05:55 AM, Michael S. Tsirkin wrote: > The BIOS that we ship in 1.6 does not use pci info > from host (yet). Several issues turned up > (e.g. around winXP boot crashes). So it's safest to disable that > interface for 1.6 machine types for now, leave it on for 1.7 > so we have enough ti

[Qemu-devel] [PATCH v2 for-1.6] pc: disable pci-info for 1.6

2013-08-08 Thread Michael S. Tsirkin
The BIOS that we ship in 1.6 does not use pci info from host (yet). Several issues turned up (e.g. around winXP boot crashes). So it's safest to disable that interface for 1.6 machine types for now, leave it on for 1.7 so we have enough time to figure out the right way to fix issues if any. Cc: Ri