mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b56ad1448d
cvs, including a workaround for the -nographic crash. PR: ports/94654 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
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:
|