From d4e517700042730d5420402bec25ccfa88fed6c8 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sun, 17 Jan 2010 16:20:56 +0000 Subject: Finally bring qemu 0.12.1 into ports as the new emulators/qemu-devel, release announcement is here: http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg02151.html Quoting from pkg-message: - kqemu is no longer supported in qemu upstream after the 0.11 branch was created, which means also not in this version. (Linux has moved on to kvm now for qemu(-like) virtualization needs, so if you want qemu to go faster and don't want to switch to virtualbox or stick to the older emulators/qemu port which is at 0.11.1 atm and as such still supports kqemu you should help getting the FreeBSD kvm port updated and completed: http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD ) --- emulators/qemu-devel/files/patch-be | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 emulators/qemu-devel/files/patch-be (limited to 'emulators/qemu-devel/files/patch-be') diff --git a/emulators/qemu-devel/files/patch-be b/emulators/qemu-devel/files/patch-be deleted file mode 100644 index a8a5ba663df3..000000000000 --- a/emulators/qemu-devel/files/patch-be +++ /dev/null @@ -1,19 +0,0 @@ -Index: qemu/vl.c -@@ -541,7 +541,7 @@ - static void init_get_clock(void) - { - use_rt_clock = 0; --#if defined(__linux__) -+#if defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD_version >= 500000) - { - struct timespec ts; - if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { -@@ -553,7 +553,7 @@ - - static int64_t get_clock(void) - { --#if defined(__linux__) -+#if defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD_version >= 500000) - if (use_rt_clock) { - struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); -- cgit v1.2.3