libvirt/src/qemu
Peter Krempa 802fac97ec qemu: driver: Validate configuration when setting maximum vcpu count
Setting vcpu count when cpu topology is specified may result into an
invalid configuration. Since the topology can't be modified, reject the
setting if it doesn't match the requested topology. This will allow
fixing the topology in case it was broken.

Partially fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1370066
2016-08-26 11:30:17 -04:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug spice: introduce spice_auto_unix_socket config option 2016-06-09 14:43:39 +02:00
MIGRATION.txt
qemu_agent.c qemu: agent: Make setting of vcpus more robust 2016-06-22 09:26:08 +02:00
qemu_agent.h qemu: agent: Make setting of vcpus more robust 2016-06-22 09:26:08 +02:00
qemu_alias.c qemu: Introduce qemuAliasFromHostdev 2016-08-02 10:11:11 -04:00
qemu_alias.h qemu: Introduce qemuAliasFromHostdev 2016-08-02 10:11:11 -04:00
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: capabilities: Extract availability of new cpu hotplug for machine types 2016-08-24 15:44:47 -04:00
qemu_capabilities.h qemu: capabilities: Extract availability of new cpu hotplug for machine types 2016-08-24 15:44:47 -04:00
qemu_capspriv.h qemu: Add tests for virQEMUCapsNewCopy 2016-08-05 10:06:01 +02:00
qemu_cgroup.c conf: Rename virDomainVcpuInfoPtr to virDomainVcpuDefPtr 2016-07-11 09:06:09 +02:00
qemu_cgroup.h Implement qemuSetupGlobalCpuCgroup 2016-03-01 14:30:11 +00:00
qemu_command.c qemu: command: Add support for sparse vcpu topologies 2016-08-24 15:44:47 -04:00
qemu_command.h qemu: command: Add helper to convert vcpu definition to JSON props 2016-08-24 15:44:47 -04:00
qemu_conf.c qemu: fix qemu.conf security_driver 2016-08-10 10:41:07 -04:00
qemu_conf.h qemu: convert to typesafe virConf accessors 2016-07-12 09:57:15 +01:00
qemu_domain_address.c qemu: remove ccwaddrs caching 2016-07-26 13:04:46 +02:00
qemu_domain_address.h Add qemuDomainCCWAddrSetCreateFromDomain 2016-07-26 13:04:46 +02:00
qemu_domain.c qemu: command: Add support for sparse vcpu topologies 2016-08-24 15:44:47 -04:00
qemu_domain.h qemu: process: Copy final vcpu order information into the vcpu definition 2016-08-24 15:44:47 -04:00
qemu_driver.c qemu: driver: Validate configuration when setting maximum vcpu count 2016-08-26 11:30:17 -04:00
qemu_driver.h
qemu_hostdev.c Use virDirOpenQuiet 2016-06-24 14:20:57 +02:00
qemu_hostdev.h
qemu_hotplug.c qemu: remove unnecessary setting of tap device online state 2016-08-25 18:51:51 -04:00
qemu_hotplug.h qemu: hotplug: Add support for VCPU unplug 2016-08-24 15:44:47 -04:00
qemu_hotplugpriv.h
qemu_interface.c qemu: set tap device online for type='ethernet' 2016-08-25 18:54:01 -04:00
qemu_interface.h autocreate tap device for ethernet network type 2016-03-23 11:37:59 +00:00
qemu_migration.c qemu: migration: Prepare for non-contiguous vcpu configurations 2016-08-24 15:44:47 -04:00
qemu_migration.h qemu: Implement auto convergence migration parameters 2016-06-22 15:54:21 +02:00
qemu_monitor_json.c qemu: monitor: Add support for calling query-hotpluggable-cpus 2016-08-24 15:44:47 -04:00
qemu_monitor_json.h qemu: monitor: Add support for calling query-hotpluggable-cpus 2016-08-24 15:44:47 -04:00
qemu_monitor_text.c qemu: monitor: Return struct from qemuMonitor(Text|Json)QueryCPUs 2016-08-24 15:44:47 -04:00
qemu_monitor_text.h qemu: monitor: Return struct from qemuMonitor(Text|Json)QueryCPUs 2016-08-24 15:44:47 -04:00
qemu_monitor.c qemu: monitor: Add algorithm for combining query-(hotpluggable-)-cpus data 2016-08-24 15:44:47 -04:00
qemu_monitor.h qemu: monitor: Add algorithm for combining query-(hotpluggable-)-cpus data 2016-08-24 15:44:47 -04:00
qemu_parse_command.c util: storage: Add 'ssh' network storage protocol 2016-07-27 13:24:20 +02:00
qemu_parse_command.h qemu: parse: rename qemuCaps->caps 2016-02-19 09:45:23 -05:00
qemu_process.c qemu: command: Add support for sparse vcpu topologies 2016-08-24 15:44:47 -04:00
qemu_process.h qemu: Use proper async job to refresh virtio channels 2016-06-30 09:41:39 +02:00
qemu_processpriv.h
qemu.conf qemu: Advertise OVMF_CODE.secboot.fd 2016-08-04 17:22:48 +02:00
test_libvirtd_qemu.aug.in tests: Fix broken build 2016-08-04 15:25:23 -04:00
THREADS.txt