libvirt/src/qemu
Peter Krempa fc81be4bfa qemuDomainSnapshotForEachQcow2Raw: Act only on internal snapshots
Similarly to the external snapshot code the internal inactive snapshot
creation helper should act only when an internal snapshot of the disk is
required. For now the callers ensure that it's either _INTERNAL or _NO
when control reaches this function.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-03-11 13:55:50 +01:00
..
EVENTHANDLERS.txt
libvirt_qemu_probes.d
libvirtd_qemu.aug
meson.build qemu: Introduce helper functions for passing FDs to qemu 2022-02-14 13:13:59 +01:00
MIGRATION.txt
postcopy-migration.sysctl qemu: Ignore missing vm.unprivileged_userfaultfd sysctl 2022-02-09 13:03:33 +01:00
qemu_agent.c lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_agent.h qemu_agent: Drop destroy callback 2021-11-12 14:11:43 +01:00
qemu_alias.c qemu_alias: change return type to void if possible 2021-11-25 09:19:59 +01:00
qemu_alias.h qemu_alias: change return type to void if possible 2021-11-25 09:19:59 +01:00
qemu_backup.c qemu: make separate function for setting statsType of privateData 2022-02-15 12:20:45 +01:00
qemu_backup.h qemu: use generalized virDomainJobData instead of qemuDomainJobInfo 2022-02-15 12:20:45 +01:00
qemu_block.c qemuBlockStorageSourceGetRBDProps: Simplify generation of auth modes 2021-12-22 13:48:35 +01:00
qemu_block.h qemu: Use qemuBuildChrChardevCommand for vhost-user disk backend 2021-12-10 16:37:42 +01:00
qemu_blockjob.c qemu: blockjob: Avoid spurious log errors when cancelling a shallow copy with reused images 2022-02-23 09:39:18 +01:00
qemu_blockjob.h
qemu_capabilities.c qemu_capabilities: Introduce QEMU_CAPS_DIRTYRATE_MODE capability 2022-02-21 13:34:16 +01:00
qemu_capabilities.h qemu_capabilities: Introduce QEMU_CAPS_DIRTYRATE_MODE capability 2022-02-21 13:34:16 +01:00
qemu_capspriv.h qemu: Invalidate capabilities cache on host cpuid mismatch 2021-11-05 17:12:25 +01:00
qemu_cgroup.c qemu, hypervisor: refactor some cgroup mgmt methods 2022-01-28 17:04:50 +01:00
qemu_cgroup.h qemu, hypervisor: refactor some cgroup mgmt methods 2022-01-28 17:04:50 +01:00
qemu_checkpoint.c qemuCheckpointGetXMLDescUpdateSize: Don't combine automatic freeing with manual 2021-12-01 13:53:11 +01:00
qemu_checkpoint.h
qemu_command.c qemu: Don't ignore failure when building default memory backend 2022-02-22 17:26:19 +01:00
qemu_command.h qemuBuildTPMOpenBackendFDs: Construct 'cancel_path' internally 2022-02-14 13:14:00 +01:00
qemu_conf.c qemu: remove sharedDevices hash table 2022-01-19 13:57:59 +01:00
qemu_conf.h qemu: remove sharedDevices hash table 2022-01-19 13:57:59 +01:00
qemu_dbus.c
qemu_dbus.h
qemu_domain_address.c src: Initialize stack allocated virPCIDeviceAddress variables 2022-02-11 15:01:19 +01:00
qemu_domain_address.h qemuDomainEnsurePCIAddress: Don't pass virQEMUDriver explicitly 2021-11-19 12:38:34 +01:00
qemu_domain.c qemuDomainSnapshotForEachQcow2Raw: Act only on internal snapshots 2022-03-11 13:55:50 +01:00
qemu_domain.h qemu: inline code for filling in per-VM NVRAM path 2022-02-22 14:55:58 +00:00
qemu_domainjob.c qemu: make separate function for setting statsType of privateData 2022-02-15 12:20:45 +01:00
qemu_domainjob.h qemu: make separate function for setting statsType of privateData 2022-02-15 12:20:45 +01:00
qemu_driver.c qemu,lxc: remove use to nwfilter update lock 2022-03-08 12:19:50 +00:00
qemu_driver.h
qemu_extdevice.c
qemu_extdevice.h
qemu_fd.c qemu: Introduce helper functions for passing FDs to qemu 2022-02-14 13:13:59 +01:00
qemu_fd.h qemu: Introduce helper functions for passing FDs to qemu 2022-02-14 13:13:59 +01:00
qemu_firmware.c qemu: support firmware descriptor flash 'mode' for optional NVRAM 2022-02-23 18:11:08 +00:00
qemu_firmware.h
qemu_hostdev.c conf: Convert virDomainHostdevDefParseXMLSubsys() to virXMLProp*() 2022-01-21 16:42:14 +01:00
qemu_hostdev.h
qemu_hotplug.c qemu: Honour 'virtlogd' use when hotplugging chardevs 2022-02-14 13:14:00 +01:00
qemu_hotplug.h qemu: Honour 'virtlogd' use when hotplugging chardevs 2022-02-14 13:14:00 +01:00
qemu_interface.c qemu: use automatic cleanup for virCommand 2021-12-13 18:20:46 +01:00
qemu_interface.h
qemu_interop_config.c meson: Introduce qemu_datadir option 2021-11-18 15:48:59 +01:00
qemu_interop_config.h
qemu_migration_cookie.c qemu: use generalized virDomainJobData instead of qemuDomainJobInfo 2022-02-15 12:20:45 +01:00
qemu_migration_cookie.h qemu: use generalized virDomainJobData instead of qemuDomainJobInfo 2022-02-15 12:20:45 +01:00
qemu_migration_params.c qemu: Add support for return-path migration capability 2021-12-15 10:44:50 +01:00
qemu_migration_params.h qemu: Add support for return-path migration capability 2021-12-15 10:44:50 +01:00
qemu_migration_paramspriv.h
qemu_migration.c qemu,lxc: remove use to nwfilter update lock 2022-03-08 12:19:50 +00:00
qemu_migration.h qemu: use generalized virDomainJobData instead of qemuDomainJobInfo 2022-02-15 12:20:45 +01:00
qemu_monitor_json.c qemu: Implement qemuDomainQemuMonitorCommandWithFiles 2022-03-01 13:29:49 +01:00
qemu_monitor_json.h qemu: Implement qemuDomainQemuMonitorCommandWithFiles 2022-03-01 13:29:49 +01:00
qemu_monitor_priv.h qemuhotplugmock: Mock fd passing to qemu via 'SCM_RIGHTS' 2022-02-15 09:32:23 +01:00
qemu_monitor_text.c qemu: Implement qemuDomainQemuMonitorCommandWithFiles 2022-03-01 13:29:49 +01:00
qemu_monitor_text.h qemu_monitor: remove unused load snapshot code 2021-11-23 16:03:07 +01:00
qemu_monitor.c qemu: Implement qemuDomainQemuMonitorCommandWithFiles 2022-03-01 13:29:49 +01:00
qemu_monitor.h qemu: Implement qemuDomainQemuMonitorCommandWithFiles 2022-03-01 13:29:49 +01:00
qemu_namespace.c lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_namespace.h
qemu_process.c qemu,lxc: remove use to nwfilter update lock 2022-03-08 12:19:50 +00:00
qemu_process.h qemu: process: Add a hotplug version of qemuProcessPrepareHostBackendChardev 2022-02-14 13:14:00 +01:00
qemu_processpriv.h
qemu_qapi.c virQEMUQAPISchemaTraverseEnum: Allow query of enume type features 2021-11-01 17:37:15 +01:00
qemu_qapi.h
qemu_saveimage.c qemu: wire up support for resetting NVRAM 2022-02-08 13:04:20 +00:00
qemu_saveimage.h qemu: wire up support for resetting NVRAM 2022-02-08 13:04:20 +00:00
qemu_security.c
qemu_security.h
qemu_shim.c virt-qemu-run: Improve usage information 2021-12-10 18:39:35 +01:00
qemu_slirp.c
qemu_slirp.h
qemu_snapshot.c Rename VIR_DOMAIN_SNAPSHOT_LOCATION_NONE to VIR_DOMAIN_SNAPSHOT_LOCATION_NO 2022-03-11 13:55:49 +01:00
qemu_snapshot.h
qemu_tpm.c qemu: Move high-level actions close together 2022-02-05 14:36:11 +01:00
qemu_tpm.h
qemu_validate.c conf: support firmware ISA debug console 2022-02-03 10:59:03 +00:00
qemu_validate.h
qemu_vhost_user_gpu.c qemu: gpu: Get pid without binary validation 2022-02-04 10:27:43 +01:00
qemu_vhost_user_gpu.h
qemu_vhost_user.c
qemu_vhost_user.h
qemu_virtiofs.c qemu: virtiofs: check whether the supplied binary exists 2022-02-03 14:15:04 +01:00
qemu_virtiofs.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt qemu: turn qemuDomainObjExitMonitor into void 2021-12-01 10:56:58 +01:00
virtqemud.init.in
virtqemud.service.in systemd: Use correct man page name in modular daemon service files 2022-02-01 13:20:11 +01:00