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) | |
| download | focaccia-qemu-52249f0f3c9f101a71ed24e207731525b8431c0a.tar.gz focaccia-qemu-52249f0f3c9f101a71ed24e207731525b8431c0a.zip | |
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
diff --git a/kqemu.c b/kqemu.c index c27c6ae305..ef0abb53db 100644 --- a/kqemu.c +++ b/kqemu.c @@ -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; |