[libvirt] [PATCH 0/9] Add runnability info to query-cpu-definitions

Eduardo Habkost ehabkost at redhat.com
Fri May 6 18:11:23 UTC 2016


This series extends query-cpu-definitions to include two extra
fields: "runnable", and "unavailable-features".

This will return information based on the current machine and
accelerator only. In the future we may extend these mechanisms to
allow querying other machines and other accelerators without
restarting QEMU, but it will require some reorganization of
QEMU's main code.

This series is based on my 'x86-next' branch, at:
  git://github.com/ehabkost/qemu.git x86-next

Cc: David Hildenbrand <dahi at linux.vnet.ibm.com>
Cc: Michael Mueller <mimu at linux.vnet.ibm.com>
Cc: Christian Borntraeger <borntraeger at de.ibm.com>
Cc: Cornelia Huck <cornelia.huck at de.ibm.com>
Cc: Jiri Denemark <jdenemar at redhat.com>
Cc: libvir-list at redhat.com

Eduardo Habkost (9):
  target-i386: Move TCG initialization check to tcg_x86_init()
  target-i386: Move TCG initialization to realize time
  target-i386: Call cpu_exec_init() on realize
  target-i386: List CPU models using subclass list
  target-i386: Move warning code outside x86_cpu_filter_features()
  target-i386: Define CPUID filtering functions before x86_cpu_list()
  qmp: Add runnability information to query-cpu-definitions
  target-i386: Use "-" instead of "_" on all feature names
  target-i386: Return runnability information on query-cpu-definitions

 qapi-schema.json        |  10 +-
 target-i386/cpu-qom.h   |   4 +
 target-i386/cpu.c       | 275 +++++++++++++++++++++++++++++++++---------------
 target-i386/translate.c |   6 ++
 4 files changed, 207 insertions(+), 88 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list