[Qemu-devel] [PULL 0/3] target/hppa update

Richard Henderson posted 3 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170907184447.22752-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
target/hppa/translate.c | 894 ++++++++++++++++++++++++------------------------
1 file changed, 448 insertions(+), 446 deletions(-)
[Qemu-devel] [PULL 0/3] target/hppa update
Posted by Richard Henderson 6 years, 6 months ago
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(-)

Re: [Qemu-devel] [PULL 0/3] target/hppa update
Posted by Peter Maydell 6 years, 6 months ago
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