diff options
author | Michael S. Tsirkin | 2013-05-30 11:57:26 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2013-07-04 09:40:56 +0200 |
commit | 3459a625215449b67b9c67d9151ff72892d0a42a (patch) | |
tree | 2f22e21c03a15b418a94b4d91db8fdaa711ce76a /include/qemu | |
parent | range: add Range structure (diff) | |
download | qemu-3459a625215449b67b9c67d9151ff72892d0a42a.tar.gz qemu-3459a625215449b67b9c67d9151ff72892d0a42a.tar.xz 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')
-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 */ |