File: optional-features

package info (click to toggle)
qemu-kvm 1.1.2%2Bdfsg-6%2Bdeb7u12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 43,848 kB
  • sloc: ansic: 606,321; asm: 10,684; sh: 6,663; perl: 4,223; python: 3,802; makefile: 1,076; objc: 843; xml: 409
file content (55 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file is used as a source of arguments for
# configure invocation, with comments removed.
# The reason it is in separate file instead of
# directly in debian/rules are the comments.

# attr/xattr suport, needed for virtfs (9pfs) below
--enable-attr
# bluez support, bluetooth devices
--enable-bluez
# Braile API
--enable-brlapi
# libcap-ng, used only for qemu-bridge-helper, not used for qemu-kvm build
# --enable-cap-ng
# curl support, -hda http://some/where/file
--enable-curl
# [n]curses text-mode guest output
--enable-curses
# kvm is enabled in the main makefile, we're building qemu-kvm after all
#--enable-kvm
# ability to assign physical device to a guest
--enable-kvm-device-assignment
# iSCSI support using libiscsi
--enable-libiscsi
# AIO library (aio=native)
--enable-linux-aio
# this is only used on milkymist architecture, just disable the test
--disable-opengl
# RADOS block device, librbd+librados
# not enabled due to difficulties with ceph entering wheezy
# (#679686, and #677645 & #681946 (leveldb is a dependency of ceph))
#--enable-rbd
# guest display in X window
--enable-sdl
# disable smartcard for now
--disable-smartcard-nss --disable-smartcard
# spice virtual vga
--enable-spice
# libuuid used by vdi block device support
--enable-uuid
# libusbredir: USB redirection over network, need libusbredirhost-dev
--enable-usb-redir
# libvde, virtual network switch
--enable-vde
# /dev/vhost-net
--enable-vhost-net
# VirtFS - 9pfs, virtual filesystem with linux driver (needs attrs, above)
--enable-virtfs
# vnc display support with all the features
--enable-vnc
--enable-vnc-jpeg
--enable-vnc-png
--enable-vnc-sasl
--enable-vnc-tls
# xfsctl, only needs headers.  Ability to handle block DISCARD requests
--enable-xfsctl