metadata.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>qemu@gentoo.org</email>
  6. <name>Gentoo QEMU Project</name>
  7. </maintainer>
  8. <use>
  9. <flag name="accessibility">Adds support for braille displays using brltty</flag>
  10. <flag name="aio">Enables support for Linux's Async IO</flag>
  11. <flag name="alsa">Enable alsa output for sound emulation</flag>
  12. <flag name="curl">Support ISOs / -cdrom directives vis HTTP or HTTPS.</flag>
  13. <flag name="fdt">Enables firmware device tree support</flag>
  14. <flag name="glusterfs">Enables GlusterFS cluster fileystem via
  15. <pkg>sys-cluster/glusterfs</pkg></flag>
  16. <flag name="gnutls">Enable TLS support for the VNC console server.
  17. For 1.4 and newer this also enables WebSocket support.
  18. For 2.0 through 2.3 also enables disk quorum support.</flag>
  19. <flag name="gtk2">Use gtk-2 instead of gtk-3</flag>
  20. <flag name="iscsi">Enable direct iSCSI support via
  21. <pkg>net-libs/libiscsi</pkg> instead of indirectly via the Linux
  22. block layer that <pkg>sys-block/open-iscsi</pkg> does.</flag>
  23. <flag name="ncurses">Enable the ncurses-based console</flag>
  24. <flag name="nfs">Enable NFS support</flag>
  25. <flag name="numa">Enable NUMA support</flag>
  26. <flag name="pin-upstream-blobs">Pin the versions of BIOS firmware to the version included in the upstream release.
  27. This is needed to sanely support migration/suspend/resume/snapshotting/etc... of instances.
  28. When the blobs are different, random corruption/bugs/crashes/etc... may be observed.</flag>
  29. <flag name="pulseaudio">Enable pulseaudio output for sound emulation</flag>
  30. <flag name="rbd">Enable rados block device backend support, see http://ceph.newdream.net/wiki/QEMU-RBD</flag>
  31. <flag name="sdl">Enable the SDL-based console</flag>
  32. <flag name="sdl2">Use libsdl2 instead of libsdl</flag>
  33. <flag name="spice">Enable Spice protocol support via <pkg>app-emulation/spice</pkg></flag>
  34. <flag name="ssh">Enable SSH based block device support via <pkg>net-libs/libssh2</pkg></flag>
  35. <flag name="static-user">Build the User targets as static binaries</flag>
  36. <flag name="static">Build the User and Software MMU (system) targets as well as tools as static binaries</flag>
  37. <flag name="snappy">Enable support for snappy compression</flag>
  38. <flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
  39. <flag name="tci">Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time.</flag>
  40. <flag name="jpeg">Enable jpeg image support for the VNC console server</flag>
  41. <flag name="png">Enable png image support for the VNC console server</flag>
  42. <flag name="usb">Enable USB passthrough via <pkg>dev-libs/libusb</pkg></flag>
  43. <flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB devices to another machine over TCP</flag>
  44. <flag name="vde">Enable VDE-based networking</flag>
  45. <flag name="vhost-net">Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet</flag>
  46. <flag name="virgl">Enable experimental Virgil 3d (virtual software GPU)</flag>
  47. <flag name="virtfs">Enable VirtFS via virtio-9p-pci / fsdev. See http://wiki.qemu.org/Documentation/9psetup</flag>
  48. <flag name="vte">Enable terminal support (<pkg>x11-libs/vte</pkg>) in the GTK+ interface</flag>
  49. <flag name="xattr">Add support for getting and setting POSIX extended attributes, through
  50. <pkg>sys-apps/attr</pkg>. Requisite for the virtfs backend.
  51. </flag>
  52. <flag name="xen">Enables support for Xen backends</flag>
  53. <flag name="xfs">Support xfsctl() notification and syncing for XFS backed
  54. virtual disks.</flag>
  55. </use>
  56. </pkgmetadata>