[Qemu-devel] [PULL 0/3] hppa-softmmu update

Richard Henderson posted 3 patches 6 years, 2 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 0/3] hppa-softmmu update
Posted by Richard Henderson 6 years, 2 months ago
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(-)

Re: [Qemu-devel] [PULL 0/3] hppa-softmmu update
Posted by Peter Maydell 6 years, 2 months ago
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