diff options
Diffstat (limited to 'main/xen/qemu-coroutine-gthread.patch')
-rw-r--r-- | main/xen/qemu-coroutine-gthread.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xen/qemu-coroutine-gthread.patch b/main/xen/qemu-coroutine-gthread.patch index 6074d7aef9..8c8a71bbfb 100644 --- a/main/xen/qemu-coroutine-gthread.patch +++ b/main/xen/qemu-coroutine-gthread.patch @@ -1,10 +1,10 @@ --- xen-4.3.0.orig/tools/Makefile +++ xen-4.3.0/tools/Makefile -@@ -204,7 +204,6 @@ +@@ -204,6 +204,7 @@ --sysconfdir=/etc/qemu \ --disable-kvm \ --enable-vnc-ws \ -- --with-coroutine=gthread \ ++ --with-coroutine=gthread \ --disable-docs \ --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ |