Home
last modified time | relevance | path

Searched refs:QEMUBalloonEvent (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dballoon.h20 typedef void (QEMUBalloonEvent)(void *opaque, ram_addr_t target); typedef
23 int qemu_add_balloon_handler(QEMUBalloonEvent *event_func,
/openbmc/qemu/system/
H A Dballoon.c36 static QEMUBalloonEvent *balloon_event_fn;
55 int qemu_add_balloon_handler(QEMUBalloonEvent *event_func, in qemu_add_balloon_handler()