summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ap
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-07-29 16:38:15 +0000
committerxtraeme <xtraeme>2005-07-29 16:38:15 +0000
commit175d702a6af44c4e64e84803429ea2de6ac6a1f7 (patch)
treeef947473cc90eb987b10549bb76f36d0f9f4963b /emulators/qemu/patches/patch-ap
parent71dfb9eced7221aba6e511061af22f6646abdf3e (diff)
downloadpkgsrc-175d702a6af44c4e64e84803429ea2de6ac6a1f7.tar.gz
Update to 0.7.1.
Changes: - read-only Virtual FAT support (Johannes Schindelin) - Windows 2000 install disk full hack (original idea from Vladimir N. Oleynik) - VMDK disk image creation (Filip Navara) - SPARC64 progress (Blue Swirl) - initial MIPS support (Jocelyn mayer) - MIPS improvements (Ralf Baechle) - 64 bit fixes in user networking (initial patch by Gwenole Beauchesne) - IOAPIC support (Filip Navara)
Diffstat (limited to 'emulators/qemu/patches/patch-ap')
-rw-r--r--emulators/qemu/patches/patch-ap12
1 files changed, 5 insertions, 7 deletions
diff --git a/emulators/qemu/patches/patch-ap b/emulators/qemu/patches/patch-ap
index c01987f9ea3..0e552ee8342 100644
--- a/emulators/qemu/patches/patch-ap
+++ b/emulators/qemu/patches/patch-ap
@@ -1,14 +1,12 @@
-$NetBSD: patch-ap,v 1.2 2005/05/03 11:18:47 xtraeme Exp $
-
---- target-sparc/cpu.h.orig 2005-04-27 22:52:05.000000000 +0200
-+++ target-sparc/cpu.h 2005-04-29 01:11:35.000000000 +0200
-@@ -194,8 +194,7 @@
- cpu_set_cwp(env, _tmp & PSR_CWP & (NWINDOWS - 1)); \
+--- target-sparc/cpu.h.orig 2005-07-29 18:24:50.000000000 +0200
++++ target-sparc/cpu.h 2005-07-29 18:25:12.000000000 +0200
+@@ -284,8 +284,7 @@
} while (0)
+ #endif
-struct siginfo;
-int cpu_sparc_signal_handler(int hostsignum, struct siginfo *info, void *puc);
+int cpu_sparc_signal_handler(int hostsignum, siginfo_t *info, void *puc);
- #define TARGET_PAGE_BITS 12 /* 4k */
#include "cpu-all.h"
+