projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5065e
)
Fix segfault with -nographic, by Enache Adrian.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 25 Mar 2007 20:27:04 +0000
(20:27 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 25 Mar 2007 20:27:04 +0000
(20:27 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2538
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index b2b49e73f14b2973fd735a63d951c3849e2e46cf..eb5d70750d38e25240e64c76542d0a5410215e11 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-7079,6
+7079,7
@@
int main(int argc, char **argv)
break;
case QEMU_OPTION_nographic:
pstrcpy(serial_devices[0], sizeof(serial_devices[0]), "stdio");
+ pstrcpy(parallel_devices[0], sizeof(parallel_devices[0]), "null");
pstrcpy(monitor_device, sizeof(monitor_device), "stdio");
nographic = 1;
break;