Lines Matching full:unplug
674 /* the event is sent when QEMU asks the OS to unplug the card */ in test_migrate_out()
684 if (strcmp(status, "wait-unplug") == 0) { in test_migrate_out()
700 /* check we stay in wait-unplug while the card is not ejected */ in test_migrate_out()
705 g_assert_cmpstr(status, ==, "wait-unplug"); in test_migrate_out()
710 /* OS unplugs the cards, QEMU can move from wait-unplug state */ in test_migrate_out()
1189 /* the event is sent when QEMU asks the OS to unplug the card */ in test_migrate_abort_wait_unplug()
1198 /* migration has been cancelled while the unplug was in progress */ in test_migrate_abort_wait_unplug()
1207 /* OS unplugs the cards, QEMU can move from wait-unplug state */ in test_migrate_abort_wait_unplug()
1278 /* the event is sent when QEMU asks the OS to unplug the card */ in test_migrate_abort_active()
1283 /* OS unplugs the cards, QEMU can move from wait-unplug state */ in test_migrate_abort_active()
1291 if (strcmp(status, "wait-unplug") != 0) { in test_migrate_abort_active()
1469 /* the event is sent when QEMU asks the OS to unplug the card */ in test_migrate_abort_timeout()
1478 /* migration has been cancelled while the unplug was in progress */ in test_migrate_abort_timeout()
1602 /* the event is sent when QEMU asks the OS to unplug the card */ in test_multi_out()
1622 if (strcmp(status, "wait-unplug") == 0) { in test_multi_out()
1642 g_assert_cmpstr(status, ==, "wait-unplug"); in test_multi_out()
1646 /* check we stay in wait-unplug while the card is not ejected */ in test_multi_out()
1651 g_assert_cmpstr(status, ==, "wait-unplug"); in test_multi_out()
1656 /* OS unplugs primary0, QEMU can move from wait-unplug state */ in test_multi_out()
1825 qtest_add_data_func("failover-virtio-net/migrate/abort/wait-unplug", in main()