mbox series

[PULL,0/3] hppa-softmmu update

Message ID 20180204222356.14546-1-richard.henderson@linaro.org
Headers show
Series hppa-softmmu update | expand

Message

Richard Henderson Feb. 4, 2018, 10:23 p.m. UTC
Clean up, and add to, make check-qtest-hppa.


r~


The following changes since commit fb2516ef94b8399ddded4a41c4346cbc1d5d98fc:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' into staging (2018-02-02 17:24:00 +0000)

are available in the Git repository at:

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

for you to fetch changes up to edf90bd0af98bf03ec1e60e5c7632774f62837d8:

  roms/seabios-hppa: Update submodule and image (2018-02-04 14:11:18 -0800)

----------------------------------------------------------------
hppa-softmmu update

----------------------------------------------------------------
Richard Henderson (3):
      hw/hppa: Use qemu_log_mask instead of fprintf to stderr
      tests: Enable boot-serial-test for hppa
      roms/seabios-hppa: Update submodule and image

 hw/hppa/machine.c         |  17 ++++++++---------
 tests/boot-serial-test.c  |   1 +
 pc-bios/hppa-firmware.img | Bin 461352 -> 215696 bytes
 roms/seabios-hppa         |   2 +-
 tests/Makefile.include    |   2 ++
 5 files changed, 12 insertions(+), 10 deletions(-)

Comments

Peter Maydell Feb. 6, 2018, 4:02 p.m. UTC | #1
On 4 February 2018 at 22:23, Richard Henderson
<richard.henderson@linaro.org> wrote:
> Clean up, and add to, make check-qtest-hppa.

>

>

> r~

>

>

> The following changes since commit fb2516ef94b8399ddded4a41c4346cbc1d5d98fc:

>

>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' into staging (2018-02-02 17:24:00 +0000)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to edf90bd0af98bf03ec1e60e5c7632774f62837d8:

>

>   roms/seabios-hppa: Update submodule and image (2018-02-04 14:11:18 -0800)

>

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

> hppa-softmmu update

>


Applied, thanks.

-- PMM