[PULL 0/2] Hppa fixes patches

Helge Deller posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221219222935.284704-1-deller@gmx.de
Maintainers: Richard Henderson <richard.henderson@linaro.org>
target/hppa/insns.decode |  5 +----
target/hppa/translate.c  | 23 +++++++++++++++++++++--
2 files changed, 22 insertions(+), 6 deletions(-)
[PULL 0/2] Hppa fixes patches
Posted by Helge Deller 1 year, 4 months ago
The following changes since commit c15dc499cc22f4a71639e42e36051e118761c25f:

  Merge tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu into staging (2022-12-19 10:28:57 +0000)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-fixes-pull-request

for you to fetch changes up to 59f8c04b222ff4b9f3799fe92a7e5d427ae48197:

  target/hppa: Fix fid instruction emulation (2022-12-19 23:14:06 +0100)

----------------------------------------------------------------
target/hppa patches

----------------------------------------------------------------

Helge Deller (2):
  target/hppa: Generate illegal instruction exception for 64-bit
    instructions
  target/hppa: Fix fid instruction emulation

 target/hppa/insns.decode |  5 +----
 target/hppa/translate.c  | 23 +++++++++++++++++++++--
 2 files changed, 22 insertions(+), 6 deletions(-)

--
2.38.1
Re: [PULL 0/2] Hppa fixes patches
Posted by Peter Maydell 1 year, 4 months ago
On Mon, 19 Dec 2022 at 22:29, Helge Deller <deller@gmx.de> wrote:
>
> The following changes since commit c15dc499cc22f4a71639e42e36051e118761c25f:
>
>   Merge tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu into staging (2022-12-19 10:28:57 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/hdeller/qemu-hppa.git tags/hppa-fixes-pull-request
>
> for you to fetch changes up to 59f8c04b222ff4b9f3799fe92a7e5d427ae48197:
>
>   target/hppa: Fix fid instruction emulation (2022-12-19 23:14:06 +0100)
>
> ----------------------------------------------------------------
> target/hppa patches
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM