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

Richard Henderson posted 2 patches 5 years, 1 month ago
Only 1 patches received!
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(-)
[Qemu-devel] [PULL for-4.0 0/2] target/hppa last fixes
Posted by Richard Henderson 5 years, 1 month ago
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(-)

Re: [Qemu-devel] [PULL for-4.0 0/2] target/hppa last fixes
Posted by Peter Maydell 5 years, 1 month ago
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