diff options
author | Paolo Bonzini | 2017-09-21 12:34:00 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-09-22 01:06:51 +0200 |
commit | 02d9651d6a46479e9d70b72dca34e43605d06cda (patch) | |
tree | bce2deed4461c2c0b6ec582826bae42ebb6f0bf6 /include/qemu | |
parent | memory: Create FlatView directly (diff) | |
download | qemu-02d9651d6a46479e9d70b72dca34e43605d06cda.tar.gz qemu-02d9651d6a46479e9d70b72dca34e43605d06cda.tar.xz qemu-02d9651d6a46479e9d70b72dca34e43605d06cda.zip |
memory: trace FlatView creation and destruction
Signed-off-by: Paolo Bonzini <pbonzini@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 163550214c..980d2b330e 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -30,6 +30,7 @@ typedef struct DisplaySurface DisplaySurface; typedef struct DriveInfo DriveInfo; typedef struct Error Error; typedef struct EventNotifier EventNotifier; +typedef struct FlatView FlatView; typedef struct FWCfgEntry FWCfgEntry; typedef struct FWCfgIoState FWCfgIoState; typedef struct FWCfgMemState FWCfgMemState; |