libvirt/src
Laine Stump 2ffd87d820 network: fix network driver startup for qemu:///session
This should resolve https://bugzilla.redhat.com/show_bug.cgi?id=958907

Recent new addition of code to read/write active network state to the
NETWORK_STATE_DIR in the network driver broke startup for
qemu:///session. The network driver had several state file paths
hardcoded to /var, which could never possibly work in session mode.

This patch modifies *all* state files to use a variable string that is
set differently according to whether or not we're running
privileged. (It turns out that logDir was never used, so it's been
completely eliminated.)

There are very definitely other problems preventing dnsmasq and radvd
from running in non-privileged mode, but it's more consistent to have
the directories used by them be determined in the same fashion.

NB: I've noted before that the network driver is storing its state
(including dnsmasq and radvd state) in /var/lib, while qemu stores its
state in /var/run. It would probably have been better if the two
matched, but it's been this way for a long time, and changing it would
break running installations during an upgrade, so it's best to just
leave it as it is.
2013-05-03 10:17:29 -04:00
..
conf virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
cpu virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
esx esx: Reduce code duplication in generator 2013-05-03 00:17:46 +02:00
hyperv virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
interface virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
libxl virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
locking Fix release of resources with lockd plugin 2013-05-03 14:06:15 +01:00
lxc virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
network network: fix network driver startup for qemu:///session 2013-05-03 10:17:29 -04:00
node_device build: Fix build when WITH_HAL is defined 2013-05-02 16:00:07 -06:00
nwfilter build: avoid useless virAsprintf 2013-05-02 13:35:26 -06:00
openvz virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
parallels virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
phyp virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
qemu Fix warning about unsupported cookie flags in QEMU driver 2013-05-03 14:06:15 +01:00
remote virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
rpc Fix F_DUPFD_CLOEXEC operation args 2013-05-03 14:06:15 +01:00
secret virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
security virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
storage build: avoid useless virAsprintf 2013-05-02 13:35:26 -06:00
test virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
uml virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
util build: avoid non-portable cast of pthread_t 2013-05-03 06:30:22 -06:00
vbox build: fix mingw build of vbox 2013-05-02 15:53:27 -06:00
vmware virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
vmx virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
xen build: avoid useless virAsprintf 2013-05-02 13:35:26 -06:00
xenapi virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
xenxs virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
check-driverimpls.pl Make driver method names consistent with public APIs 2013-04-24 11:00:18 +01:00
check-drivername.pl Extend previous check to validate driver struct field names 2013-04-24 10:59:53 +01:00
check-symfile.pl Check for private symbols presence as well 2012-10-05 15:04:56 +02:00
check-symsorting.pl maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
datatypes.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
datatypes.h Rename 'DeviceMonitor' to 'NodeDeviceDriver' 2013-04-24 10:59:53 +01:00
driver.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
driver.h hypervisor api: new virNodeDeviceDetachFlags 2013-04-25 21:28:10 -04:00
dtrace2systemtap.pl maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
fdstream.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
fdstream.h Rename command.{c,h} to vircommand.{c,h} 2012-12-21 11:17:13 +00:00
gnutls_1_0_compat.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
internal.h Disable cast-align warnings in various places 2013-04-08 10:03:21 +01:00
libvirt_atomic.syms maint: check all symfiles for sorting 2013-02-22 16:48:12 -07:00
libvirt_daemon.syms maint: make it easier to sort syms files 2013-01-25 08:33:09 -07:00
libvirt_driver_modules.syms maint: one missed syms file 2013-01-26 09:59:12 -07:00
libvirt_esx.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_gnutls.syms Add APIs to get at more client security data 2013-03-19 13:11:46 +00:00
libvirt_internal.h Extend previous check to validate driver struct field names 2013-04-24 10:59:53 +01:00
libvirt_libssh2.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_linux.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_lxc.syms Apply security label when entering LXC namespaces 2013-03-13 15:16:37 +00:00
libvirt_openvz.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt_private.syms virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
libvirt_probes.d Re-add DTrace probes on 'dispose' functions 2013-03-14 12:42:21 +00:00
libvirt_public.syms hypervisor api: new virNodeDeviceDetachFlags 2013-04-25 21:28:10 -04:00
libvirt_qemu_probes.d build: fix binary location in stap files --with-driver-modules 2012-08-10 23:11:26 -04:00
libvirt_qemu.syms qemu-agent: available in 0.10.0 2012-08-23 13:05:52 -06:00
libvirt_sasl.syms Add APIs to get at more client security data 2013-03-19 13:11:46 +00:00
libvirt_vmx.syms virCaps: get rid of hasWideScsiBus 2013-04-04 22:42:38 +02:00
libvirt_xenxs.syms maint: enforce private symbol section sorting 2013-02-20 08:27:03 -07:00
libvirt-lxc.c Fix missing error dispatch in virDomainLxcEnterNamespace 2013-03-13 15:16:51 +00:00
libvirt-qemu.c Extend previous check to validate driver struct field names 2013-04-24 10:59:53 +01:00
libvirt.c build: fix FreeBSD build 2013-05-02 15:41:21 -06:00
libvirt.conf Allow overriding default URI in config file 2012-03-15 11:20:17 +00:00
lxc_protocol-structs build: add new file, for lxc_protocol checking 2013-01-15 12:01:22 -07:00
Makefile.am qemu: Generate agent socket path if missing 2013-05-02 16:40:24 +02:00
nodeinfo.c virutil: Move string related functions to virstring.c 2013-05-02 16:56:55 +02:00
nodeinfo.h cleanup: Don't include libvirt/libvirt.h 2013-04-17 15:50:53 +08:00
qemu_protocol-structs Make naming of remote procedures match API names exactly 2013-04-24 10:33:10 +01:00
README
remote_protocol-structs hypervisor api: implement RPC calls for virNodeDeviceDetachFlags 2013-04-25 21:28:10 -04:00
virkeepaliveprotocol-structs build: Properly generate and check virkeepaliveprotocol-structs 2011-11-24 14:44:04 +01:00
virnetprotocol-structs

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * phyp/         - IBM Power Hypervisor using CLI tools over SSH
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * uml/          - User Mode Linux
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore
 * xenapi/       - Xen using libxenserver


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU, UML and Xen drivers.
The ESX, Hyper-V, Power Hypervisor, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories