projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ca5a9
)
Revert "Fall back to network boot as the last possible boot option"
author
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 30 Oct 2009 17:42:29 +0000
(12:42 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 30 Oct 2009 17:42:29 +0000
(12:42 -0500)
This reverts commit
94ca5a985919cca312c505bbb0c824d175cc6bb8
.
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 3057f9d2f4b0749a66d42f266f2bd5fc00ff6231..e57f58fea0df3ab4ade42fce4cf86d9d2a60a1e2 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-4572,7
+4572,7
@@
int main(int argc, char **argv, char **envp)
int snapshot, linux_boot, net_boot;
const char *initrd_filename;
const char *kernel_filename, *kernel_cmdline;
- char boot_devices[33] = "cad
n"; /* default to HD->floppy->CD-ROM->Network
*/
+ char boot_devices[33] = "cad
"; /* default to HD->floppy->CD-ROM
*/
DisplayState *ds;
DisplayChangeListener *dcl;
int cyls, heads, secs, translation;