This patch set enables cpu model support for s390. The user can now set exact
cpu models, query supported models via virsh domcapabilities, and use host-model
and host-passthrough modes. The end result is that migration is safer because
Qemu will perform runnability checking on the destination host and quit with an
error if the guest's cpu model is not supported.   

Big Thanks for Jiri and Eduardo for being patient and answering our questions
while we figured out what we were doing!

Collin L. Walling (5):
  s390: Stop reporting "host" for host model
  qemu: qmp query-cpu-model-expansion command
  qemu-caps: Get host model directly from Qemu when available
  qemu: migration: warn if migrating with host-passthrough
  qemu: command: Support new cpu feature argument syntax

Jason J. Herne (1):
  s390: Cpu driver support for update and compare

 po/POTFILES.in               |   1 +
 src/cpu/cpu_s390.c           |  61 ++++++++++++++++++++----
 src/qemu/qemu_capabilities.c | 109 +++++++++++++++++++++++++++++++++++++++++--
 src/qemu/qemu_capabilities.h |   1 +
 src/qemu/qemu_command.c      |  10 +++-
 src/qemu/qemu_migration.c    |   4 ++
 src/qemu/qemu_monitor.c      |  60 ++++++++++++++++++++++++
 src/qemu/qemu_monitor.h      |  22 +++++++++
 src/qemu/qemu_monitor_json.c |  94 +++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_monitor_json.h |   6 +++
 10 files changed, 353 insertions(+), 15 deletions(-)

-- 
1.9.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to