X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=tests%2Fqtest%2Fmigration-test.c;h=00a233cd8c00911081969b02fdc8e7f4103a765b;hb=a2ce7dbd917a18408cf4bfd132578b46c2752a72;hp=21ea5ba1d283caaaa4c729467ff5bfad920bfe13;hpb=2634733c6bfcb803a6b8f107a8ed1f3c598b0a47;p=mirror_qemu.git diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 21ea5ba1d2..00a233cd8c 100644 --- a/tests/qtest/migration-test.c +++ b/tests/qtest/migration-test.c @@ -12,7 +12,7 @@ #include "qemu/osdep.h" -#include "libqtest.h" +#include "libqos/libqtest.h" #include "qapi/error.h" #include "qapi/qmp/qdict.h" #include "qemu/module.h" @@ -25,7 +25,7 @@ #include "qapi/qobject-output-visitor.h" #include "migration-helpers.h" -#include "migration/migration-test.h" +#include "tests/migration/migration-test.h" /* TODO actually test the results and get rid of this */ #define qtest_qmp_discard_response(...) qobject_unref(qtest_qmp(__VA_ARGS__))