mbox series

[PULL,for,7.1] Fix proberi instruction for qemu-hppa-user

Message ID Yv+b8ArTlrskWIMN@p100 (mailing list archive)
State New, archived
Headers show
Series [PULL,for,7.1] Fix proberi instruction for qemu-hppa-user | expand

Pull-request

https://github.com/hdeller/qemu-hppa.git tags/for-7.1-hppa

Message

Helge Deller Aug. 19, 2022, 2:19 p.m. UTC
Peter & Richard,

would you please pull this one-line fix for target-hppa ?
It fixes a mistranslation of the "proberi" hppa assembler instruction
when run as linux-user. Without the fix many debian packages won't
build in a hppa-chroot.

There is no need to extend the release cycle of qemu-7.1 due to this
fix.

Thanks,
Helge

-------

The following changes since commit c7208a6e0d049f9e8af15df908168a79b1f99685:

  Update version for v7.1.0-rc3 release (2022-08-16 20:45:19 -0500)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/for-7.1-hppa

for you to fetch changes up to 6fab0c182dabaca5b3d56e60a8de3122ce9afbea:

  target/hppa: Fix proberi instruction emulation for linux-user (2022-08-19 15:59:14 +0200)

----------------------------------------------------------------
target/hppa: Fix proberi instruction emulation for linux-user

----------------------------------------------------------------
Helge Deller (1):
      target/hppa: Fix proberi instruction emulation for linux-user

 target/hppa/op_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Richard Henderson Aug. 19, 2022, 6:44 p.m. UTC | #1
On 8/19/22 07:19, Helge Deller wrote:
> Peter & Richard,
> 
> would you please pull this one-line fix for target-hppa ?
> It fixes a mistranslation of the "proberi" hppa assembler instruction
> when run as linux-user. Without the fix many debian packages won't
> build in a hppa-chroot.
> 
> There is no need to extend the release cycle of qemu-7.1 due to this
> fix.
> 
> Thanks,
> Helge
> 
> -------
> 
> The following changes since commit c7208a6e0d049f9e8af15df908168a79b1f99685:
> 
>    Update version for v7.1.0-rc3 release (2022-08-16 20:45:19 -0500)
> 
> are available in the Git repository at:
> 
>    https://github.com/hdeller/qemu-hppa.git tags/for-7.1-hppa
> 
> for you to fetch changes up to 6fab0c182dabaca5b3d56e60a8de3122ce9afbea:
> 
>    target/hppa: Fix proberi instruction emulation for linux-user (2022-08-19 15:59:14 +0200)
> 
> ----------------------------------------------------------------
> target/hppa: Fix proberi instruction emulation for linux-user

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Helge Deller (1):
>        target/hppa: Fix proberi instruction emulation for linux-user
> 
>   target/hppa/op_helper.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)