mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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
2 changed files with 3 additions and 8 deletions
2
hw/pci.h
2
hw/pci.h
|
@ -177,7 +177,7 @@ struct PCIDevice {
|
|||
|
||||
/* the following fields are read only */
|
||||
PCIBus *bus;
|
||||
int devfn;
|
||||
uint32_t devfn;
|
||||
char name[64];
|
||||
PCIIORegion io_regions[PCI_NUM_REGIONS];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue