libvirt/src/qemu
Michal Privoznik ccf627c110 qemuBuildNumaCommandLine: Fix @masterInitiator check
A few commits ago, in aeecbc87b7, I've implemented command line
generation for ACPI HMAT. For this, we need to know if at least
one guest NUMA node has vCPUs. This is tracked in
@masterInitiator variable, which is initialized to -1, then we
iterate through guest NUMA nodes and break the loop if we find a
node with a vCPU. After the loop, if masterInitiator is still
negative then no NUMA node has a vCPU and we error out. But this
exact check was missing comparison for negativeness.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2020-07-08 15:35:08 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug qemu: conf: Add configuration of TLS environment for NBD transport of pull-backups 2020-07-07 12:58:19 +02:00
Makefile.inc.am qemu_domainjob: moved domain job APIs to a separate file 2020-06-24 18:09:18 +02:00
MIGRATION.txt
qemu_agent.c src: Fix boolean assignment 2020-05-05 13:08:57 +02:00
qemu_agent.h
qemu_alias.c conf, qemu, security, tests: introducing 'def->tpms' array 2020-06-23 17:27:50 +02:00
qemu_alias.h
qemu_backup.c qemu: backup: Setup TLS environment for pull-mode backup jobs 2020-07-07 12:58:19 +02:00
qemu_backup.h qemu: backup: Rewrite backup bitmap handling to the new bitmap semantics 2020-06-22 16:04:30 +02:00
qemu_block.c qemu block: Add internals for handling 'secret' corresponding to TLS key 2020-07-07 12:58:19 +02:00
qemu_block.h qemu block: Add internals for handling 'secret' corresponding to TLS key 2020-07-07 12:58:19 +02:00
qemu_blockjob.c qemu: backup: integrate with blockpull 2020-07-07 12:58:19 +02:00
qemu_blockjob.h qemu: blockjob: Remove 'disabledBitmapsBase' field from commit job private data 2020-06-22 16:04:31 +02:00
qemu_capabilities.c qemu: Introduce QEMU_CAPS_NUMA_HMAT capability 2020-07-08 12:05:24 +02:00
qemu_capabilities.h qemu: Introduce QEMU_CAPS_NUMA_HMAT capability 2020-07-08 12:05:24 +02:00
qemu_capspriv.h qemu: don't continue loading caps if outdated 2020-06-23 17:33:30 +01:00
qemu_cgroup.c cgroup: remove use of the term 'whitelist' from cgroup code 2020-06-26 15:37:51 +01:00
qemu_cgroup.h
qemu_checkpoint.c qemu: checkpoint: Implement VIR_DOMAIN_CHECKPOINT_XML_SIZE 2020-07-07 12:58:19 +02:00
qemu_checkpoint.h qemu: checkpoint: Don't merge checkpoints during deletion 2020-06-22 16:04:30 +02:00
qemu_command.c qemuBuildNumaCommandLine: Fix @masterInitiator check 2020-07-08 15:35:08 +02:00
qemu_command.h qemu: Prepare for testing of 'netdev_add' props via qemuxml2argvtest 2020-05-20 09:41:58 +02:00
qemu_conf.c qemu: conf: Add configuration of TLS environment for NBD transport of pull-backups 2020-07-07 12:58:19 +02:00
qemu_conf.h qemu: conf: Add configuration of TLS environment for NBD transport of pull-backups 2020-07-07 12:58:19 +02:00
qemu_dbus.c qemu-dbus: register DBus bus to the VM cgroup 2020-04-22 09:58:10 +02:00
qemu_dbus.h qemu-dbus: register DBus bus to the VM cgroup 2020-04-22 09:58:10 +02:00
qemu_domain_address.c qemu: auto-assign hostdev devices to PCIe 2020-06-24 23:26:42 -04:00
qemu_domain_address.h
qemu_domain.c qemu: domain: Setup secret for TLS key for nbd/vxhs disks 2020-07-07 12:58:19 +02:00
qemu_domain.h qemu: domain: Add infrastructure passing in TLS key's decryption key via 'secret' 2020-07-07 12:58:18 +02:00
qemu_domainjob.c qemu_domainjob: moved domain job APIs to a separate file 2020-06-24 18:09:18 +02:00
qemu_domainjob.h qemu_domainjob: moved domain job APIs to a separate file 2020-06-24 18:09:18 +02:00
qemu_driver.c qemu: Use virQEMUCapsCacheLookupDefault instead of lookup by arch 2020-07-08 10:55:07 +02:00
qemu_driver.h
qemu_extdevice.c conf, qemu, security, tests: introducing 'def->tpms' array 2020-06-23 17:27:50 +02:00
qemu_extdevice.h
qemu_firmware.c
qemu_firmware.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c conf: fix zPCI address auto-generation on s390 2020-06-26 18:53:51 +02:00
qemu_hotplug.h
qemu_interface.c qemu: Drop virQEMUDriverIsPrivileged() 2020-04-07 15:26:15 +02:00
qemu_interface.h
qemu_interop_config.c
qemu_interop_config.h
qemu_migration_cookie.c qemu: Add free and copy function for qemuDomainJobInfo and use it 2020-04-24 08:56:57 +02:00
qemu_migration_cookie.h
qemu_migration_params.c qemu: Avoid deprecated migrate-set-cache-size QMP command 2020-06-17 10:25:33 +02:00
qemu_migration_params.h
qemu_migration_paramspriv.h
qemu_migration.c qemu: Avoid deprecated migrate_set_speed QMP command 2020-06-17 10:25:33 +02:00
qemu_migration.h
qemu_monitor_json.c qemuMonitorAddNetdev: Convert to the native JSON props object 2020-05-20 09:41:58 +02:00
qemu_monitor_json.h qemuMonitorAddNetdev: Convert to the native JSON props object 2020-05-20 09:41:58 +02:00
qemu_monitor_priv.h
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c qemu: remove use of the terms 'master' and 'slave' when iterating CPUs 2020-06-26 15:39:34 +01:00
qemu_monitor.h src: make virObjectUnref return void 2020-06-03 10:20:17 +01:00
qemu_process.c qemu: stop checking virObjectUnref return value 2020-06-03 10:20:17 +01:00
qemu_process.h qemu: Prepare for testing of 'netdev_add' props via qemuxml2argvtest 2020-05-20 09:41:58 +02:00
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_security.c qemu: Correct the log name for qemu_security.c 2020-06-23 14:49:27 +02:00
qemu_security.h qemuSecurityDomainRestorePathLabel: Introduce @ignoreNS argument 2020-06-18 13:55:40 +02:00
qemu_shim.c
qemu_slirp.c slirp: add helper to VM cgroup 2020-04-22 09:58:10 +02:00
qemu_slirp.h slirp: add helper to VM cgroup 2020-04-22 09:58:10 +02:00
qemu_tpm.c conf, qemu, security, tests: introducing 'def->tpms' array 2020-06-23 17:27:50 +02:00
qemu_tpm.h
qemu_validate.c qemu: Build HMAT command line 2020-07-08 12:05:24 +02:00
qemu_validate.h qemu: validate: Validate blkdeviotune settings in the validator 2020-05-12 06:54:59 +02:00
qemu_vhost_user_gpu.c
qemu_vhost_user_gpu.h
qemu_vhost_user.c
qemu_vhost_user.h
qemu_virtiofs.c
qemu_virtiofs.h
qemu.conf qemu: conf: Add configuration of TLS environment for NBD transport of pull-backups 2020-07-07 12:58:19 +02:00
test_libvirtd_qemu.aug.in qemu: conf: Add configuration of TLS environment for NBD transport of pull-backups 2020-07-07 12:58:19 +02:00
THREADS.txt
virtqemud.init.in
virtqemud.service.in systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
virtqemud.sysconf qemu: Allow audio driver override in virtqemud 2020-04-03 11:50:57 +02:00