libvirt/daemon
Jim Fehlig f781e27653 Fix xen driver following changes to make it stateful
Recent work to improve support for loadable driver modules introduced
a regression in the xen driver.  The legacy xen driver is now a
stateful, libvirtd driver but was not being registered when building
without driver modules.

A slight behavior change was also noted in the xen drivers when
built as driver modules.  Previously, explicitly specifying a
connection URI was not necessary, but now

Compiled against library: libvirt 0.10.0
Using library: libvirt 0.10.0
Using API: QEMU 0.10.0
error: failed to get the hypervisor version
error: internal error Cannot find suitable emulator for x86_64

The xen drivers need to be registered before the qemu driver since
the qemu driver will return success with a null connection URI.
This ordering is safe since the xen drivers will decline when not
running the xen kernel.
2012-08-31 10:28:55 +08:00
..
libvirtd-config.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
libvirtd-config.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
libvirtd.aug Fix mistakes in augeas lens 2012-05-28 11:00:01 +01:00
libvirtd.c Fix xen driver following changes to make it stateful 2012-08-31 10:28:55 +08:00
libvirtd.conf docs: Enhance documentation of log_filters 2012-08-17 21:26:53 +02:00
libvirtd.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
libvirtd.init.in daemon: Remove deprecated HAL from init script dependencies 2012-03-02 16:32:37 +01:00
libvirtd.logrotate.in
libvirtd.lxc.logrotate.in
libvirtd.pod.in Update paths in man page to reflect libvirtd code 2012-08-15 21:40:39 +08:00
libvirtd.policy-0 Allow polkit auth for VNC and SSH users 2012-02-07 11:59:35 -05:00
libvirtd.policy-1 Allow polkit auth for VNC and SSH users 2012-02-07 11:59:35 -05:00
libvirtd.qemu.logrotate.in
libvirtd.sasl
libvirtd.service.in systemd: start libvirtd after network 2012-07-10 08:53:40 -06:00
libvirtd.sysconf daemon: Allow overriding NOFILES ulimit for the daemon as well 2012-02-01 16:04:30 +01:00
libvirtd.sysctl init: raise default system aio limits 2011-10-05 14:49:35 -06:00
libvirtd.uml.logrotate.in
libvirtd.upstart daemon: Allow overriding NOFILES ulimit for the daemon as well 2012-02-01 16:04:30 +01:00
Makefile.am Fix xen driver following changes to make it stateful 2012-08-31 10:28:55 +08:00
remote.c remote: introduce emulator pinning RPCs 2012-08-22 16:32:26 +08:00
remote.h Refactor RPC client private data setup 2012-08-15 10:59:10 +01:00
stream.c Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
stream.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
test_libvirtd.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00
THREADS.txt