diff options
| author | John Snow | 2017-09-18 21:01:25 +0200 |
|---|---|---|
| committer | John Snow | 2017-09-18 21:01:25 +0200 |
| commit | 3eee2611dd89b2713eab4e33a6195add1fa6af32 (patch) | |
| tree | bc06f91c5af08625226e3084a65c7d11fddf7916 /Makefile.objs | |
| parent | hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false (diff) | |
| download | qemu-3eee2611dd89b2713eab4e33a6195add1fa6af32.tar.gz qemu-3eee2611dd89b2713eab4e33a6195add1fa6af32.tar.xz qemu-3eee2611dd89b2713eab4e33a6195add1fa6af32.zip | |
IDE: replace DEBUG_IDE with tracing system
Remove the DEBUG_IDE preprocessor definition with something more
appropriately flexible, using the trace-events subsystem.
This will be less prone to bitrot and will more effectively allow
us to target just the functions we care about.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20170901001502.29915-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index d9cf7ad791..3a6914c56c 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -155,6 +155,7 @@ trace-events-subdirs += hw/acpi trace-events-subdirs += hw/arm trace-events-subdirs += hw/alpha trace-events-subdirs += hw/xen +trace-events-subdirs += hw/ide trace-events-subdirs += ui trace-events-subdirs += audio trace-events-subdirs += net |
