diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-10-09 20:18:30 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-10-09 20:18:30 +0000 |
commit | 0d8af8e151ceca1a7fa44e198f409729024b1b47 (patch) | |
tree | c7e3b0955f8ef1a481c5645f6c3054a1be9c6fda /app-emulation/qemu/files | |
parent | New upstream SELinux utilities release (diff) | |
download | gentoo-2-0d8af8e151ceca1a7fa44e198f409729024b1b47.tar.gz gentoo-2-0d8af8e151ceca1a7fa44e198f409729024b1b47.tar.bz2 gentoo-2-0d8af8e151ceca1a7fa44e198f409729024b1b47.zip |
Bring over the qemu-kvm ebuilds since we're merging the two packages together to better follow how other distros ship qemu/qemu-kvm. Eventually we'll just use qemu instead of qemu-kvm but not yet.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r-- | app-emulation/qemu/files/65-kvm.rules | 1 | ||||
-rw-r--r-- | app-emulation/qemu/files/qemu-kvm | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/65-kvm.rules b/app-emulation/qemu/files/65-kvm.rules new file mode 100644 index 000000000000..c2f7317aacca --- /dev/null +++ b/app-emulation/qemu/files/65-kvm.rules @@ -0,0 +1 @@ +KERNEL=="kvm", GROUP="kvm", MODE="0660" diff --git a/app-emulation/qemu/files/qemu-kvm b/app-emulation/qemu/files/qemu-kvm new file mode 100644 index 000000000000..8273d11c7d46 --- /dev/null +++ b/app-emulation/qemu/files/qemu-kvm @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/qemu-system-x86_64 -enable-kvm "$@" |