aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-05-21 10:53:40 +0300
committerAvi Kivity <avi@qumranet.com>2007-05-21 10:53:40 +0300
commit34236f4c8085d8dffea3a543fd310cea834df0e0 (patch)
treeb1789a371205cd151243a82d8073e7450535b853
parent187fe79784d496b095c5d188308aab743d04e060 (diff)
kvm: testsuite: increase vmexit loop count
with 900k exits/sec, a repeat count of 1M is too small.
-rw-r--r--kvm/user/test/vmexit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm/user/test/vmexit.c b/kvm/user/test/vmexit.c
index 11faf6147..f6341cc4c 100644
--- a/kvm/user/test/vmexit.c
+++ b/kvm/user/test/vmexit.c
@@ -16,7 +16,7 @@ static inline unsigned long long rdtsc()
return r;
}
-#define N (1 << 21)
+#define N (1 << 22)
int main()
{