qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] x86 CPU patches that didn't get into 1.2


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/7] x86 CPU patches that didn't get into 1.2
Date: Wed, 5 Sep 2012 17:41:06 -0300

Hi,

This is a small queue of patches that I consider "ready to go", that didn't
enter QEMU 1.2.

Eduardo Habkost (5):
  i386: add missing CPUID_* constants
  move CPU models from cpus-x86_64.conf to C
  eliminate cpus-x86_64.conf file
  x86_cpudef_setup: coding style change
  i386: kill cpudef config section support

Peter Maydell (2):
  target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop
    ?dump
  Drop cpu_list_id macro

 Makefile                           |   1 -
 arch_init.c                        |   1 -
 cpus.c                             |   6 +-
 linux-user/main.c                  |   6 +-
 sysconfigs/target/cpus-x86_64.conf | 128 ------------
 target-i386/cpu.c                  | 399 ++++++++++++++++++++++---------------
 target-i386/cpu.h                  |  26 ++-
 7 files changed, 269 insertions(+), 298 deletions(-)
 delete mode 100644 sysconfigs/target/cpus-x86_64.conf

-- 
1.7.11.4




reply via email to

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