]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: switch children device list to QTAILQ
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Sep 2011 07:28:06 +0000 (09:28 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 Oct 2011 17:25:51 +0000 (19:25 +0200)
commitd8bb00d6d72eba317f78501434fc37db4968fa31
treeff256818d8ffb51d20ba626db9a5f20f6e411c1f
parentafd4030c16d290e460cc93f8f9e353516b5451a2
qdev: switch children device list to QTAILQ

SCSI buses will need to read the children list first-to-last.  This
requires using a QTAILQ, because hell breaks loose if you just try
inserting at the tail (thus reversing the order of all existing
visits from last-to-first to first-to-tail).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/acpi_piix4.c
hw/i2c.c
hw/intel-hda.c
hw/qdev.c
hw/qdev.h
hw/s390-virtio-bus.c
hw/spapr_vio.c
hw/ssi.c