From d8c208dd8a038d24ba4890156101bc679a8c8fef Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 8 Dec 2009 13:11:46 +0100 Subject: default devices: add global cmd line option. Add global command line option to disable default devices. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- qemu-options.hx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 420b7d847e..e05b2a0b8d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1881,6 +1881,11 @@ DEF("incoming", HAS_ARG, QEMU_OPTION_incoming, \ STEXI ETEXI +DEF("nodefaults", 0, QEMU_OPTION_nodefaults, \ + "-nodefaults don't create default devices.\n") +STEXI +ETEXI + #ifndef _WIN32 DEF("chroot", HAS_ARG, QEMU_OPTION_chroot, \ "-chroot dir Chroot to dir just before starting the VM.\n") -- cgit v1.2.1