HomeSort by relevance Sort by last modified time
    Searched refs:QEMUBalloonEvent (Results 1 - 3 of 3) sorted by null

  /external/qemu/
balloon.h 19 typedef ram_addr_t (QEMUBalloonEvent)(void *opaque, ram_addr_t target);
21 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque);
vl-android.c 567 static QEMUBalloonEvent *qemu_balloon_event;
570 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque)
    [all...]
vl.c 350 static QEMUBalloonEvent *qemu_balloon_event;
353 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque)
    [all...]

Completed in 303 milliseconds