qemu: Add support for HyperV Enlightenment feature "relaxed"

This patch adds QEMU support for the "relaxed" feature implemented by
previous patch.
This commit is contained in:
Peter Krempa
2012-10-17 14:55:18 +02:00
parent cc922fddc3
commit 09f10a12be
6 changed files with 92 additions and 2 deletions

View File

@@ -241,6 +241,8 @@ mymain(void)
DO_TEST("smp");
DO_TEST("hyperv");
DO_TEST_FULL("restore-v1", 0, "stdio");
DO_TEST_FULL("restore-v2", 0, "stdio");
DO_TEST_FULL("restore-v2", 0, "exec:cat");