libvirt/src/qemu
Peter Krempa b92a003710 qemu: command: Don't combine old and modern NUMA node creation
Change done by commit f309db1f4d wrongly
assumes that qemu can start with a combination of NUMA nodes specified
with the "memdev" option and the appropriate backends, and the legacy
way by specifying only "mem" as a size argument. QEMU rejects such
commandline though:

$ /usr/bin/qemu-system-x86_64 -S -M pc -m 1024 -smp 2 \
-numa node,nodeid=0,cpus=0,mem=256 \
-object memory-backend-ram,id=ram-node1,size=12345 \
-numa node,nodeid=1,cpus=1,memdev=ram-node1
qemu-system-x86_64: -numa node,nodeid=1,cpus=1,memdev=ram-node1: qemu: memdev option must be specified for either all or no nodes

To fix this issue we need to check if any of the nodes requires the new
definition with the backend and if so, then all other nodes have to use
it too.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1182467
2015-01-31 08:53:22 +01:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: Automatically create NVRAM store 2014-09-10 09:38:07 +02:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c qemu: Implement the qemu driver for virDomainGetFSInfo 2014-11-24 10:29:12 -05:00
qemu_agent.h qemu: Implement the qemu driver for virDomainGetFSInfo 2014-11-24 10:29:12 -05:00
qemu_capabilities.c Report original error when QMP probing fails with new QEMU 2014-12-05 10:57:46 +00:00
qemu_capabilities.h Report original error when QMP probing fails with new QEMU 2014-12-05 10:57:46 +00:00
qemu_cgroup.c qemu: report TAP device indexes to systemd 2015-01-27 13:57:02 +00:00
qemu_cgroup.h qemu: report TAP device indexes to systemd 2015-01-27 13:57:02 +00:00
qemu_command.c qemu: command: Don't combine old and modern NUMA node creation 2015-01-31 08:53:22 +01:00
qemu_command.h qemu: command: Add helper to format -object strings from JSON representation 2015-01-31 08:53:22 +01:00
qemu_conf.c qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
qemu_conf.h qemu: fix crash with shared disks 2014-09-18 09:05:21 +02:00
qemu_domain.c Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_domain.h Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_driver.c qemu: change macvtap device options in response to NIC_RX_FILTER_CHANGED 2015-01-30 13:16:28 +01:00
qemu_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
qemu_hostdev.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
qemu_hostdev.h Capitalize USB, PCI and SCSI in hostdev methods 2014-03-12 16:20:01 +00:00
qemu_hotplug.c hotplug: only add a chardev to vmdef after monitor call 2015-01-28 10:10:54 +01:00
qemu_hotplug.h Remove use of nwfilterPrivateData from nwfilter driver 2015-01-27 12:02:03 +00:00
qemu_hotplugpriv.h qemu: Let tests override waiting time for device unplug 2013-08-26 16:09:55 +02:00
qemu_interface.c qemu: add/remove bridge fdb entries as guest CPUs are started/stopped 2014-12-15 10:07:06 -05:00
qemu_interface.h qemu: add a qemuInterfaceStopDevices(), called when guest CPUs stop 2014-12-13 22:20:28 -05:00
qemu_migration.c Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_migration.h qemu: completely rework reference counting 2014-12-21 10:48:56 +01:00
qemu_monitor_json.c qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_monitor_json.h qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_monitor_text.c qemu: chardev: Extract more information about character devices 2014-11-24 08:58:30 +01:00
qemu_monitor_text.h qemu: monitor: Rename and improve qemuMonitorGetPtyPaths 2014-11-21 11:00:10 +01:00
qemu_monitor.c qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_monitor.h qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_process.c qemu: report TAP device indexes to systemd 2015-01-27 13:57:02 +00:00
qemu_process.h qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_processpriv.h qemu: Export qemuProcessHandleDeviceDeleted for tests 2013-08-26 16:09:55 +02:00
qemu.conf qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
test_libvirtd_qemu.aug.in qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
THREADS.txt Check for domain liveness in qemuDomainObjExitMonitor 2015-01-14 19:30:32 +01:00