libvirt/src
Peter Krempa 4b951d1e38 qemu: snapshot: Don't attempt to resume cpus if they were not paused
External disk-only snapshots with recent enough qemu don't require
libvirt to pause the VM. The logic determining when to resume cpus was
slightly flawed and attempted to resume them even if they were not
paused by the snapshot code. This normally was not a problem, but with
locking enabled the code would attempt to acquire the lock twice.

The fallout of this bug would be a error from the API, but the actual
snapshot being created. The bug was introduced with when adding support
for external snapshots with memory (checkpoints) in commit f569b87.

Resolves problems described by:
https://bugzilla.redhat.com/show_bug.cgi?id=1403691
2016-12-15 09:46:41 +01:00
..
access conf: Add new secret type "tls" 2016-09-09 08:20:05 -04:00
admin admin: Use the newly introduced close callback handling helpers 2016-11-14 10:18:56 +01:00
bhyve virstring: Unify string list function names 2016-11-25 13:54:05 +01:00
conf qemu: Fix xml dump of autogenerated websocket 2016-12-09 07:54:39 -05:00
cpu configure: remove check for CPUID 2016-12-07 16:21:31 +01:00
esx Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
hyperv hyperv: additional server 2008 wmi classes 2016-09-15 09:27:48 +02:00
interface Fix Multiple Typos 2016-09-22 13:55:09 -04:00
libxl libxl: reverse defaults on HVM net device attach 2016-12-14 13:41:46 -07:00
locking lock: Fix loading of config file for the lock daemon 2016-12-14 07:24:24 +01:00
logging log: Fix loading of conf file for log daemon 2016-12-14 07:24:24 +01:00
lxc virfile: Introduce virFileSetupDev 2016-12-15 09:25:16 +01:00
network network: Track MAC address map 2016-12-06 13:33:18 +01:00
node_device util: Alter return value of virReadFCHost and fix mem leak 2016-10-14 06:47:36 -04:00
nwfilter global: consistently use IP rather than Ip in identifiers 2016-06-26 19:33:07 -04:00
openvz Move virstat.c code to virnetdevtap.c 2016-12-09 10:28:07 +01:00
phyp conf: Extend virDomainDeviceDefPostParse for parseOpaque 2016-09-26 16:50:12 +02:00
qemu qemu: snapshot: Don't attempt to resume cpus if they were not paused 2016-12-15 09:46:41 +01:00
remote virstring: Unify string list function names 2016-11-25 13:54:05 +01:00
rpc genprotocol.pl: add darwin to fixup list 2016-11-24 17:17:43 +03:00
secret secret: Move virStorageSecretType and rename 2016-06-23 12:30:27 -04:00
security security: Drop virSecurityManagerSetHugepages 2016-12-08 15:45:52 +01:00
storage util: Introduce virStorageSourceUpdateCapacity 2016-12-12 16:04:17 -05:00
test test: fix screenshot API impl 2016-12-08 10:57:32 +00:00
uml Move virstat.c code to virnetdevtap.c 2016-12-09 10:28:07 +01:00
util virscsivhost: Introduce virSCSIVHostDeviceGetPath 2016-12-15 09:25:16 +01:00
vbox Fix minor typos 2016-12-02 09:25:13 +01:00
vmware Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
vmx Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
vz vz: added VIR_MIGRATE_NON_SHARED_INC migration flag support 2016-12-09 17:21:53 +03:00
xen Move virstat.c code to virnetdevtap.c 2016-12-09 10:28:07 +01:00
xenapi Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
xenconfig libxl: add QED disk format support 2016-12-14 18:03:08 +01:00
admin_protocol-structs admin: Introduce virAdmServerSetClientLimits 2016-05-19 12:31:53 +02:00
check-aclperms.pl
check-aclrules.pl vz: add ACL checks to API calls 2016-08-23 19:48:01 +03:00
check-driverimpls.pl
check-drivername.pl
check-symfile.pl
check-symsorting.pl
datatypes.c admin: Use the newly introduced close callback handling helpers 2016-11-14 10:18:56 +01:00
datatypes.h datatypes: Introduce some admin-related close callback handling helpers 2016-11-14 10:18:56 +01:00
driver-hypervisor.h cpuGetModels: Switch to virArch 2016-09-22 15:40:08 +02:00
driver-interface.h
driver-network.h
driver-nodedev.h Introduce node device lifecycle event APIs 2016-08-02 09:52:00 -04:00
driver-nwfilter.h
driver-secret.h
driver-state.h
driver-storage.h Introduce storage lifecycle event APIs 2016-06-16 12:22:11 -04:00
driver-stream.h
driver.c driver.c:fix a typo 2016-09-21 16:17:22 -04:00
driver.h
dtrace2systemtap.pl
fdstream.c fdstream: don't raise error on SIGPIPE if abort requested 2016-05-02 10:13:05 -04:00
fdstream.h
internal.h internal: Introduce macro for stealing pointers 2016-08-05 08:38:20 +02:00
libvirt_admin_private.syms datatypes: Introduce some admin-related close callback handling helpers 2016-11-14 10:18:56 +01:00
libvirt_admin_public.syms admin: fix virt-admin startup crash by calling virAdmInitialize 2016-06-29 16:33:08 +02:00
libvirt_atomic.syms
libvirt_driver_modules.syms
libvirt_esx.syms
libvirt_gnutls.syms
libvirt_internal.h daemon: add connection close rpc 2016-03-01 14:18:16 +00:00
libvirt_libssh2.syms
libvirt_libssh.syms libssh_transport: add new libssh-based transport 2016-11-15 15:50:51 +01:00
libvirt_linux.syms nodeinfo: move host CPU APIs out into virhostcpu.c file 2016-06-09 18:31:11 +01:00
libvirt_lxc.syms Bump release to 2.0.0 and document release schedule & versioning 2016-06-14 10:59:07 +02:00
libvirt_openvz.syms
libvirt_private.syms virscsivhost: Introduce virSCSIVHostDeviceGetPath 2016-12-15 09:25:16 +01:00
libvirt_probes.d
libvirt_public.syms Introduce node device lifecycle event APIs 2016-08-02 09:52:00 -04:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms Rename virNetClient*AddrString 2016-06-23 22:31:20 +02:00
libvirt_sasl.syms virneserverclient: Introduce virNetServerClientHasSASLSession 2016-05-03 15:52:50 +02:00
libvirt_vmware.syms
libvirt_vmx.syms
libvirt_xenconfig.syms xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
libvirt_xenxlconfig.syms
libvirt-admin.c admin: Use the newly introduced close callback handling helpers 2016-11-14 10:18:56 +01:00
libvirt-admin.conf
libvirt-domain-snapshot.c
libvirt-domain.c Remove reference to enum that never existed 2016-12-14 16:42:27 +00:00
libvirt-host.c cpu: Special case models == NULL in cpuGetModels 2016-09-22 15:40:08 +02:00
libvirt-interface.c
libvirt-lxc.c Don't error when attaching security label of model "none" 2016-08-03 10:58:31 +01:00
libvirt-lxc.pc.in
libvirt-network.c
libvirt-nodedev.c Fix various code comment typos 2016-09-26 08:06:30 -04:00
libvirt-nwfilter.c
libvirt-qemu.c
libvirt-qemu.pc.in
libvirt-secret.c
libvirt-storage.c storage: Document wiping formatted volume types 2016-08-02 07:01:57 +02:00
libvirt-stream.c virStream{Recv,Send}All: Increase client buffer 2016-05-02 07:56:38 +02:00
libvirt.c virconf: Fix config file path construction 2016-07-27 12:13:13 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs Fix make check with gcc version 5 2016-01-18 15:19:21 +01:00
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am qemu: Enter the namespace on relabelling 2016-12-15 09:25:16 +01:00
nodeinfo.c Remove separator argument from virBitmapParse 2016-06-20 12:09:52 +02:00
nodeinfo.h nodeinfo: move host memory APIs out into virhostmem file 2016-06-09 18:43:18 +01:00
qemu_protocol-structs
README
remote_protocol-structs Fix remote_protocol-structs after recent commit 2016-08-23 15:47:10 -04:00
virkeepaliveprotocol-structs
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:

 * bhyve         - bhyve - The BSD Hypervisor
 * 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