libvirt/src/qemu
Jiri Denemark 558f00397a qemu: Ignore missing vm.unprivileged_userfaultfd sysctl
Older kernels did not support this sysctl, but they did not restrict
userfaultfd in any way so everything worked as if
vm.unprivileged_userfaultfd was set to 1. Thus we can safely ignore
errors when setting the value.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-02-09 13:03:33 +01:00
..
EVENTHANDLERS.txt
libvirt_qemu_probes.d
libvirtd_qemu.aug
meson.build meson: Add missing virt_install_dirs 2022-02-02 16:26:36 +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_alias.c
qemu_alias.h
qemu_backup.c lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_backup.h
qemu_block.c qemuBlockStorageSourceGetRBDProps: Simplify generation of auth modes 2021-12-22 13:48:35 +01:00
qemu_block.h
qemu_blockjob.c lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_blockjob.h
qemu_capabilities.c qemu_capabilities: Introduce QEMU_CAPS_DEVICE_VIRTIO_MEM_PCI_PREALLOC 2022-01-26 12:41:27 +01:00
qemu_capabilities.h qemu_capabilities: Introduce QEMU_CAPS_DEVICE_VIRTIO_MEM_PCI_PREALLOC 2022-01-26 12:41:27 +01:00
qemu_capspriv.h
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
qemu_checkpoint.h
qemu_command.c conf: support firmware ISA debug console 2022-02-03 10:59:03 +00:00
qemu_command.h qemu: Drop qemuAudioDriver enumeration 2022-02-02 16:26:58 +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 lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_domain_address.h
qemu_domain.c qemu: fix formatting of pflash readonly attribute 2022-02-08 13:04:20 +00:00
qemu_domain.h qemu: domain: Store 'qomPath' in qemuDomainVcpuPrivate 2022-02-07 18:04:52 +01:00
qemu_domainjob.c qemu: Log which API is trying to acquire a job 2022-01-18 13:58:38 +01:00
qemu_domainjob.h
qemu_driver.c qemu: wire up support for resetting NVRAM 2022-02-08 13:04:20 +00:00
qemu_driver.h
qemu_extdevice.c
qemu_extdevice.h
qemu_firmware.c qemu: split handling of distinct firmware enum conversions 2022-01-14 18:56:39 +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 lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_hotplug.h
qemu_interface.c
qemu_interface.h
qemu_interop_config.c
qemu_interop_config.h
qemu_migration_cookie.c lib: Drop '&*' from '&*variable' 2022-01-31 13:47:46 +01:00
qemu_migration_cookie.h
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 lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_migration.h
qemu_monitor_json.c qemu: monitor: Don't hardcode QOM path of first CPU 2022-02-07 18:04:52 +01:00
qemu_monitor_json.h qemu: monitor: Don't hardcode QOM path of first CPU 2022-02-07 18:04:52 +01:00
qemu_monitor_priv.h
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c lib: Use g_clear_pointer() more 2022-02-08 08:42:07 +01:00
qemu_monitor.h qemu: domain: Store 'qomPath' in qemuDomainVcpuPrivate 2022-02-07 18:04:52 +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_process: Fix theoretical overflow in uint to bool typecast 2022-02-09 09:31:54 +01:00
qemu_process.h qemu_process.c: Fix VIR_QEMU_PROCESS_START_RESET_NVRAM value 2022-02-09 09:30:15 +01:00
qemu_processpriv.h
qemu_qapi.c
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
qemu_slirp.c
qemu_slirp.h
qemu_snapshot.c qemu: wire up support for resetting NVRAM 2022-02-08 13:04:20 +00: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
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