qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [QEMU PATCH 0/3] versioned CPU models / per-machine-type al


From: Eduardo Habkost
Subject: [Qemu-devel] [QEMU PATCH 0/3] versioned CPU models / per-machine-type aliases
Date: Wed, 25 Jul 2012 15:18:40 -0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]