]> git.proxmox.com Git - qemu.git/commit
pci: Remove domain from PCIHostBus
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 6 Jun 2013 08:48:53 +0000 (18:48 +1000)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 7 Jul 2013 20:10:57 +0000 (23:10 +0300)
commit2b8cc89a5c4a8bccbef8c6862bae7371afbf3e76
tree4f9ace5155530390a1b0537330f5df772b733f6a
parent9bc473057db773dd24be381ccbde4c686595d2e7
pci: Remove domain from PCIHostBus

There are now no users of the domain field of PCIHostBus, so remove it
from the structure, and as a parameter from the pci_host_bus_register()
function which sets it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pci.c