diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-10 22:00:06 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-10 22:00:06 +0000 |
commit | d993e0260bf7a200df348a2fb0c5a6efa885987d (patch) | |
tree | 2d954b36a8a61bbf668ab6c1978bff25fdda4943 /vl.h | |
parent | 49b470eb96a06cbaf01fa8f16b799d9a44b3a642 (diff) | |
download | qemu-d993e0260bf7a200df348a2fb0c5a6efa885987d.zip |
-no-kqemu option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1280 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ extern int graphic_width; extern int graphic_height; extern int graphic_depth; extern const char *keyboard_layout; +extern int kqemu_allowed; /* XXX: make it dynamic */ #if defined (TARGET_PPC) |