diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2013-05-30 12:57:26 +0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2013-07-04 10:40:56 +0300 |
| commit | 3459a625215449b67b9c67d9151ff72892d0a42a (patch) | |
| tree | 2f22e21c03a15b418a94b4d91db8fdaa711ce76a /include/qemu/typedefs.h | |
| parent | 620ac82eb0fc4218fb6a4937bcef3fdab3126703 (diff) | |
| download | focaccia-qemu-3459a625215449b67b9c67d9151ff72892d0a42a.tar.gz focaccia-qemu-3459a625215449b67b9c67d9151ff72892d0a42a.zip | |
pci: store PCI hole ranges in guestinfo structure
Will be used to pass hole ranges to guests. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
| -rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 698fc03d78..ac9f8d41a3 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -64,5 +64,6 @@ typedef struct VirtIODevice VirtIODevice; typedef struct QEMUSGList QEMUSGList; typedef struct SHPCDevice SHPCDevice; typedef struct FWCfgState FWCfgState; +typedef struct PcGuestInfo PcGuestInfo; #endif /* QEMU_TYPEDEFS_H */ |