On Mon, Sep 21, 2020 at 09:41:36AM +0100, Stefan Hajnoczi wrote: > On Sun, Sep 20, 2020 at 06:24:32PM +0200, Laurent Vivier wrote: > > Add trace events functions in vdpa functions. > > > > Modify qemu_hexdump() to be able to dump the vdpa config > > in trace logs in hexadecimal form. > > > > Laurent Vivier (2): > > util/hexdump: introduce qemu_hexdump_line() > > vhost-vdpa: add trace-events > > > > hw/virtio/trace-events | 29 ++++++++++++++ > > hw/virtio/vhost-vdpa.c | 85 +++++++++++++++++++++++++++++++++++++++--- > > include/qemu-common.h | 8 ++++ > > util/hexdump.c | 54 +++++++++++++++++---------- > > 4 files changed, 151 insertions(+), 25 deletions(-) > > Please take this through the VIRTIO/vhost/vDPA tree: > > Acked-by: Stefan Hajnoczi <stefa...@redhat.com>
Will do, tagged.