qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL] QOM CPUState patch queue 2012-09-21


From: Andreas Färber
Subject: Re: [Qemu-devel] [PULL] QOM CPUState patch queue 2012-09-21
Date: Fri, 21 Sep 2012 18:00:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0

Am 21.09.2012 16:38, schrieb Andreas Färber:
> Hello Anthony,
> 
> Please pull a small batch of CPUState-related patches towards x86 CPU hotplug
> and fixing some issues with alpha-linux-user.
> 
> The branch is mirrored on both GitHub and repo.or.cz for your convenience. :-)
> 
> Regards,
> Andreas

Updated:

The following changes since commit c26032b2c91721245bfec542d94f37a0238e986e:

  target-xtensa: don't emit extra tcg_gen_goto_tb (2012-09-21 03:07:27
+0400)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git qom-cpu

for you to fetch changes up to 2b85cf0efd81a6190320e7b488a0a4bad9743cc3:

  target-alpha: Initialize env->cpu_model_str (2012-09-21 15:12:59 +0200)

----------------------------------------------------------------
Andreas Färber (2):
      MAINTAINERS: Add entry for QOM CPU
      target-i386: Drop unused setscalar() macro

Eduardo Habkost (5):
      target-i386: Add missing CPUID_* constants
      target-i386: Move CPU models from cpus-x86_64.conf to C
      Eliminate cpus-x86_64.conf file
      target-i386: x86_cpudef_setup() coding style change
      target-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

Richard Henderson (1):
      target-alpha: Initialize env->cpu_model_str

 MAINTAINERS                        |    6 +
 Makefile                           |    1 -
 arch_init.c                        |    1 -
 cpus.c                             |    6 +-
 linux-user/main.c                  |    6 +-
 sysconfigs/target/cpus-x86_64.conf |  128 -----------
 target-alpha/translate.c           |    1 +
 target-i386/cpu.c                  |  411
+++++++++++++++++++++---------------
 target-i386/cpu.h                  |   26 ++-
 9 Dateien geändert, 276 Zeilen hinzugefügt(+), 310 Zeilen entfernt(-)
 delete mode 100644 sysconfigs/target/cpus-x86_64.conf

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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