4 bool "Host Support for file operations"
7 Select this if your host OS supports file operatoins and you want Palacios to be able to use them.
10 bool "Host support for keyed streams"
13 Select this if your host OS supports keyed streams
14 Palacios Checkpoint/Restore and Migration depends on this feature
16 config KEYED_STREAMS_WITH_TAGS
17 bool "Keyed streams will be written in verbose tagged style when std save/load macros are in use"
19 depends on KEYED_STREAMS
21 Select this if you want the standard save and load macros
22 (STD_SAVE, STD_LOAD) to write to streams in the format:
23 [magic cookie][tag len][tag][data len][data] instead of the
24 default format of [data]
32 bool "Host Support for VM text-mode console"
35 Select this if you want to forward a guest console interface to some host OS service
36 This is for a TEXT MODE console. Select the framebuffer console for graphics and text
38 config GRAPHICS_CONSOLE
39 bool "Host Support for VM graphics and text-mode console based on a frame buffer"
42 Select this if you want to forward a guest graphics-mode (and text-mode) console
43 interface to some host OS service. This is for a GRAPHICS console based on a shared frame buffer.
44 Text mode output is RENDERED onto the framebuffer
47 bool "Host support for Network Sockets"
50 Select this if you host OS implements a socket API that is available to Palacios. This is required
51 to support the internal networking features of Palacios.
55 bool "Host support for Raw Packet Transmision"
56 depends on EXPERIMENTAL
59 Select this if you host OS implements a raw packet network API that is available to Palacios. This is required
60 to support the internal networking features of Palacios.
64 bool "Host device support"
67 Select this if you want to forward a guest device to a host-based decice implementation
68 This makes it possible for virtual devices such as the generic device and the pci_front
69 device to make host-based device implementations appear within the guest