libvirt/src/qemu
Michal Privoznik 6864d8f740 qemuBuildMemoryBackendProps: Get pagesize early
https://bugzilla.redhat.com/show_bug.cgi?id=1693066

Up until memfd introduction (in 24b74d187c) we did not need to
know @pagesize because qemuGetDomainHupageMemPath() could deal
with it being zero (value of zero means use the default hugetlbfs
mount). But since for memfd we are not passing a path to
hugetlbfs mount rather the page size value we need to know its
value upfront.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-04-03 16:37:19 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
Makefile.inc.am
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c
qemu_alias.h
qemu_block.c
qemu_block.h
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: capabilities: Always assume disk snapshot caps 2019-04-03 11:58:10 +02:00
qemu_capabilities.h qemu: capabilities: Always assume disk snapshot caps 2019-04-03 11:58:10 +02:00
qemu_capspriv.h
qemu_cgroup.c
qemu_cgroup.h
qemu_command.c qemuBuildMemoryBackendProps: Get pagesize early 2019-04-03 16:37:19 +02:00
qemu_command.h snapshot: Rename virDomainSnapshotObjPtr 2019-03-22 01:18:34 -05:00
qemu_conf.c virfile: Introduce and use virFileGetDefaultHugepage 2019-04-03 16:37:19 +02:00
qemu_conf.h
qemu_domain_address.c qemu: address: Stop reporting warning when USB address can't be released 2019-03-28 13:40:01 +01:00
qemu_domain_address.h qemu: Always use 'alias' in warning message when removing USB address 2019-03-28 13:38:57 +01:00
qemu_domain.c qemu: domain: drop qemuDomainSupportsBlockJobs 2019-04-03 11:58:10 +02:00
qemu_domain.h qemu: domain: drop qemuDomainSupportsBlockJobs 2019-04-03 11:58:10 +02:00
qemu_driver.c qemu: fix domain unlock/unref in qemuMigrationSrcPerform 2019-04-03 13:46:26 +03:00
qemu_driver.h
qemu_extdevice.c
qemu_extdevice.h
qemu_firmware.c qemu: don't rely on the non-portable d_type field in dirent 2019-04-03 11:31:38 +01:00
qemu_firmware.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: hotplug: Disallow media change while blockjob is active 2019-04-03 11:58:09 +02:00
qemu_hotplug.h qemu_hotplug: rename dev to match in qemuDomainDetachDeviceLive 2019-03-26 11:05:03 -04:00
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c
qemu_migration_cookie.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
qemu_migration_params.c qemu: Add support for parallel migration 2019-03-27 09:37:55 +01:00
qemu_migration_params.h qemu: Add support for parallel migration 2019-03-27 09:37:55 +01:00
qemu_migration_paramspriv.h
qemu_migration.c qemu: fix domain unlock/unref in qemuMigrationSrcPerform 2019-04-03 13:46:26 +03:00
qemu_migration.h qemu: Add support for parallel migration 2019-03-27 09:37:55 +01:00
qemu_monitor_json.c qemu: monitor: Avoid unnecessary copies of command string 2019-04-03 11:58:10 +02:00
qemu_monitor_json.h qemu: monitor: Remove unused qemuMonitor(JSON)SetVNCPassword 2019-03-26 14:12:05 +01:00
qemu_monitor_priv.h
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c qemu: monitor: Remove unused qemuMonitor(JSON)SetVNCPassword 2019-03-26 14:12:05 +01:00
qemu_monitor.h qemu: monitor: Remove unused qemuMonitor(JSON)SetVNCPassword 2019-03-26 14:12:05 +01:00
qemu_parse_command.c
qemu_parse_command.h
qemu_process.c snapshot: Rename virDomainSnapshotObjPtr 2019-03-22 01:18:34 -05:00
qemu_process.h snapshot: Rename virDomainSnapshotObjPtr 2019-03-22 01:18:34 -05:00
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_security.c
qemu_security.h
qemu_tpm.c
qemu_tpm.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt