summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-vl.c-nographic
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-18 21:23:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-18 21:23:42 +0000
commitb56ad1448df9cd4f220225a8c951cde64671f5aa (patch)
tree6317e394b6fd6ffa40390811446d567021887102 /emulators/qemu-devel/files/patch-vl.c-nographic
parentPuyos are fancy smiling bubbles... But they can really be invading (diff)
- Add Lonnie's usb host support patches and a bunch of other fixes mostly from
cvs, including a workaround for the -nographic crash. PR: ports/94654 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=157608
Diffstat (limited to 'emulators/qemu-devel/files/patch-vl.c-nographic')
-rw-r--r--emulators/qemu-devel/files/patch-vl.c-nographic9
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-vl.c-nographic b/emulators/qemu-devel/files/patch-vl.c-nographic
new file mode 100644
index 000000000000..be2f002c4920
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-vl.c-nographic
@@ -0,0 +1,9 @@
+Index: qemu/vl.c
+@@ -4668,6 +4668,7 @@
+ case QEMU_OPTION_nographic:
+ pstrcpy(monitor_device, sizeof(monitor_device), "stdio");
+ pstrcpy(serial_devices[0], sizeof(serial_devices[0]), "stdio");
++ pstrcpy(parallel_devices[0], sizeof(parallel_devices[0]), "null");
+ nographic = 1;
+ break;
+ case QEMU_OPTION_kernel: