summaryrefslogtreecommitdiffstats
path: root/hw/qdev-core.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-10-23 21:41:52 -0200
committerAndreas Färber <afaerber@suse.de>2012-12-06 09:17:05 +0100
commit394e1bb79591c2fbfc873e5ccc38e92a3ba992cf (patch)
tree09594742152c782aa53ee13a106429921ae92e49 /hw/qdev-core.h
parentcad32159663c5910098e10d64f4b5b10648b0095 (diff)
downloadhqemu-394e1bb79591c2fbfc873e5ccc38e92a3ba992cf.zip
hqemu-394e1bb79591c2fbfc873e5ccc38e92a3ba992cf.tar.gz
Create qemu-types.h for struct typedefs
Instead of keeping all those struct typedefs in qemu-common.h, move it to a header that can be safely included by other headers, containing only the struct typedefs and not pulling in other dependencies. Also, move some of the qdev-core.h typedefs to the new file, too, so other headers don't need to include qdev-core.h only because of DeviceState and other typedefs. This will help us remove qemu-common.h dependencies from some headers later. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/qdev-core.h')
-rw-r--r--hw/qdev-core.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/hw/qdev-core.h b/hw/qdev-core.h
index fff7f0f..d672cca 100644
--- a/hw/qdev-core.h
+++ b/hw/qdev-core.h
@@ -3,20 +3,11 @@
#include "qemu-queue.h"
#include "qemu-option.h"
+#include "qemu-types.h"
#include "qemu/object.h"
#include "hw/irq.h"
#include "error.h"
-typedef struct Property Property;
-
-typedef struct PropertyInfo PropertyInfo;
-
-typedef struct CompatProperty CompatProperty;
-
-typedef struct BusState BusState;
-
-typedef struct BusClass BusClass;
-
enum DevState {
DEV_STATE_CREATED = 1,
DEV_STATE_INITIALIZED,
OpenPOWER on IntegriCloud