diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 17:28:08 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 17:28:08 -0500 |
commit | 52249f0f3c9f101a71ed24e207731525b8431c0a (patch) | |
tree | 25146137c4c3b4e43d662796e48e90fce7360142 /kqemu.c | |
parent | eeb34af986c28b8da4001d947d66e2efaaad0e66 (diff) |
Disable kqemu by default at run time
-no-kqemu -> -enable-kqemu
kqemu is still present at compile time by default
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'kqemu.c')
-rw-r--r-- | kqemu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ int kqemu_fd = KQEMU_INVALID_FD; 1 = user kqemu 2 = kernel kqemu */ -int kqemu_allowed = 1; +int kqemu_allowed = 0; uint64_t *pages_to_flush; unsigned int nb_pages_to_flush; uint64_t *ram_pages_to_update; |