[PULL 0/9] target/hppa patch queue

Richard Henderson posted 9 patches 5 years, 8 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200218193929.11404-1-richard.henderson@linaro.org
There is a newer version of this series
hw/display/artist.c | 29 +++++++++--------------------
hw/hppa/dino.c      | 31 +++++++++++++++++--------------
2 files changed, 26 insertions(+), 34 deletions(-)
[PULL 0/9] target/hppa patch queue
Posted by Richard Henderson 5 years, 8 months ago
The following changes since commit 6c599282f8ab382fe59f03a6cae755b89561a7b3:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2' into staging (2020-02-17 13:32:25 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-pa-20200218

for you to fetch changes up to 90e94c0591687f7f788fc40ac86b5583f30d9513:

  hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c (2020-02-18 11:22:10 -0800)

----------------------------------------------------------------
Fixes for Dino and Artist.

----------------------------------------------------------------
Philippe Mathieu-Daudé (9):
      hw/display/artist: Move trace event to draw_line()
      hw/display/artist: Remove pointless initialization
      hw/display/artist: Delay some variables initialization
      hw/display/artist: Avoid drawing line when nothing to display
      hw/display/artist: Remove dead code (CID 1419388 & 1419389)
      hw/hppa/dino: Add comments with register name
      hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)
      hw/hppa/dino: Fix bitmask for the PCIROR register
      hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c

 hw/display/artist.c | 29 +++++++++--------------------
 hw/hppa/dino.c      | 31 +++++++++++++++++--------------
 2 files changed, 26 insertions(+), 34 deletions(-)

Re: [PULL 0/9] target/hppa patch queue
Posted by Peter Maydell 5 years, 8 months ago
On Tue, 18 Feb 2020 at 19:39, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 6c599282f8ab382fe59f03a6cae755b89561a7b3:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2' into staging (2020-02-17 13:32:25 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-pa-20200218
>
> for you to fetch changes up to 90e94c0591687f7f788fc40ac86b5583f30d9513:
>
>   hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c (2020-02-18 11:22:10 -0800)
>
> ----------------------------------------------------------------
> Fixes for Dino and Artist.
>



Applied, thanks.

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

-- PMM