diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-12-21 20:50:15 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-12-21 20:50:15 +0000 |
commit | 7389db49830bd5db65e7c952a2c7a156d4783eea (patch) | |
tree | 27749eeab8631c60b9fe9ea623a345446440cc91 /app-emulation | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-7389db49830bd5db65e7c952a2c7a156d4783eea.tar.gz gentoo-2-7389db49830bd5db65e7c952a2c7a156d4783eea.tar.bz2 gentoo-2-7389db49830bd5db65e7c952a2c7a156d4783eea.zip |
make a note about threaded io support
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild index dc369edf65ec..25d437d907be 100644 --- a/app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild +++ b/app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild,v 1.4 2009/12/21 20:47:00 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.12.1.ebuild,v 1.5 2009/12/21 20:50:15 cardoe Exp $ EAPI="2" @@ -160,7 +160,10 @@ src_configure() { --host-cc=$(tc-getCC) \ || die "configure failed" - # we want to get this on at some point when it works + # this is for qemu upstream's threaded support which is + # in development and broken + # the kvm project has its own support for threaded IO + # which is always on and works # --enable-io-thread \ } |