From b56ad1448df9cd4f220225a8c951cde64671f5aa Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 18 Mar 2006 21:23:42 +0000 Subject: - 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 (maintainer) --- emulators/qemu-devel/files/patch-vl.c-nographic | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 emulators/qemu-devel/files/patch-vl.c-nographic (limited to 'emulators/qemu-devel/files/patch-vl.c-nographic') 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: -- cgit v1.2.3