|
@@ -31,9 +31,9 @@
|
|
/* How many pages to dirty for each guest loop */
|
|
/* How many pages to dirty for each guest loop */
|
|
#define TEST_PAGES_PER_LOOP 1024
|
|
#define TEST_PAGES_PER_LOOP 1024
|
|
/* How many host loops to run (one KVM_GET_DIRTY_LOG for each loop) */
|
|
/* How many host loops to run (one KVM_GET_DIRTY_LOG for each loop) */
|
|
-#define TEST_HOST_LOOP_N 32
|
|
|
|
|
|
+#define TEST_HOST_LOOP_N 32UL
|
|
/* Interval for each host loop (ms) */
|
|
/* Interval for each host loop (ms) */
|
|
-#define TEST_HOST_LOOP_INTERVAL 10
|
|
|
|
|
|
+#define TEST_HOST_LOOP_INTERVAL 10UL
|
|
|
|
|
|
/*
|
|
/*
|
|
* Guest variables. We use these variables to share data between host
|
|
* Guest variables. We use these variables to share data between host
|