Home
last modified time | relevance | path

Searched defs:MigrationState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/migration/
H A Dmigration.h252 struct MigrationState { struct
257 QemuThread thread;
259 QEMUBH *cleanup_bh;
304 int state;
307 struct {
331 } rp_state;
333 double mbps;
340 int64_t downtime;
380 Error *error;
461 char *hostname;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h80 typedef struct MigrationState MigrationState; typedef