diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-02-15 09:50:35 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-02-15 09:55:36 -0600 |
commit | e4143d850ad54c74ca616880972b9b40e8df8e6f (patch) | |
tree | 4bf22866c2a4230e024b12614bad24492225bef1 /app-emulation/xen-tools/metadata.xml | |
parent | profiles/prefix/sunos/solaris: drop obsolete portage-utils mask (diff) | |
download | gentoo-e4143d850ad54c74ca616880972b9b40e8df8e6f.tar.gz gentoo-e4143d850ad54c74ca616880972b9b40e8df8e6f.tar.bz2 gentoo-e4143d850ad54c74ca616880972b9b40e8df8e6f.zip |
app-emulation/xen-tools: allow qemu-traditional to be disabled
Provide the ability for the qemu-traditional device model to be disabled.
This device model should not be used unless you have machines that are
depending on it (e.g. Windows domains).
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools/metadata.xml')
-rw-r--r-- | app-emulation/xen-tools/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/metadata.xml b/app-emulation/xen-tools/metadata.xml index 9b082eb179f6..5009c6f323e3 100644 --- a/app-emulation/xen-tools/metadata.xml +++ b/app-emulation/xen-tools/metadata.xml @@ -10,6 +10,7 @@ <flag name="flask">Enable the Flask XSM module from NSA</flag> <flag name="hvm">Enable support for hardware based virtualization (VT-x,AMD-v)</flag> <flag name="qemu">Enable IOEMU support via the use of qemu-dm</flag> + <flag name="qemu-traditional">Build the old qemu traditional device model (useful only if you cannot change to the new device model e.g. Windows VMs)</flag> <flag name="pygrub">Install the pygrub boot loader</flag> <flag name="screen">Enable support for running domain U console in an <pkg>app-misc/screen</pkg> session</flag> <flag name="system-qemu">Using <pkg>app-emulation/qemu</pkg> instead of the bundled one</flag> |