Go to file
Jiri Denemark cfeee3373b qemu: Refactor qemuProcessVerifyGuestCPU
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2017-03-17 11:50:48 +01:00
.gnulib@94386a1366
build-aux
daemon perf: remote: Compare perf nparams against the correct constant 2017-03-17 10:39:45 +01:00
docs Introduce /domain/cpu/@check XML attribute 2017-03-17 11:50:48 +01:00
examples apparmor: allow /usr/lib/qemu/qemu-bridge-helper 2017-03-17 09:59:42 +01:00
gnulib
include/libvirt perf: add emulation_faults software perf event support 2017-03-07 13:51:05 -05:00
m4 configure: Fix configure output for RBD storage backend 2017-02-21 08:19:11 +01:00
po conf: Introduce storage_adapter_conf 2017-03-15 21:17:47 -04:00
src qemu: Refactor qemuProcessVerifyGuestCPU 2017-03-17 11:50:48 +01:00
tests qemu: Set default values for CPU check attribute 2017-03-17 11:50:48 +01:00
tools virt-host-validate: add bhyve support 2017-03-11 21:22:58 +04:00
.ctags
.dir-locals.el
.gitignore
.gitmodules
.mailmap
AUTHORS.in
COPYING
COPYING.LESSER
ChangeLog-old
HACKING Document preferred naming conventions 2017-03-10 11:28:56 +00:00
Makefile.am
Makefile.nonreentrant
README
README-hacking
TODO
autobuild.sh
autogen.sh
bootstrap
bootstrap.conf
cfg.mk qemu: Enforce qemuSecurity wrappers 2017-03-06 08:54:28 +01:00
config-post.h
configure.ac configure: disable scsi stroage driver on non-Linux 2017-03-09 18:46:41 +04:00
libvirt-admin.pc.in
libvirt-lxc.pc.in
libvirt-qemu.pc.in
libvirt.pc.in
libvirt.spec.in Switch to GSSAPI (kerberos) instead of the insecure DIGEST-MD5 2017-03-15 18:14:51 +00:00
mingw-libvirt.spec.in
run.in

README

         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>