diff options
| author | Eduardo Habkost | 2020-08-25 21:20:27 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2020-08-27 20:04:54 +0200 |
| commit | e6fcd78008e2ba757e1577c6d67520d6be62c96c (patch) | |
| tree | ff13d9236278db8649c1297bf4adb4ceb65c129a /hw/dma | |
| parent | ahci: Move QOM macros to header (diff) | |
| download | qemu-e6fcd78008e2ba757e1577c6d67520d6be62c96c.tar.gz qemu-e6fcd78008e2ba757e1577c6d67520d6be62c96c.tar.xz qemu-e6fcd78008e2ba757e1577c6d67520d6be62c96c.zip | |
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 'hw/dma')
| -rw-r--r-- | hw/dma/i8257.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/dma/i8257.c b/hw/dma/i8257.c index db808029b0..de5f696919 100644 --- a/hw/dma/i8257.c +++ b/hw/dma/i8257.c @@ -33,8 +33,6 @@ #include "qemu/log.h" #include "trace.h" -#define I8257(obj) \ - OBJECT_CHECK(I8257State, (obj), TYPE_I8257) /* #define DEBUG_DMA */ |
