qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH 0/9] AREG0 patches
Date: Sun, 19 Jun 2011 23:57:35 +0300	[thread overview]
Message-ID: <BANLkTimbcu1N0DziFzc59LMqNnuTTfRhOw@mail.gmail.com> (raw)

These and the stack frame patches can be found in
git://repo.or.cz/qemu/blueswirl.git

Blue Swirl (9):
  cpu_loop_exit: avoid using AREG0
  sparc: fix coding style of the area to be moved
  sparc: move do_interrupt to helper.c
  x86: use caller supplied CPUState for interrupt related stuff
  m68k: use caller supplied CPUState for interrupt related stuff
  cpu-exec: unify do_interrupt call
  exec.h: fix coding style and change cpu_has_work to return bool
  Move cpu_has_work and cpu_pc_from_tb to cpu.h
  Remove exec-all.h include directives

 bsd-user/main.c               |    2 +-
 cpu-all.h                     |    2 +-
 cpu-exec.c                    |   85 ++++----------
 cpus.c                        |    1 -
 disas.c                       |    1 -
 exec-all.h                    |    3 +-
 exec.c                        |    1 -
 gdbstub.c                     |    2 +-
 hw/sh7750.c                   |    1 -
 hw/spapr_hcall.c              |    1 -
 kvm-stub.c                    |    2 +-
 linux-user/main.c             |    3 +-
 monitor.c                     |    2 +-
 target-alpha/cpu.h            |   22 ++++
 target-alpha/exec.h           |   21 ----
 target-alpha/helper.c         |    1 -
 target-alpha/op_helper.c      |    6 +-
 target-alpha/translate.c      |    1 -
 target-arm/cpu.h              |   13 ++
 target-arm/exec.h             |   13 --
 target-arm/helper.c           |    1 -
 target-arm/op_helper.c        |    6 +-
 target-arm/translate.c        |    1 -
 target-cris/cpu.h             |   11 ++
 target-cris/exec.h            |   12 --
 target-cris/helper.c          |    1 -
 target-cris/mmu.c             |    1 -
 target-cris/op_helper.c       |    4 +-
 target-cris/translate.c       |    1 -
 target-i386/cpu.h             |   57 +++++++++
 target-i386/exec.h            |   57 ---------
 target-i386/helper.c          |    1 -
 target-i386/machine.c         |    2 +-
 target-i386/op_helper.c       |  106 ++++++++++++++---
 target-i386/translate.c       |    1 -
 target-lm32/cpu.h             |   13 ++
 target-lm32/exec.h            |   12 --
 target-lm32/helper.c          |    1 -
 target-lm32/op_helper.c       |    6 +-
 target-lm32/translate.c       |    1 -
 target-m68k/cpu.h             |   15 +++-
 target-m68k/exec.h            |   12 --
 target-m68k/helper.c          |    1 -
 target-m68k/op_helper.c       |   35 +++++-
 target-m68k/translate.c       |    1 -
 target-microblaze/cpu.h       |   13 ++
 target-microblaze/exec.h      |   12 --
 target-microblaze/helper.c    |    1 -
 target-microblaze/mmu.c       |    1 -
 target-microblaze/op_helper.c |    4 +-
 target-microblaze/translate.c |    1 -
 target-mips/cpu.h             |   24 ++++
 target-mips/exec.h            |   23 ----
 target-mips/helper.c          |    1 -
 target-mips/machine.c         |    2 +-
 target-mips/op_helper.c       |    4 +-
 target-mips/translate.c       |    1 -
 target-ppc/cpu.h              |   12 ++
 target-ppc/exec.h             |   12 --
 target-ppc/helper.c           |    1 -
 target-ppc/op_helper.c        |    2 +-
 target-ppc/translate.c        |    1 -
 target-s390x/cpu.h            |   11 ++
 target-s390x/exec.h           |   13 --
 target-s390x/helper.c         |    1 -
 target-s390x/op_helper.c      |   12 +-
 target-s390x/translate.c      |    1 -
 target-sh4/cpu.h              |   13 ++
 target-sh4/exec.h             |   12 --
 target-sh4/helper.c           |    1 -
 target-sh4/op_helper.c        |   10 +-
 target-sh4/translate.c        |    1 -
 target-sparc/cpu.h            |   18 +++
 target-sparc/exec.h           |   16 ---
 target-sparc/helper.c         |  243 +++++++++++++++++++++++++++++++++++++++-
 target-sparc/machine.c        |    2 +-
 target-sparc/op_helper.c      |  253 ++--------------------------------------
 target-sparc/translate.c      |    1 -
 target-unicore32/cpu.h        |    6 +
 target-unicore32/exec.h       |    7 -
 target-unicore32/helper.c     |    1 -
 target-unicore32/op_helper.c  |    2 +-
 target-unicore32/translate.c  |    1 -
 tcg/tcg.c                     |    1 -
 translate-all.c               |    1 -
 user-exec.c                   |   11 +-
 xen-mapcache-stub.c           |    2 +-
 87 files changed, 670 insertions(+), 627 deletions(-)

             reply	other threads:[~2011-06-19 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-19 20:57 Blue Swirl [this message]
2011-06-19 21:55 ` [Qemu-devel] [PATCH 0/9] AREG0 patches Andreas Färber
2011-06-20 11:27   ` Kevin Wolf

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=BANLkTimbcu1N0DziFzc59LMqNnuTTfRhOw@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --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).