libvirt/src/conf
Michal Privoznik 017abcbb1a qemu: domain I/O asynchronous handling
For virtio disks and interfaces, qemu allows users to enable or disable
ioeventfd feature. This means, qemu can execute domain code, while
another thread waits for I/O event. Basically, in some cases it is win,
in some loss. This feature is available via 'ioeventfd' attribute in disk
and interface <driver> element. It accepts 'on' and 'off'. Leaving this
attribute out defaults to hypervisor decision.
2011-06-22 09:26:24 +02:00
..
capabilities.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
capabilities.h domain: Require <init> for container guests 2011-05-13 10:32:53 -04:00
cpu_conf.c Add an API for comparing the ABI of two guest configurations 2011-05-31 12:14:55 +01:00
cpu_conf.h Add an API for comparing the ABI of two guest configurations 2011-05-31 12:14:55 +01:00
domain_conf.c qemu: domain I/O asynchronous handling 2011-06-22 09:26:24 +02:00
domain_conf.h qemu: domain I/O asynchronous handling 2011-06-22 09:26:24 +02:00
domain_event.c Promote virEvent*Handle/Timeout to public API 2011-06-21 10:08:47 -04:00
domain_event.h Promote virEvent*Handle/Timeout to public API 2011-06-21 10:08:47 -04:00
domain_nwfilter.c nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
domain_nwfilter.h nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
interface_conf.c interface: implement a test driver for network config transaction API. 2011-05-27 14:34:13 -04:00
interface_conf.h interface: implement a test driver for network config transaction API. 2011-05-27 14:34:13 -04:00
network_conf.c xml: Make sure virXpathNodeSet always sets an error 2011-05-13 10:32:52 -04:00
network_conf.h Give each virtual network bridge its own fixed MAC address 2011-02-17 13:36:32 -05:00
node_device_conf.c xml: Make sure virXpathNodeSet always sets an error 2011-05-13 10:32:52 -04:00
node_device_conf.h node_device: avoid null dereference on error 2011-05-11 11:55:16 -06:00
nwfilter_conf.c build: silence coverity false positives 2011-06-08 05:30:56 -06:00
nwfilter_conf.h nwfilter: enable filtering of gratuitous ARP packets 2011-05-23 19:41:18 -04:00
nwfilter_params.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
nwfilter_params.h This patch removes the virConnectPtr parameter from all functions where it's not necessary starting out with removing it as a parameter to the error reporting function. 2010-04-05 12:34:55 -04:00
secret_conf.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
secret_conf.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
storage_conf.c xml: Use virXMLParse* helpers everywhere 2011-05-13 10:32:53 -04:00
storage_conf.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
storage_encryption_conf.c xml: Make sure virXpathNodeSet always sets an error 2011-05-13 10:32:52 -04:00
storage_encryption_conf.h Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00