mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
qdev/prop: convert pci.c to helper macros.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
313feaabc6
commit
54586bd17d
9
hw/pci.c
9
hw/pci.c
@ -60,13 +60,8 @@ static struct BusInfo pci_bus_info = {
|
||||
.size = sizeof(PCIBus),
|
||||
.print_dev = pcibus_dev_print,
|
||||
.props = (Property[]) {
|
||||
{
|
||||
.name = "addr",
|
||||
.info = &qdev_prop_pci_devfn,
|
||||
.offset = offsetof(PCIDevice, devfn),
|
||||
.defval = (uint32_t[]) { -1 },
|
||||
},
|
||||
{/* end of list */}
|
||||
DEFINE_PROP_PCI_DEVFN("addr", PCIDevice, devfn, -1),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user