diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-vl.c-nographic')
-rw-r--r-- | emulators/qemu-devel/files/patch-vl.c-nographic | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/qemu-devel/files/patch-vl.c-nographic b/emulators/qemu-devel/files/patch-vl.c-nographic deleted file mode 100644 index be2f002c4920..000000000000 --- a/emulators/qemu-devel/files/patch-vl.c-nographic +++ /dev/null @@ -1,9 +0,0 @@ -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: |