diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-09-14 09:28:06 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-10-28 19:25:51 +0200 |
commit | d8bb00d6d72eba317f78501434fc37db4968fa31 (patch) | |
tree | ff256818d8ffb51d20ba626db9a5f20f6e411c1f /qemu-objects.h | |
parent | afd4030c16d290e460cc93f8f9e353516b5451a2 (diff) | |
download | qemu-d8bb00d6d72eba317f78501434fc37db4968fa31.zip qemu-d8bb00d6d72eba317f78501434fc37db4968fa31.tar.gz qemu-d8bb00d6d72eba317f78501434fc37db4968fa31.tar.bz2 |
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>
Diffstat (limited to 'qemu-objects.h')
0 files changed, 0 insertions, 0 deletions