mbox

[PULL] Advance pc after recognizing a breakpoint

Message ID 1446055290-18898-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/pull-tcg-20151028

Message

Richard Henderson Oct. 28, 2015, 6:01 p.m. UTC
Just the one patch in this set.


r~


The following changes since commit 496fedddce9a575111df4f912fb9e361037531ed:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-10-28 15:08:36 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20151028

for you to fetch changes up to 522a0d4e3c0d397ffb45ec400d8cbd426dad9d17:

  target-*: Advance pc after recognizing a breakpoint (2015-10-28 10:57:16 -0700)

----------------------------------------------------------------
Breakpoint fixes

----------------------------------------------------------------
Richard Henderson (1):
      target-*: Advance pc after recognizing a breakpoint

 target-alpha/translate.c      | 5 +++++
 target-arm/translate-a64.c    | 7 +++++--
 target-arm/translate.c        | 7 +++++--
 target-cris/translate.c       | 5 +++++
 target-i386/translate.c       | 5 +++++
 target-lm32/translate.c       | 5 +++++
 target-m68k/translate.c       | 5 +++++
 target-microblaze/translate.c | 5 +++++
 target-mips/translate.c       | 6 ++++--
 target-moxie/translate.c      | 5 +++++
 target-openrisc/translate.c   | 5 +++++
 target-ppc/translate.c        | 5 +++++
 target-s390x/translate.c      | 5 +++++
 target-sh4/translate.c        | 5 +++++
 target-sparc/translate.c      | 2 +-
 target-unicore32/translate.c  | 8 +++++---
 target-xtensa/translate.c     | 5 +++++
 17 files changed, 80 insertions(+), 10 deletions(-)

Comments

Peter Maydell Oct. 29, 2015, 9:49 a.m. UTC | #1
On 28 October 2015 at 18:01, Richard Henderson <rth@twiddle.net> wrote:
> Just the one patch in this set.
>
>
> r~
>
>
> The following changes since commit 496fedddce9a575111df4f912fb9e361037531ed:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-10-28 15:08:36 +0000)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20151028
>
> for you to fetch changes up to 522a0d4e3c0d397ffb45ec400d8cbd426dad9d17:
>
>   target-*: Advance pc after recognizing a breakpoint (2015-10-28 10:57:16 -0700)
>
> ----------------------------------------------------------------
> Breakpoint fixes
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       target-*: Advance pc after recognizing a breakpoint

Applied, thanks.

-- PMM