qemu/hw/watchdog
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
..
cmsdk-apb-watchdog.c hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module 2018-08-20 11:24:33 +01:00
Makefile.objs hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module 2018-08-20 11:24:33 +01:00
trace-events hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module 2018-08-20 11:24:33 +01:00
watchdog.c qemu/queue.h: leave head structs anonymous unless necessary 2019-01-11 15:46:55 +01:00
wdt_aspeed.c watchdog/aspeed: fix variable type to store reload value 2017-10-12 13:20:06 +01:00
wdt_diag288.c watchdog.h: Drop local redefinition of actions enum 2017-10-02 08:41:03 +02:00
wdt_i6300esb.c hw/watchdog/wdt_i6300esb: Convert away from old_mmio 2018-06-15 15:23:34 +01:00
wdt_ib700.c misc: drop old i386 dependency 2017-12-18 17:07:03 +03:00