Home | History | Annotate | Download | only in qemu

Lines Matching refs:qemu_balloon_event

350 static QEMUBalloonEvent *qemu_balloon_event;
355 qemu_balloon_event = func;
361 if (qemu_balloon_event)
362 qemu_balloon_event(qemu_balloon_event_opaque, target);
367 if (qemu_balloon_event)
368 return qemu_balloon_event(qemu_balloon_event_opaque, 0);