summary refs log tree commit diff stats
path: root/hw/pci-host/q35.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* q35: set fw_nameMichael S. Tsirkin2013-05-301-0/+1
| | | | | | | | | | | | PCI host bridges need to set fw_name to be discoverable by bios for boot device selection. In particular, seabios expects root device to be called "/pci/@i0cf8", so let's set it up like that for Q35. Cc: qemu-stable@nongnu.org Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Amos Kong <akong@redhat.com>
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+310
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>