diff --git a/srcpkgs/qemu/patches/virtio-9p-use-accessor-to-get-thread_pool.patch b/srcpkgs/qemu/patches/virtio-9p-use-accessor-to-get-thread_pool.patch deleted file mode 100644 index 2226070a8c3..00000000000 --- a/srcpkgs/qemu/patches/virtio-9p-use-accessor-to-get-thread_pool.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/hw/9pfs/virtio-9p-coth.c b/hw/9pfs/virtio-9p-coth.c -index fb6e8f80e0f4..ab9425c60fd2 100644 ---- hw/9pfs/virtio-9p-coth.c -+++ hw/9pfs/virtio-9p-coth.c -@@ -36,6 +36,6 @@ static int coroutine_enter_func(void *arg) - void co_run_in_worker_bh(void *opaque) - { - Coroutine *co = opaque; -- thread_pool_submit_aio(qemu_get_aio_context()->thread_pool, -+ thread_pool_submit_aio(aio_get_thread_pool(qemu_get_aio_context()), - coroutine_enter_func, co, coroutine_enter_cb, co); - } diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template index 975c493c5f7..f9f503123eb 100644 --- a/srcpkgs/qemu/template +++ b/srcpkgs/qemu/template @@ -1,13 +1,13 @@ # Template file for 'qemu' pkgname=qemu -version=2.5.0 -revision=3 +version=2.5.1 +revision=1 short_desc="Open Source Processor Emulator" maintainer="Juan RP " homepage="http://qemu.org" license="GPL-2, LGPL-2.1" distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2" -checksum=3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4 +checksum=028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c nostrip=yes hostmakedepends="pkg-config perl python automake libtool flex"