diff options
| author | Juergen Lock <nox@FreeBSD.org> | 2011-04-01 19:30:21 +0000 |
|---|---|---|
| committer | Juergen Lock <nox@FreeBSD.org> | 2011-04-01 19:30:21 +0000 |
| commit | b7e9b8d7f48f3264bc9e36c23e70831f8844a225 (patch) | |
| tree | 8641c93998130f785e6d2b7d8d9acb8030999b51 /emulators/qemu-devel/files/patch-90_security | |
| parent | Bump PORTREVISION to chase www/tntnet update. (diff) | |
- Update to 0.14.0 .
- Update amd64 host bsd-user linker script to fix build on
-current/amd64. [1]
- Some updates to the pkg-message.
PR: ports/155558 [1]
Submitted by: Garrett Cooper <yanegomi@gmail.com> [1]
Diffstat (limited to 'emulators/qemu-devel/files/patch-90_security')
| -rw-r--r-- | emulators/qemu-devel/files/patch-90_security | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/qemu-devel/files/patch-90_security b/emulators/qemu-devel/files/patch-90_security index 53daab6bae92..e62c64dedb32 100644 --- a/emulators/qemu-devel/files/patch-90_security +++ b/emulators/qemu-devel/files/patch-90_security @@ -36,19 +36,6 @@ Index: qemu/hw/fdc.c return; } Index: qemu-0.8.2/hw/pc.c -=================================================================== ---- qemu-0.8.2.orig/hw/pc.c 2007-04-20 06:05:58.000000000 +0300 -+++ qemu-0.8.2/hw/pc.c 2007-04-20 06:05:59.000000000 +0300 -@@ -312,7 +312,8 @@ void bochs_bios_write(void *opaque, uint - case 0x400: - case 0x401: - fprintf(stderr, "BIOS panic at rombios.c, line %d\n", val); -- exit(1); -+ /* according to documentation, these can be safely ignored */ -+ break; - case 0x402: - case 0x403: - #ifdef DEBUG_BIOS @@ -335,8 +336,9 @@ void bochs_bios_write(void *opaque, uint /* LGPL'ed VGA BIOS messages */ case 0x501: |
