qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Eduardo Habkost" <ehabkost@redhat.com>,
	"Juergen Lock" <nox@jelal.kn-bremen.de>,
	"Jason J. Herne" <jjherne@us.ibm.com>,
	"Anthony Liguori" <anthony@codemonkey.ws>,
	"Igor Mammedov" <imammedo@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PULL 0/5] QOM CPUState patch queue 2013-10-09
Date: Wed,  9 Oct 2013 12:49:19 +0200	[thread overview]
Message-ID: <1381315764-2814-1-git-send-email-afaerber@suse.de> (raw)

Hello Anthony,

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

Thanks,
Andreas

Cc: Anthony Liguori <anthony@codemonkey.ws>

Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Jason J. Herne <jjherne@us.ibm.com>
Cc: Juergen Lock <nox@jelal.kn-bremen.de>

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	other threads:[~2013-10-09 10:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09 10:49 Andreas Färber [this message]
2013-10-09 10:49 ` [Qemu-devel] [PULL 1/5] target-i386: Set model=6 on qemu64 & qemu32 CPU models Andreas Färber
2013-10-09 10:49 ` [Qemu-devel] [PULL 2/5] cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() Andreas Färber
2013-10-09 10:49 ` [Qemu-devel] [PULL 3/5] cputlb: Remove dead function tlb_update_dirty() Andreas Färber
2013-10-09 10:49 ` [Qemu-devel] [PULL 4/5] cpu: Move cpu_copy() into linux-user Andreas Färber
2013-10-09 10:49 ` [Qemu-devel] [PULL 5/5] cpu: Drop cpu_model_str from CPU_COMMON Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381315764-2814-1-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=jjherne@us.ibm.com \
    --cc=nox@jelal.kn-bremen.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).