qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] vhost-vdpa: add trace functions in vhost-vdpa.c
@ 2020-09-25  9:10 Laurent Vivier
  2020-09-25  9:10 ` [PATCH v3 1/2] util/hexdump: introduce qemu_hexdump_line() Laurent Vivier
  2020-09-25  9:10 ` [PATCH v3 2/2] vhost-vdpa: add trace-events Laurent Vivier
  0 siblings, 2 replies; 4+ messages in thread
From: Laurent Vivier @ 2020-09-25  9:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Laurent Vivier, Cindy Lu, Michael S . Tsirkin, Jason Wang,
	Stefan Hajnoczi, Philippe Mathieu-Daudé

Add trace events functions in vdpa functions.

Modify qemu_hexdump() to be able to dump the vdpa config
in trace logs in hexadecimal form.

v3: fix typo in commit message
    trace vhost_vdpa_dma_map() and vhost_vdpa_dma_unmap()

v2: fix problems reported by checkpatch (TAB, missing 0x and 80+ line)
    added Stefan Acked-by

Laurent Vivier (2):
  util/hexdump: introduce qemu_hexdump_line()
  vhost-vdpa: add trace-events

 hw/virtio/trace-events | 31 ++++++++++++++
 hw/virtio/vhost-vdpa.c | 92 +++++++++++++++++++++++++++++++++++++++---
 include/qemu-common.h  |  8 ++++
 util/hexdump.c         | 54 ++++++++++++++++---------
 4 files changed, 160 insertions(+), 25 deletions(-)

-- 
2.26.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-25 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25  9:10 [PATCH v3 0/2] vhost-vdpa: add trace functions in vhost-vdpa.c Laurent Vivier
2020-09-25  9:10 ` [PATCH v3 1/2] util/hexdump: introduce qemu_hexdump_line() Laurent Vivier
2020-09-25  9:10 ` [PATCH v3 2/2] vhost-vdpa: add trace-events Laurent Vivier
2020-09-25 12:24   ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).