]> git.proxmox.com Git - mirror_qemu.git/commit
qemu/queue.h: simplify reverse access to QTAILQ
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Dec 2018 12:10:34 +0000 (13:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jan 2019 14:46:55 +0000 (15:46 +0100)
commiteae3eb3e185028d6e862db747e3b7397600d6762
tree359a23639a6db7a77407cf8f366564561b970738
parent7274f01bb8b81ffe8f13f463b6b0f3b9246c5387
qemu/queue.h: simplify reverse access to QTAILQ

The new definition of QTAILQ does not require passing the headname,
remove it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
27 files changed:
cpus-common.c
dump.c
hw/core/qdev.c
hw/scsi/scsi-bus.c
hw/usb/combined-packet.c
hw/usb/dev-mtp.c
hw/usb/hcd-ehci.c
hw/usb/hcd-ehci.h
hw/usb/hcd-uhci.c
include/exec/memory.h
include/hw/qdev-core.h
include/hw/usb.h
include/net/net.h
include/qemu/option_int.h
include/qemu/queue.h
include/sysemu/memory_mapping.h
memory.c
memory_mapping.c
net/filter.c
net/net.c
qga/commands-posix.c
tcg/tcg.c
tcg/tcg.h
tests/libqos/malloc.c
tests/test-vmstate.c
ui/console.c
util/qemu-option.c