From: Richard W.M. Jones Date: Tue, 23 Jun 2009 07:27:52 +0000 (+0100) Subject: '-no-kqemu' option is no longer necessary to avoid a warning. X-Git-Tag: 1.0.52~14 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1d07f1f88a08fc84d91db0931fcf34d1f9db36d3;p=libguestfs.git '-no-kqemu' option is no longer necessary to avoid a warning. --- diff --git a/src/guestfs.c b/src/guestfs.c index 0b56253..f7f64de 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -930,9 +930,6 @@ guestfs_launch (guestfs_h *g) add_cmdline (g, "-m"); add_cmdline (g, memsize_str); -#if 0 - add_cmdline (g, "-no-kqemu"); /* Avoids a warning. */ -#endif add_cmdline (g, "-no-reboot"); /* Force exit instead of reboot on panic */ add_cmdline (g, "-kernel"); add_cmdline (g, (char *) kernel);