Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libvirt
Go to file
Michal Privoznik b3418f36be qemuDomainAttachDeviceMknodRecursive: Don't try to create devices under preserved mount points
Just like in previous commit, this fixes the same issue for
hotplug.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cedric Bosdonnat <cbosdonnat@suse.com>
2017-05-03 17:23:03 +02:00
.gnulib@94386a1366
build-aux
daemon
docs news: Add more v3.3.0 entries 2017-05-03 17:13:48 +02:00
examples lib: Fix c99 style comments 2017-04-27 14:13:19 +02:00
gnulib
include/libvirt Add VIR_DOMAIN_JOB_OPERATION typed parameter 2017-04-27 15:06:40 +02:00
m4 locking: Add support for sanlock_strerror 2017-04-27 11:44:11 +02:00
po
src qemuDomainAttachDeviceMknodRecursive: Don't try to create devices under preserved mount points 2017-05-03 17:23:03 +02:00
tests fdstreamtest: Print more info on read failure 2017-04-28 14:17:10 +02:00
tools virsh-domain-monitor: add human readable output for 'domblkinfo'. 2017-05-02 09:36:31 +02:00
.ctags
.dir-locals.el
.gitignore Add ability to generate man page describing key code names & values 2017-04-25 21:20:43 +01:00
.gitmodules util: switch over to use keycodemapdb GIT submodule 2017-04-25 21:14:18 +01:00
.mailmap
.travis.yml
AUTHORS.in
autogen.sh
bootstrap
bootstrap.conf
cfg.mk xenconfig: add conversions for xen-xl 2017-04-27 15:05:44 -06:00
ChangeLog-old
config-post.h
configure.ac
COPYING
COPYING.LESSER
HACKING
libvirt-admin.pc.in
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in Add ability to generate man page describing key code names & values 2017-04-25 21:20:43 +01:00
Makefile.am
Makefile.nonreentrant
mingw-libvirt.spec.in Add ability to generate man page describing key code names & values 2017-04-25 21:20:43 +01:00
README
README-hacking
run.in
TODO

         LibVirt : simple API for virtualization

  Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). It is free software
available under the GNU Lesser General Public License. Virtualization of
the Linux Operating System means the ability to run multiple instances of
Operating Systems concurrently on a single hardware system where the basic
resources are driven by a Linux instance. The library aim at providing
long term stable C API initially for the Xen paravirtualization but
should be able to integrate other virtualization mechanisms if needed.

Daniel Veillard <veillard@redhat.com>