mbox series

[PULL,for-4.0,0/2] target/hppa last fixes

Message ID 20190316162452.21284-1-richard.henderson@linaro.org
Headers show
Series target/hppa last fixes | expand

Message

Richard Henderson March 16, 2019, 4:24 p.m. UTC
The following changes since commit 8b088d3f8ab5642020d28fa0c2a8d938bc5f3592:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190315' into staging (2019-03-15 11:39:42 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-hppa-20190316

for you to fetch changes up to 2b42f31eae2c24507c38326b3534cd9292e7dfcf:

  Update seabios-hppa to latest upstream (2019-03-15 10:11:16 -0700)

----------------------------------------------------------------
Fix lost interrupts.
Update seabios-hppa.

----------------------------------------------------------------
Helge Deller (1):
      Update seabios-hppa to latest upstream

Richard Henderson (1):
      target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT

 hw/hppa/hppa_hardware.h   |   4 ++--
 target/hppa/translate.c   |  42 ++++++++++++++++++++++++++++--------------
 pc-bios/hppa-firmware.img | Bin 760040 -> 783724 bytes
 roms/seabios-hppa         |   2 +-
 4 files changed, 31 insertions(+), 17 deletions(-)

Comments

Peter Maydell March 17, 2019, 3:54 p.m. UTC | #1
On Sat, 16 Mar 2019 at 16:24, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit 8b088d3f8ab5642020d28fa0c2a8d938bc5f3592:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190315' into staging (2019-03-15 11:39:42 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-hppa-20190316

>

> for you to fetch changes up to 2b42f31eae2c24507c38326b3534cd9292e7dfcf:

>

>   Update seabios-hppa to latest upstream (2019-03-15 10:11:16 -0700)

>

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

> Fix lost interrupts.

> Update seabios-hppa.

>

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


Applied, thanks.

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

-- PMM