[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 12/13] hw/block: clean up stale xen_disk trace entrie
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 12/13] hw/block: clean up stale xen_disk trace entries |
Date: |
Wed, 30 Jan 2019 14:22:13 +0100 |
From: Paul Durrant <address@hidden>
This should have been removed then xen_disk.c was removed but I missed them.
Fixes: 19f87870baa570bcd7e80e7657e030bf427f16be
xen: remove the legacy 'xen_disk' backend
Signed-off-by: Paul Durrant <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
[lv: s/stake/stale/ and add "Fixes" tag]
Signed-off-by: Laurent Vivier <address@hidden>
---
hw/block/trace-events | 7 -------
1 file changed, 7 deletions(-)
diff --git a/hw/block/trace-events b/hw/block/trace-events
index 55e5a5500c..d0851953c5 100644
--- a/hw/block/trace-events
+++ b/hw/block/trace-events
@@ -121,13 +121,6 @@ nvme_ub_db_wr_invalid_cqhead(uint32_t qid, uint16_t
new_head) "completion queue
nvme_ub_db_wr_invalid_sq(uint32_t qid) "submission queue doorbell write for
nonexistent queue, sqid=%"PRIu32", ignoring"
nvme_ub_db_wr_invalid_sqtail(uint32_t qid, uint16_t new_tail) "submission
queue doorbell write value beyond queue size, sqid=%"PRIu32",
new_head=%"PRIu16", ignoring"
-# hw/block/xen_disk.c
-xen_disk_alloc(char *name) "%s"
-xen_disk_init(char *name) "%s"
-xen_disk_connect(char *name) "%s"
-xen_disk_disconnect(char *name) "%s"
-xen_disk_free(char *name) "%s"
-
# hw/block/xen-block.c
xen_block_realize(const char *type, uint32_t disk, uint32_t partition) "%s
d%up%u"
xen_block_connect(const char *type, uint32_t disk, uint32_t partition) "%s
d%up%u"
--
2.20.1
- [qemu-s390x] [PULL 00/13] Trivial branch patches, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 01/13] hw: edu: set category of the edu device, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 02/13] typo: apci->acpi, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 03/13] hw: input: set category of the i8042 device, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 04/13] hw: sd: set category of the sd memory card, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 07/13] target/openrisc: Fix LGPL version number, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 13/13] virtio-blk: remove duplicate definition of VirtIOBlock *s pointer, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 06/13] COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 05/13] Don't talk about the LGPL if the file is licensed under the GPL, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 10/13] target/s390x: Fix LGPL version in the file header comments, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 12/13] hw/block: clean up stale xen_disk trace entries,
Laurent Vivier <=
- [qemu-s390x] [PULL 09/13] tcg: Fix LGPL version number, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 11/13] target/m68k: Fix LGPL information in the file headers, Laurent Vivier, 2019/01/30
- [qemu-s390x] [PULL 08/13] target/tricore: Fix LGPL version number, Laurent Vivier, 2019/01/30
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/13] Trivial branch patches, Peter Maydell, 2019/01/31