]> git.proxmox.com Git - mirror_qemu.git/commit
block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 6 Oct 2021 16:49:28 +0000 (18:49 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Nov 2021 14:49:12 +0000 (15:49 +0100)
commit53cedeaaee9d585bd07eb921fa5557c64531f69b
treecc0d789546540904885813b6e8b130aa29745734
parent4a613bd86256543b9735307674a84e167a585687
block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()

For debugging purpose it is helpful to know the CQ/SQ pointers.
We already have a trace event in nvme_free_queue_pair(), extend
it to report these pointer addresses.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211006164931.172349-3-philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/nvme.c
block/trace-events