libvirt/src/qemu
Andrea Bolognani c498a8921e conf: Add target type and model for spapr-vty
We can finally introduce a specific target model for the spapr-vty
device used by pSeries guests, which means isa-serial will no longer
show up to confuse users.

We make sure migration works in both directions by interpreting the
isa-serial target type, or the lack of target type, appropriately
when parsing the guest XML, and skipping the newly-introduced type
when formatting if for migration. We also verify that spapr-vty is
not used for non-pSeries guests and add a bunch of test cases.

This commit is best viewed with 'git show -w'.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1511421

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2017-11-28 15:46:33 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c qemu_alias: Be more tolerant if alias don't follow our format 2017-10-22 13:49:46 +02:00
qemu_alias.h split out qemuAssignDeviceInputAlias 2017-10-19 14:43:20 +02:00
qemu_block.c qemu: block: Add support for formatting gluster debug level via JSON 2017-11-23 18:50:04 +01:00
qemu_block.h qemu: block: Add function to check if storage source allows concurrent access 2017-11-23 18:26:25 +01:00
qemu_blockjob.c qemu: blockjob: Always save config XML when a blockjob is finished 2017-10-05 10:36:56 +02:00
qemu_blockjob.h
qemu_capabilities.c qemu: Get capabilities to use iscsi password-secret argument 2017-11-24 11:47:26 -05:00
qemu_capabilities.h qemu: Get capabilities to use iscsi password-secret argument 2017-11-24 11:47:26 -05:00
qemu_capspriv.h cputest: Test CPU usability blockers 2017-10-16 09:23:20 +02:00
qemu_cgroup.c qemu: Introduce functions for input device cgroup manipulation 2017-11-24 17:38:51 +01:00
qemu_cgroup.h qemu: Introduce functions for input device cgroup manipulation 2017-11-24 17:38:51 +01:00
qemu_command.c conf: Add target type and model for spapr-vty 2017-11-28 15:46:33 +01:00
qemu_command.h qemu: Use secret objects to pass iSCSI passwords 2017-11-24 11:47:26 -05:00
qemu_conf.c qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_conf.h qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_domain_address.c conf: Add target type and model for spapr-vty 2017-11-28 15:46:33 +01:00
qemu_domain_address.h Split out qemuDomainEnsureVirtioAddress 2017-10-19 14:41:51 +02:00
qemu_domain.c conf: Add target type and model for spapr-vty 2017-11-28 15:46:33 +01:00
qemu_domain.h qemu: Remove private hostdev 2017-11-24 11:47:26 -05:00
qemu_driver.c qemu: Disallow pivot of shared disks to unsupported storage 2017-11-23 18:26:48 +01:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Use secret objects to pass iSCSI passwords 2017-11-24 11:47:26 -05:00
qemu_hotplug.h qemu: implement input device hotunplug 2017-10-19 14:43:22 +02:00
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration_cookie.h qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_migration.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_json.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_json.h qemu: Add support for migrate-continue QMP command 2017-10-26 10:36:02 +02:00
qemu_monitor_text.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01: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 Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor.h qemu: Add support for block-incremental migration parameter 2017-11-02 22:14:20 +01:00
qemu_parse_command.c qemu: Remove private hostdev 2017-11-24 11:47:26 -05:00
qemu_parse_command.h qemu: Move qemuFreeKeywords into qemu_parse_command.c 2017-10-17 18:52:47 -04:00
qemu_process.c qemu: domain: Unify disk source prepare steps 2017-11-23 18:50:04 +01:00
qemu_process.h qemu: Rename qemuProcessBuildDestroyHugepagesPath 2017-11-08 10:17:10 +01:00
qemu_processpriv.h
qemu_security.c qemu: functions for dealing with input device namespaces and labels 2017-11-24 17:38:51 +01:00
qemu_security.h qemu: functions for dealing with input device namespaces and labels 2017-11-24 17:38:51 +01:00
qemu.conf qemu.conf: Clarify the various _tls_x509_cert_dir descriptions 2017-10-27 05:53:45 -04:00
test_libvirtd_qemu.aug.in
THREADS.txt