qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] x86 CPU cleanup (wave 2)


From: Igor Mammedov
Subject: [Qemu-devel] [PATCH 0/6] x86 CPU cleanup (wave 2)
Date: Tue, 11 Dec 2012 11:11:00 +0100

This series is a several cleanups, moved out from CPU properties series,
since they do not really depend on CPU properties refactoring and could
simplify CPU subclasses work as well.

git tree for testing:
    https://github.com/imammedo/qemu/tree/x86_cpu_cleanup.wave2

Igor Mammedov (6):
  target-i386: filter out not TCG features if running without kvm at
    realize time
  target-i386: sanitize AMD's ext2_features at realize time
  target-i386: explicitly set vendor for each built-in cpudef
  target-i386: setting default 'vendor' is obsolete, remove it
  target-i386: move setting defaults out of cpu_x86_parse_featurestr()
  target-i386: move out CPU features initialization in separate func

 target-i386/cpu.c |  147 ++++++++++++++++++++++++++++++++--------------------
 1 files changed, 90 insertions(+), 57 deletions(-)




reply via email to

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