qemu/queue.h: do not access tqe_prev directly
commit70537ed51599de19e7cbafd8fa21d9619b0515ff
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Dec 2018 22:00:09 +0000 (6 23:00 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jan 2019 14:46:54 +0000 (11 15:46 +0100)
tree0db347e9785f2a1deeb81457a54540b4d5af3b42
parent9df43317b8252609599092b3074ffd8aa6eae933
qemu/queue.h: do not access tqe_prev directly

Use the QTAILQ_IN_USE macro instead, it does the same thing but the next
patch will change it to a different definition.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
blockdev.c