diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2019-06-24 17:17:32 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-09 06:59:44 +0200 |
| commit | 6007523a80bc5100c22a1caf642a9e8a3ea7bd15 (patch) | |
| tree | 02a1b2923c98856c7960b6be4d021727f83d04c9 /hw/core/trace-events | |
| parent | c0e43084dd63daf63e8f7f5a866f2861a5e8d630 (diff) | |
| download | focaccia-qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.tar.gz focaccia-qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.zip | |
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Add an entry for the 'empty_slot' device. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com> Message-Id: <20200510152840.13558-7-f4bug@amsat.org>
Diffstat (limited to 'hw/core/trace-events')
| -rw-r--r-- | hw/core/trace-events | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/core/trace-events b/hw/core/trace-events index bbb68fb6f0..1ac60ede6b 100644 --- a/hw/core/trace-events +++ b/hw/core/trace-events @@ -34,7 +34,3 @@ clock_disconnect(const char *clk) "'%s'" clock_set(const char *clk, uint64_t old, uint64_t new) "'%s', ns=%"PRIu64"->%"PRIu64 clock_propagate(const char *clk) "'%s'" clock_update(const char *clk, const char *src, uint64_t val, int cb) "'%s', src='%s', ns=%"PRIu64", cb=%d" - -# empty_slot.c -empty_slot_read(uint64_t addr, unsigned width, uint64_t value, unsigned size, const char *name) "rd addr:0x%04"PRIx64" data:0x%0*"PRIx64" size %u [%s]" -empty_slot_write(uint64_t addr, unsigned width, uint64_t value, unsigned size, const char *name) "wr addr:0x%04"PRIx64" data:0x%0*"PRIx64" size %u [%s]" |