From cf14e8bdd746039cc679bf4d0fc205ba4b95a2fb Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Fri, 18 Apr 2014 10:53:51 +0000 Subject: - Update to 2.0.0 - announce message is here: http://article.gmane.org/gmane.comp.emulators.qemu/267615 - Take updated bsd-user patches from sbruno's github repo. [1] - Add headers to my recent bsd-user patches. (they are applied as in the EXTRA_PATCHES order in the port Makefile) Submitted by: sbruno [1] Obtained from: https://github.com/seanbruno/qemu/commits/bsd-user [1] --- .../extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emulators/qemu-devel/files/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c (limited to 'emulators/qemu-devel/files/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c') diff --git a/emulators/qemu-devel/files/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c b/emulators/qemu-devel/files/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c new file mode 100644 index 000000000000..27bc834a9844 --- /dev/null +++ b/emulators/qemu-devel/files/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c @@ -0,0 +1,13 @@ +diff --git a/bsd-user/freebsd/os-thread.h b/bsd-user/freebsd/os-thread.h +index 5e24852..28f737f 100644 +--- a/bsd-user/freebsd/os-thread.h ++++ b/bsd-user/freebsd/os-thread.h +@@ -68,7 +68,7 @@ static abi_long do_freebsd_thr_exit(CPUArchState *cpu_env, abi_ulong tid_addr) + } + thread_cpu = NULL; + object_unref(OBJECT(ENV_GET_CPU(cpu_env))); +- ts = ((CPUArchState *)cpu_env)->opaque; ++ ts = cpu->opaque; + g_free(ts); + pthread_exit(NULL); + /* Doesn't return */ -- cgit v1.2.3