qemu-patch-raspberry4/include/qom
Paolo Bonzini b58deb344d qemu/queue.h: leave head structs anonymous unless necessary
Most list head structs need not be given a name.  In most cases the
name is given just in case one is going to use QTAILQ_LAST, QTAILQ_PREV
or reverse iteration, but this does not apply to lists of other kinds,
and even for QTAILQ in practice this is only rarely needed.  In addition,
we will soon reimplement those macros completely so that they do not
need a name for the head struct.  So clean up everything, not giving a
name except in the rare case where it is necessary.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-01-11 15:46:55 +01:00
..
cpu.h qemu/queue.h: leave head structs anonymous unless necessary 2019-01-11 15:46:55 +01:00
object.h hw: apply accel compat properties without touching globals 2019-01-07 16:18:41 +04:00
object_interfaces.h qom: make user_creatable_complete() specific to UserCreatable 2018-12-11 15:45:22 -02:00
qom-qobject.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00