aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2020-08-25 15:20:27 -0400
committerEduardo Habkost <ehabkost@redhat.com>2020-08-27 14:04:54 -0400
commite6fcd78008e2ba757e1577c6d67520d6be62c96c (patch)
treeff13d9236278db8649c1297bf4adb4ceb65c129a /include
parent5e748ffbbf027ad1a8fcc41a24376d63d48992ac (diff)
downloadqemu-e6fcd78008e2ba757e1577c6d67520d6be62c96c.zip
qemu-e6fcd78008e2ba757e1577c6d67520d6be62c96c.tar.gz
qemu-e6fcd78008e2ba757e1577c6d67520d6be62c96c.tar.bz2
i8257: Move QOM macro to header
Move the I8257 macro to i8257.h, close to the TYPE_I8257 define. This will make future conversion to OBJECT_DECLARE* easier. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Tested-By: Roman Bolshakov <r.bolshakov@yadro.com> Message-Id: <20200825192110.3528606-32-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/dma/i8257.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/dma/i8257.h b/include/hw/dma/i8257.h
index 03e2c16..ee06371 100644
--- a/include/hw/dma/i8257.h
+++ b/include/hw/dma/i8257.h
@@ -5,6 +5,8 @@
#include "exec/ioport.h"
#define TYPE_I8257 "i8257"
+#define I8257(obj) \
+ OBJECT_CHECK(I8257State, (obj), TYPE_I8257)
typedef struct I8257Regs {
int now[2];