diff options
author | 2009-12-21 20:40:13 +0000 | |
---|---|---|
committer | 2009-12-21 20:40:13 +0000 | |
commit | 78a60e29a422a5f716473949a07646d433f564ae (patch) | |
tree | 63c85161768650b1a1d31f09f7570f7a9626f370 /app-emulation/qemu-kvm/files | |
parent | Initial import. Ebuild by me and Constantin Bergemann, bug #219138. Nice alte... (diff) | |
download | historical-78a60e29a422a5f716473949a07646d433f564ae.tar.gz historical-78a60e29a422a5f716473949a07646d433f564ae.tar.bz2 historical-78a60e29a422a5f716473949a07646d433f564ae.zip |
Add Linux Async IO support. Add curl support for live migrations. Add back
support for fdt. Add support for KVM trace. Enable experimental support
for Xen backend. Use libuuid to generate proper uuid's. Fix compile failure
when missing paxctl. No longer require kernel to be present to build.
Package-Manager: portage-2.1.7.15/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/qemu-kvm/files')
-rw-r--r-- | app-emulation/qemu-kvm/files/qemu-kvm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/qemu-kvm/files/qemu-kvm b/app-emulation/qemu-kvm/files/qemu-kvm new file mode 100644 index 000000000000..844147d568c2 --- /dev/null +++ b/app-emulation/qemu-kvm/files/qemu-kvm @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@" |