[libvirt] [QEMU PATCH 0/3] versioned CPU models / per-machine-type aliases

Eduardo Habkost ehabkost at redhat.com
Wed Jul 25 18:18:40 UTC 2012


Hi,

This is the first try at a simple system to make the CPU model definitions
versioned (to allow them to get bug fixes while allowing migration from older
versions and keeping command-line compatibility), and per- machine-type aliases
for compatibility.

The lack of CPU model versioning is blocking multiple bug fixes that are
necessary on CPU model definitions, but can't be included today because they
would break migration.

Later, after this gets in (or at least gets some feedback), I plan to send a
proposal for a machine-friendly CPU feature / CPU model probing interface that
libvirt could use.

Eduardo Habkost (3):
  vl.c: extract qemu_machine_init() function
  per-machine-type CPU model alias system
  x86: pc: versioned CPU model names & compatibility aliases

 hw/boards.h                        |   13 +++++++++
 hw/pc_piix.c                       |   56 ++++++++++++++++++++++++++++++++++++
 sysconfigs/target/cpus-x86_64.conf |   18 ++++++------
 vl.c                               |   28 +++++++++++++++++-
 4 files changed, 105 insertions(+), 10 deletions(-)

-- 
1.7.10.4




More information about the libvir-list mailing list