mbox series

[PULL,0/3] target/hppa update

Message ID 20170907184447.22752-1-richard.henderson@linaro.org
Headers show
Series target/hppa update | expand

Message

Richard Henderson Sept. 7, 2017, 6:44 p.m. UTC
Just the conversion to TranslatorOps.


r~


The following changes since commit cda4a338c4243fa3bff4498b935340ac7121cc76:

  tcg/tci: Add TCG_TARGET_DEFAULT_MO (2017-09-07 18:57:34 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-pa-20170907

for you to fetch changes up to 51b061fbf027f844cc0bfb1eaaf0ae818e3ceb36:

  target/hppa: Convert to TranslatorOps (2017-09-07 11:23:13 -0700)

----------------------------------------------------------------
Conversion to TranslatorOps

----------------------------------------------------------------
Richard Henderson (3):
      target/hppa: Convert to DisasJumpType
      target/hppa: Convert to DisasContextBase
      target/hppa: Convert to TranslatorOps

 target/hppa/translate.c | 894 ++++++++++++++++++++++++------------------------
 1 file changed, 448 insertions(+), 446 deletions(-)

Comments

Peter Maydell Sept. 8, 2017, 10:38 a.m. UTC | #1
On 7 September 2017 at 19:44, Richard Henderson
<richard.henderson@linaro.org> wrote:
> Just the conversion to TranslatorOps.

>

>

> r~

>

>

> The following changes since commit cda4a338c4243fa3bff4498b935340ac7121cc76:

>

>   tcg/tci: Add TCG_TARGET_DEFAULT_MO (2017-09-07 18:57:34 +0100)

>

> are available in the git repository at:

>

>   git://github.com/rth7680/qemu.git tags/pull-pa-20170907

>

> for you to fetch changes up to 51b061fbf027f844cc0bfb1eaaf0ae818e3ceb36:

>

>   target/hppa: Convert to TranslatorOps (2017-09-07 11:23:13 -0700)

>

> ----------------------------------------------------------------

> Conversion to TranslatorOps

>

> ----------------------------------------------------------------

> Richard Henderson (3):

>       target/hppa: Convert to DisasJumpType

>       target/hppa: Convert to DisasContextBase

>       target/hppa: Convert to TranslatorOps

>

>  target/hppa/translate.c | 894 ++++++++++++++++++++++++------------------------

>  1 file changed, 448 insertions(+), 446 deletions(-)


Applied, thanks.

-- PMM