]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
notifier: switch to QLIST
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Jan 2012 16:34:01 +0000 (17:34 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 17 Feb 2012 14:33:32 +0000 (08:33 -0600)
commit31552529a7eba5011dac74bab18a852860c45c9d
treedda9b8146324b71445dd563530670e6b4da8c5e4
parentc77de088b1067fc0e0df322e5bac60a3a26a0613
notifier: switch to QLIST

Notifiers do not need to access both ends of the list, and using
a QLIST also simplifies the API.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
input.c
migration.c
notify.c
notify.h
qemu-timer.c
vl.c