diff options
author | Stefan Hajnoczi | 2017-01-26 18:16:13 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2017-01-31 18:12:15 +0100 |
commit | 7f4076c1bb16d0d6f81a085ecc9c9d0b9da74c7d (patch) | |
tree | ea09240eb3403d9e297d05cbdf94b249f98c9c2d /hw/vfio/trace-events | |
parent | qapi: add missing trace_visit_type_enum() call (diff) | |
download | qemu-7f4076c1bb16d0d6f81a085ecc9c9d0b9da74c7d.tar.gz qemu-7f4076c1bb16d0d6f81a085ecc9c9d0b9da74c7d.tar.xz qemu-7f4076c1bb16d0d6f81a085ecc9c9d0b9da74c7d.zip |
trace: clean up trace-events files
There are a number of unused trace events that
scripts/cleanup-trace-events.pl finds. The "hw/vfio/pci-quirks.c"
filename was typoed and "qapi/qapi-visit-core.c" was missing the qapi/
directory prefix.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20170126171613.1399-3-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/vfio/trace-events')
-rw-r--r-- | hw/vfio/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/trace-events b/hw/vfio/trace-events index ef81609b98..8de8281357 100644 --- a/hw/vfio/trace-events +++ b/hw/vfio/trace-events @@ -46,7 +46,7 @@ vfio_pci_emulated_device_id(const char *name, uint16_t val) "%s %04x" vfio_pci_emulated_sub_vendor_id(const char *name, uint16_t val) "%s %04x" vfio_pci_emulated_sub_device_id(const char *name, uint16_t val) "%s %04x" -# hw/vfio/pci-quirks. +# hw/vfio/pci-quirks.c vfio_quirk_rom_blacklisted(const char *name, uint16_t vid, uint16_t did) "%s %04x:%04x" vfio_quirk_generic_window_address_write(const char *name, const char * region_name, uint64_t data) "%s %s 0x%"PRIx64 vfio_quirk_generic_window_data_read(const char *name, const char * region_name, uint64_t data) "%s %s 0x%"PRIx64 |