qemu-e2k/contrib
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
..
elf2dmp Clean up includes 2018-12-20 10:29:08 +01:00
gitdm contrib: add a basic gitdm config 2018-12-17 08:25:10 +00:00
ivshmem-client qemu/queue.h: leave head structs anonymous unless necessary 2019-01-11 15:46:55 +01:00
ivshmem-server qemu/queue.h: leave head structs anonymous unless necessary 2019-01-11 15:46:55 +01:00
libvhost-user libvhost-user: support host notifier 2018-05-24 21:14:11 +03:00
rdmacm-mux contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer 2018-12-22 11:09:56 +02:00
systemd contrib: add systemd unit files 2017-12-20 22:29:26 +01:00
vhost-user-blk Clean up includes 2018-12-20 10:29:08 +01:00
vhost-user-scsi Clean up includes 2018-12-20 10:29:08 +01:00