git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b00aa4
)
'-no-kqemu' option is no longer necessary to avoid a warning.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 23 Jun 2009 07:27:52 +0000
(08:27 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 23 Jun 2009 07:27:52 +0000
(08:27 +0100)
src/guestfs.c
patch
|
blob
|
history
diff --git
a/src/guestfs.c
b/src/guestfs.c
index
0b56253
..
f7f64de
100644
(file)
--- 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);