diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2017-06-14 10:29:30 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2017-06-29 14:31:16 +0100 |
commit | a576ceac393b8d7490224bf2be65e0eb8f44f556 (patch) | |
tree | 280981a4163a174a4551bb16f3ab05914161369f /disas.c | |
parent | 464588675455afda2899e20a0b120e4075de50c7 (diff) | |
download | qemu-a576ceac393b8d7490224bf2be65e0eb8f44f556.zip qemu-a576ceac393b8d7490224bf2be65e0eb8f44f556.tar.gz qemu-a576ceac393b8d7490224bf2be65e0eb8f44f556.tar.bz2 |
virtio-blk: trace vdev so devices can be distinguished
It is hard to analyze trace logs with multiple virtio-blk devices
because none of the trace events include the VirtIODevice *vdev.
This patch adds vdev so it's clear which device a request is associated
with.
I considered using VirtIOBlock *s instead but VirtIODevice *vdev is more
general and may be correlated with generic virtio trace events like
virtio_set_status.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 20170614092930.11234-1-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'disas.c')
0 files changed, 0 insertions, 0 deletions