]> git.proxmox.com Git - qemu.git/commit
q35: set fw_name
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 30 May 2013 08:35:23 +0000 (11:35 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 12 Jun 2013 20:39:40 +0000 (15:39 -0500)
commiteeaa8d33e444ef6bbf2a10bde43aaf079db8d4df
treee1f21b96cd6f5eee8479da9dd21ac047b6413ecb
parentc1270701c0de4906f9a95ed8b8a8b4fbbbe561bc
q35: set fw_name

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>
(cherry picked from commit 68c0e134a090666246b467deaf9046e573b089f2)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/pci-host/q35.c