]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - tests/rtas-test.c
hw/rdma: Utilize ibv_reg_mr_iova for memory registration
[thirdparty/qemu.git] / tests / rtas-test.c
index ee888676ed298013e263bf7fc110da6532ad0908..167b42db386dcc6212e8ec5f1f0f6ae9a995c517 100644 (file)
@@ -14,7 +14,6 @@ static void test_rtas_get_time_of_day(void)
     time_t t1, t2;
 
     qs = qtest_spapr_boot("-machine pseries");
-    global_qtest = qs->qts;
 
     t1 = time(NULL);
     ret = qrtas_get_time_of_day(qs->qts, &qs->alloc, &tm, &ns);