Multiple QOM features will be provided by different headers.  Add a
qom/qom.h header to make it easier to include all of them at once.

Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>
---
This is a new patch added in v3 of the series.
---
Cc: Paolo Bonzini <pbonz...@redhat.com>
Cc: "Daniel P. Berrangé" <berra...@redhat.com>
Cc: Eduardo Habkost <ehabk...@redhat.com>
Cc: qemu-devel@nongnu.org
---
 include/qom/qom.h | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 include/qom/qom.h

diff --git a/include/qom/qom.h b/include/qom/qom.h
new file mode 100644
index 0000000000..3286605083
--- /dev/null
+++ b/include/qom/qom.h
@@ -0,0 +1,10 @@
+/*
+ * QEMU Object Model convenience header
+ *
+ * This header is not supposed to be included by other headers
+ * but by .c files that use QOM.
+ */
+
+#include "qom/object.h"
+#include "qom/object_interfaces.h"
+#include "qom/qom-qobject.h"
-- 
2.28.0


Reply via email to