libvirt/src/qemu
Collin Walling 67a4dcc151 qemu_monitor: use cpu def instead of char for expansion
When expanding a CPU model via query-cpu-model-expansion, any features
that were a part of the original model are discarded. For exmaple,
when expanding modelA with features f1, f2, a full expansion may reveal
feature f3, but the expanded model will not include f1 or f2.

Let's pass a virCPUDefPtr to the expansion function in preparation for
taking features into consideration.

Signed-off-by: Collin Walling <walling@linux.ibm.com>
Message-Id: <1568924706-2311-4-git-send-email-walling@linux.ibm.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2019-10-07 10:09:49 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug qemu-conf: add configurable slirp-helper location 2019-09-06 12:47:47 +02:00
Makefile.inc.am qemu: driver: Move checkpoint-related code to qemu_checkpoint.c 2019-09-30 13:12:56 +02:00
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c qemu: add dbus-vmstate 2019-09-06 12:47:47 +02:00
qemu_alias.h qemu: add dbus-vmstate 2019-09-06 12:47:47 +02:00
qemu_block.c qemu: block: Replace snapshot transaction action generator 2019-09-30 13:12:56 +02:00
qemu_block.h
qemu_blockjob.c qemu_blockjob: Remove secdriver metadata for whole backing chain on job completion 2019-09-25 12:34:09 +02:00
qemu_blockjob.h
qemu_capabilities.c qemu_monitor: use cpu def instead of char for expansion 2019-10-07 10:09:49 +02:00
qemu_capabilities.h qemu: caps: Add capability for incremental backup support 2019-09-30 13:12:56 +02:00
qemu_capspriv.h
qemu_cgroup.c qemu-cgroup: allow accel rendernode access 2019-09-24 12:17:39 -04:00
qemu_cgroup.h
qemu_checkpoint.c qemu: checkpoint: Don't update current checkpoint until we are done 2019-10-01 07:08:15 +02:00
qemu_checkpoint.h qemu: domain: Move checkpoint related code to qemu_checkpoint.c 2019-09-30 13:12:56 +02:00
qemu_command.c remove a now redundant call to virDiskNameToIndex() 2019-10-02 13:59:01 +02:00
qemu_command.h qemuBuildHostNetStr: remove unused 'driver' argument 2019-09-18 11:33:17 +02:00
qemu_conf.c qemuSharedDeviceEntryRemove: Free domain name before VIR_DELETE_ELEMENT 2019-09-19 16:32:56 +02:00
qemu_conf.h qemu-conf: add slirp state dir 2019-09-06 12:47:47 +02:00
qemu_dbus.c qemu: add dbus-vmstate 2019-09-06 12:47:47 +02:00
qemu_dbus.h qemu: add dbus-vmstate 2019-09-06 12:47:47 +02:00
qemu_domain_address.c qemu_domain_address: use virPCIDeviceAddressEqual() in conditionals 2019-09-23 09:11:14 +02:00
qemu_domain_address.h
qemu_domain.c qemu: Refuse partitions in disk targets 2019-10-02 13:54:06 +02:00
qemu_domain.h qemu: Aggregate interlocking of blockjobs by checkpoints in one place 2019-09-30 13:12:56 +02:00
qemu_driver.c qemu: snapshot: Don't update current snapshot until we're done 2019-10-01 07:08:15 +02:00
qemu_driver.h
qemu_extdevice.c qemu: start/stop the vhost-user-gpu external device 2019-09-24 13:19:09 -04:00
qemu_extdevice.h qemu: prepare domain for vhost-user GPU 2019-09-24 13:19:09 -04:00
qemu_firmware.c qemu: generalize qemuFetchConfigs 2019-09-24 12:17:10 -04:00
qemu_firmware.h qemu_firmware: Extend qemuFirmwareGetSupported to return FW paths 2019-09-12 12:31:39 +02:00
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: hotplug: Use VIR_AUTOFREE() instead VIR_FREE for strings 2019-09-23 18:33:10 +02:00
qemu_hotplug.h qemu: add dbus-vmstate 2019-09-06 12:47:47 +02:00
qemu_hotplugpriv.h
qemu_interface.c qemu: support unmanaged macvtap devices with <interface type='ethernet'> 2019-09-09 14:40:28 -04:00
qemu_interface.h qemu-process: prepare slirp-helper 2019-09-06 12:47:47 +02:00
qemu_interop_config.c qemu: generalize qemuFetchConfigs 2019-09-24 12:17:10 -04:00
qemu_interop_config.h qemu: generalize qemuFetchConfigs 2019-09-24 12:17:10 -04:00
qemu_migration_cookie.c
qemu_migration_cookie.h
qemu_migration_params.c
qemu_migration_params.h
qemu_migration_paramspriv.h
qemu_migration.c qemu: migration: Forbid only remote migration if autodestroy is active for VM 2019-09-25 08:38:51 +02:00
qemu_migration.h
qemu_monitor_json.c qemu_monitor: use cpu def instead of char for expansion 2019-10-07 10:09:49 +02:00
qemu_monitor_json.h qemu_monitor: use cpu def instead of char for expansion 2019-10-07 10:09:49 +02:00
qemu_monitor_priv.h
qemu_monitor_text.c qemu: monitor: Remove qemuMonitorHMPCommand in favor of qemuMonitorJSONHumanCommand 2019-09-20 08:41:50 +02:00
qemu_monitor_text.h
qemu_monitor.c qemu_monitor: use cpu def instead of char for expansion 2019-10-07 10:09:49 +02:00
qemu_monitor.h qemu_monitor: use cpu def instead of char for expansion 2019-10-07 10:09:49 +02:00
qemu_process.c qemu: prepare domain for vhost-user GPU 2019-09-24 13:19:09 -04:00
qemu_process.h
qemu_processpriv.h
qemu_qapi.c qemu: qapi: Limit traversal depth for QAPI schema queries 2019-09-06 12:14:29 +02:00
qemu_qapi.h
qemu_security.c qemu: add qemuSecurityStartVhostUserGPU helper 2019-09-24 13:19:08 -04:00
qemu_security.h qemu: add qemuSecurityStartVhostUserGPU helper 2019-09-24 13:19:08 -04:00
qemu_slirp.c qemu_slirp: Drop unused variable in qemuSlirpStart() 2019-09-06 17:05:22 +02:00
qemu_slirp.h qemu: add slirp helper unit 2019-09-06 12:47:47 +02:00
qemu_tpm.c qemu: replace logCtxt with qemuDomainLogAppendMessage() 2019-09-06 12:47:46 +02:00
qemu_tpm.h qemu: replace logCtxt with qemuDomainLogAppendMessage() 2019-09-06 12:47:46 +02:00
qemu_vhost_user_gpu.c qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
qemu_vhost_user_gpu.h qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
qemu_vhost_user.c qemu: add vhost-user helpers 2019-09-24 13:19:08 -04:00
qemu_vhost_user.h qemu: add vhost-user helpers 2019-09-24 13:19:08 -04:00
qemu.conf qemu-conf: add configurable slirp-helper location 2019-09-06 12:47:47 +02:00
test_libvirtd_qemu.aug.in qemu-conf: add configurable slirp-helper location 2019-09-06 12:47:47 +02:00
THREADS.txt qemu: update threading info about domain object refs 2019-09-09 13:01:09 +02:00
virtqemud.service.in