summaryrefslogtreecommitdiff
blob: b524a0929ecea45f1755d46d846613ec053ee4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>none</herd>
	<maintainer>
		<email>cardoe@gentoo.org</email>
		<name>Doug Goldstein</name>
	</maintainer>
	<longdescription lang="en">
		KVM (for Kernel-based Virtual Machine) is a full virtualization solution
		for Linux on x86 hardware containing virtualization extensions (Intel VT
		or AMD-V)
	</longdescription>
	<use>
		<flag name='alsa'>Enable alsa output for sound emulation</flag>
		<flag name='esd'>Enable esound output for sound emulation</flag>
		<flag name='gnutls'>Enable TLS support for the VNC console server</flag>
		<flag name='havekernel'>Don't require a kernel build tree (useful if
			using a binary distrbuted kernel aka binary packages)</flag>
		<flag name='modules'>Build the kernel modules from the kvm package</flag>
		<flag name='ncurses'>Enable the ncurses-based console</flag>
		<flag name='pulseaudio'>Enable pulseaudio output for sound emulation</flag>
		<flag name='sdl'>Enable the SDL-based console</flag>
		<flag name='test'>Build tests</flag>
		<flag name='vde'>Enable VDE-based networking</flag>
	</use>
</pkgmetadata>