metadata.xml 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>xen@gentoo.org</email>
  6. <name>Gentoo Xen Project</name>
  7. </maintainer>
  8. <use>
  9. <flag name="api">Build the C libxenapi bindings</flag>
  10. <flag name="flask">Enable the Flask XSM module from NSA</flag>
  11. <flag name="hvm">Enable support for hardware based virtualization (VT-x,AMD-v)</flag>
  12. <flag name="qemu">Enable IOEMU support via the use of qemu-dm</flag>
  13. <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>
  14. <flag name="pygrub">Install the pygrub boot loader</flag>
  15. <flag name="screen">Enable support for running domain U console in an <pkg>app-misc/screen</pkg> session</flag>
  16. <flag name="system-qemu">Using <pkg>app-emulation/qemu</pkg> instead of the bundled one</flag>
  17. <flag name="system-seabios">Using <pkg>sys-firmware/seabios</pkg> instead of the bundled one</flag>
  18. <flag name="ocaml">Enable support for the ocaml language</flag>
  19. <flag name="ovmf">Enable support to boot UEFI guest vm, needed by hvm</flag>
  20. <flag name="pam">Enable pam support</flag>
  21. </use>
  22. </pkgmetadata>