Re: [Qemu-devel] [QEMU PATCH v2] pci: set firmware name of q35 to pci

2013-05-30 Thread Michael S. Tsirkin
On Thu, May 30, 2013 at 03:25:17PM +0800, Amos Kong wrote: > In QEMU, we set the firmware name of pc-i440fx to 'pci', and the > typename 'q35-pcihost' is set to the firmware name of q35 by default. > > The seabios matches pci devices by "/pci/@i0cf8", so q35 device > could not be identified, seabi

Re: [Qemu-devel] [QEMU PATCH v2] pci: set firmware name of q35 to pci

2013-05-30 Thread Michael S. Tsirkin
On Thu, May 30, 2013 at 03:25:17PM +0800, Amos Kong wrote: > In QEMU, we set the firmware name of pc-i440fx to 'pci', and the > typename 'q35-pcihost' is set to the firmware name of q35 by default. > > The seabios matches pci devices by "/pci/@i0cf8", so q35 device > could not be identified, seabi

[Qemu-devel] [QEMU PATCH v2] pci: set firmware name of q35 to pci

2013-05-30 Thread Amos Kong
In QEMU, we set the firmware name of pc-i440fx to 'pci', and the typename 'q35-pcihost' is set to the firmware name of q35 by default. The seabios matches pci devices by "/pci/@i0cf8", so q35 device could not be identified, seabios fails to adjust the boot priority of q35 devices. This patch sets