qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/5] QOM CPUState patch queue 2013-10-09


From: Andreas Färber
Subject: [Qemu-devel] [PULL 0/5] QOM CPUState patch queue 2013-10-09
Date: Wed, 9 Oct 2013 12:49:19 +0200

Hello Anthony,

This is my current QOM CPU patch queue. Please pull.

Thanks,
Andreas

Cc: Anthony Liguori <address@hidden>

Cc: Eduardo Habkost <address@hidden>
Cc: Igor Mammedov <address@hidden>
Cc: Jason J. Herne <address@hidden>
Cc: Juergen Lock <address@hidden>

The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c:

  Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging 
(2013-09-30 17:15:27 -0500)

are available in the git repository at:


  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-anthony

for you to fetch changes up to 51fb256ab5ebc3e1879eb1df9c828866a2ef8141:

  cpu: Drop cpu_model_str from CPU_COMMON (2013-10-07 11:48:47 +0200)

----------------------------------------------------------------
QOM CPUState refactorings / X86CPU

* Fix for X86CPU model field of qemu32/qemu64 CPU models
* Bug fix for longjmp on FreeBSD
* Removal of unused function
* Confinement of clone syscall infrastructure to linux-user

----------------------------------------------------------------
Andreas Färber (2):
      cpu: Move cpu_copy() into linux-user
      cpu: Drop cpu_model_str from CPU_COMMON

Eduardo Habkost (1):
      target-i386: Set model=6 on qemu64 & qemu32 CPU models

Juergen Lock (1):
      cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()

liguang (1):
      cputlb: Remove dead function tlb_update_dirty()

 cpu-exec.c                  |  4 ++++
 cputlb.c                    | 15 ---------------
 exec.c                      | 32 --------------------------------
 include/exec/cpu-defs.h     |  2 --
 include/hw/i386/pc.h        |  8 ++++++++
 linux-user/main.c           | 33 ++++++++++++++++++++++++++++++++-
 target-alpha/cpu.c          |  4 ----
 target-arm/helper.c         |  3 ---
 target-i386/cpu.c           |  7 ++-----
 target-m68k/helper.c        |  1 -
 target-mips/translate.c     |  1 -
 target-moxie/cpu.c          |  1 -
 target-openrisc/cpu.c       |  1 -
 target-ppc/translate_init.c |  3 ---
 target-s390x/helper.c       |  3 ---
 target-sh4/cpu.c            |  3 ---
 target-sparc/cpu.c          |  1 -
 target-unicore32/helper.c   |  1 -
 18 files changed, 46 insertions(+), 77 deletions(-)



reply via email to

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