summary refs log tree commit diff stats
path: root/include/qemu/typedefs.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-01-20 14:34:38 +0000
committerPeter Maydell <peter.maydell@linaro.org>2015-01-20 14:34:38 +0000
commita5bd4470ed34b7cf49bda7ea3dcad3a269c99ada (patch)
tree89b9146905a971666a600c39ba96f15c9907ae24 /include/qemu/typedefs.h
parent74acb99737dbedd86654d660c0c20815139a873c (diff)
parent86a6a9bf551ffa183880480b37c5836d3916687a (diff)
downloadfocaccia-qemu-a5bd4470ed34b7cf49bda7ea3dcad3a269c99ada.tar.gz
focaccia-qemu-a5bd4470ed34b7cf49bda7ea3dcad3a269c99ada.zip
Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-20-v2' into staging
* remotes/sstabellini/xen-2015-01-20-v2:
  xen: add a lock for the mapcache
  xen: do not use __-named variables in mapcache
  Xen: Use the ioreq-server API when available
  Add device listener interface

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index f2bbaaf86a..cde3314896 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -17,6 +17,7 @@ typedef struct BusState BusState;
 typedef struct CharDriverState CharDriverState;
 typedef struct CompatProperty CompatProperty;
 typedef struct DeviceState DeviceState;
+typedef struct DeviceListener DeviceListener;
 typedef struct DisplayChangeListener DisplayChangeListener;
 typedef struct DisplayState DisplayState;
 typedef struct DisplaySurface DisplaySurface;