All of lore.kernel.org
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com
Subject: [Qemu-devel] [PATCH 0/4] exec.c refactoring
Date: Tue,  4 Dec 2012 21:20:15 +0000	[thread overview]
Message-ID: <cover.1354655711.git.blauwirbel@gmail.com> (raw)

Refactor TranslationBlock handling out of exec.c.

This could also help make TCG more optional or
add other code generators.

Blue Swirl (4):
  exec: fix coding style
  exec: extract TB watchpoint check
  exec: move TB handling to translate-all.c
  exec: refactor cpu_restore_state

 exec-all.h                    |    6 +-
 exec.c                        | 1665 +---------------------------------------
 hw/kvmvapic.c                 |    4 +-
 target-alpha/helper.c         |   14 +-
 target-alpha/mem_helper.c     |    8 +-
 target-arm/op_helper.c        |    8 +-
 target-cris/op_helper.c       |    8 +-
 target-i386/helper.c          |    5 +-
 target-i386/mem_helper.c      |    8 +-
 target-lm32/op_helper.c       |    8 +-
 target-m68k/op_helper.c       |    8 +-
 target-microblaze/op_helper.c |    8 +-
 target-mips/op_helper.c       |    8 +-
 target-openrisc/mmu_helper.c  |   10 +-
 target-ppc/mem_helper.c       |    8 +-
 target-s390x/mem_helper.c     |    8 +-
 target-sh4/op_helper.c        |   23 +-
 target-sparc/cpu.h            |    1 -
 target-sparc/helper.c         |   12 +-
 target-sparc/ldst_helper.c    |   24 +-
 target-unicore32/op_helper.c  |    9 +-
 target-xtensa/op_helper.c     |   14 +-
 translate-all.c               | 1734 ++++++++++++++++++++++++++++++++++++++++-
 translate-all.h               |   34 +
 user-exec.c                   |    8 +-
 25 files changed, 1814 insertions(+), 1829 deletions(-)
 create mode 100644 translate-all.h

-- 
1.7.2.5

             reply	other threads:[~2012-12-05  0:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-04 21:20 Blue Swirl [this message]
2012-12-04 21:20 ` [Qemu-devel] [PATCH 1/4] exec: fix coding style Blue Swirl
2012-12-04 21:20 ` [Qemu-devel] [PATCH 2/4] exec: extract TB watchpoint check Blue Swirl
2012-12-04 21:20 ` [Qemu-devel] [PATCH 3/4] exec: move TB handling to translate-all.c Blue Swirl
2012-12-04 21:20 ` [Qemu-devel] [PATCH 4/4] exec: refactor cpu_restore_state Blue Swirl
2012-12-04 21:25   ` Peter Maydell
2012-12-04 21:39     ` Richard Henderson
2012-12-04 21:50       ` Peter Maydell
2012-12-05 11:10   ` Andreas Färber
2012-12-05 19:40     ` Blue Swirl
2012-12-06  8:17   ` Aurelien Jarno

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=cover.1354655711.git.blauwirbel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.