]> git.proxmox.com Git - qemu.git/commit
notifier: Pass data argument to callback
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 20 Jun 2011 12:06:26 +0000 (14:06 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 23 Jul 2011 16:26:06 +0000 (11:26 -0500)
commit9e8dd45164af05a5dab00324dd10b037f5bd1e2a
tree5dad08a23d9b4661ab5f7abba83427f6fc8498d9
parente0e8384dd471376c3f815c3070f161480a28cc90
notifier: Pass data argument to callback

This allows to pass additional information to the notifier callback
which is useful if sender and receiver do not share any other distinct
data structure.

Will be used first for the clock reset notifier.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
13 files changed:
hw/acpi_piix4.c
hw/fw_cfg.c
input.c
migration.c
notify.c
notify.h
ui/sdl.c
ui/spice-core.c
ui/spice-input.c
ui/vnc.c
usb-linux.c
vl.c
xen-all.c