qemu: update to 2.5.1.
This commit is contained in:
parent
4865ef7194
commit
98342dc093
|
@ -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);
|
|
||||||
}
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'qemu'
|
# Template file for 'qemu'
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=2.5.0
|
version=2.5.1
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Open Source Processor Emulator"
|
short_desc="Open Source Processor Emulator"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://qemu.org"
|
homepage="http://qemu.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||||
checksum=3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4
|
checksum=028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
hostmakedepends="pkg-config perl python automake libtool flex"
|
hostmakedepends="pkg-config perl python automake libtool flex"
|
||||||
|
|
Loading…
Reference in New Issue