diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-09-08 14:01:53 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-09-08 14:01:53 +0000 |
commit | ee374de8ffad54ab3d8a5d87001c6c85c10e1b06 (patch) | |
tree | a0a6d25ab836c5288cae201f4232389f72c5a970 /main/xen/qemu-coroutine-gthread.patch | |
parent | 451040ef53647d3dfe4a3b9ec793cd0aeb038b0a (diff) | |
download | aports-ee374de8ffad54ab3d8a5d87001c6c85c10e1b06.tar.bz2 aports-ee374de8ffad54ab3d8a5d87001c6c85c10e1b06.tar.xz |
main/xen: use gthread coroutine backend on qemu-xen
Diffstat (limited to 'main/xen/qemu-coroutine-gthread.patch')
-rw-r--r-- | main/xen/qemu-coroutine-gthread.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xen/qemu-coroutine-gthread.patch b/main/xen/qemu-coroutine-gthread.patch new file mode 100644 index 0000000000..6074d7aef9 --- /dev/null +++ b/main/xen/qemu-coroutine-gthread.patch @@ -0,0 +1,10 @@ +--- xen-4.3.0.orig/tools/Makefile ++++ xen-4.3.0/tools/Makefile +@@ -204,7 +204,6 @@ + --sysconfdir=/etc/qemu \ + --disable-kvm \ + --enable-vnc-ws \ +- --with-coroutine=gthread \ + --disable-docs \ + --python=$(PYTHON) \ + $(IOEMU_CONFIGURE_CROSS); \ |