Home
last modified time | relevance | path

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

/openbmc/qemu/include/migration/
H A Dmisc.h24 typedef enum PrecopyNotifyReason { enum
31 } PrecopyNotifyReason; typedef
34 enum PrecopyNotifyReason reason;
40 int precopy_notify(PrecopyNotifyReason reason, Error **errp);
/openbmc/qemu/migration/
H A Dram.c445 int precopy_notify(PrecopyNotifyReason reason, Error **errp) in precopy_notify()