mbox

[PULL,0/6] hppa target updates and fixes

Message ID 20220202181139.124485-1-deller@gmx.de (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-pull-request

Message

Helge Deller Feb. 2, 2022, 6:11 p.m. UTC
The following changes since commit 91f5f7a5df1fda8c34677a7c49ee8a4bb5b56a36:

  Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull-request' into staging (2022-01-12 11:51:47 +0000)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-pull-request

for you to fetch changes up to d449eee3af37937f788c02ad88f2caa8bbfb19aa:

  hw/display/artist: Fix draw_line() artefacts (2022-02-02 18:46:45 +0100)

----------------------------------------------------------------
Fixes and updates for hppa target

This patchset fixes some important bugs in the hppa artist graphics driver:
- Fix artist graphics for HP-UX and Linux
- Mouse cursor fixes for HP-UX
- Fix draw_line() function on artist graphic

and it adds new qemu features for hppa:
- Allow up to 16 emulated CPUs (instead of 8)
- Add support for an emulated TOC/NMI button

A new Seabios-hppa firmware is included as well:
- Update SeaBIOS-hppa to VERSION 3
- New opt/hostid fw_cfg option to change hostid
- Add opt/console fw_cfg option to select default console
- Added 16x32 font to STI firmware

Signed-off-by: Helge Deller <deller@gmx.de>

----------------------------------------------------------------

Helge Deller (4):
  seabios-hppa: Update SeaBIOS-hppa to VERSION 3
  hw/hppa: Allow up to 16 emulated CPUs
  hppa: Add support for an emulated TOC/NMI button.
  hw/display/artist: Mouse cursor fixes for HP-UX

Sven Schnelle (2):
  hw/display/artist: rewrite vram access mode handling
  hw/display/artist: Fix draw_line() artefacts

 hw/display/artist.c       | 463 ++++++++++++++++----------------------
 hw/display/trace-events   |   8 +-
 hw/hppa/hppa_hardware.h   |   5 +-
 hw/hppa/machine.c         |  35 ++-
 pc-bios/hppa-firmware.img | Bin 757144 -> 701964 bytes
 roms/seabios-hppa         |   2 +-
 target/hppa/cpu.c         |   2 +-
 target/hppa/cpu.h         |   5 +
 target/hppa/helper.h      |   1 +
 target/hppa/insns.decode  |   1 +
 target/hppa/int_helper.c  |  19 +-
 target/hppa/op_helper.c   |   7 +-
 target/hppa/translate.c   |  10 +
 13 files changed, 283 insertions(+), 275 deletions(-)

Comments

Peter Maydell Feb. 3, 2022, 3:42 p.m. UTC | #1
On Wed, 2 Feb 2022 at 18:11, Helge Deller <deller@gmx.de> wrote:
>
> The following changes since commit 91f5f7a5df1fda8c34677a7c49ee8a4bb5b56a36:
>
>   Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull-request' into staging (2022-01-12 11:51:47 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-pull-request
>
> for you to fetch changes up to d449eee3af37937f788c02ad88f2caa8bbfb19aa:
>
>   hw/display/artist: Fix draw_line() artefacts (2022-02-02 18:46:45 +0100)
>
> ----------------------------------------------------------------
> Fixes and updates for hppa target
>
> This patchset fixes some important bugs in the hppa artist graphics driver:
> - Fix artist graphics for HP-UX and Linux
> - Mouse cursor fixes for HP-UX
> - Fix draw_line() function on artist graphic
>
> and it adds new qemu features for hppa:
> - Allow up to 16 emulated CPUs (instead of 8)
> - Add support for an emulated TOC/NMI button
>
> A new Seabios-hppa firmware is included as well:
> - Update SeaBIOS-hppa to VERSION 3
> - New opt/hostid fw_cfg option to change hostid
> - Add opt/console fw_cfg option to select default console
> - Added 16x32 font to STI firmware
>
> Signed-off-by: Helge Deller <deller@gmx.de>


Applied, thanks.

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

-- PMM
Helge Deller Feb. 3, 2022, 5:59 p.m. UTC | #2
On 2/3/22 16:42, Peter Maydell wrote:
> On Wed, 2 Feb 2022 at 18:11, Helge Deller <deller@gmx.de> wrote:
>>
>> The following changes since commit 91f5f7a5df1fda8c34677a7c49ee8a4bb5b56a36:
>>
>>   Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull-request' into staging (2022-01-12 11:51:47 +0000)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/hdeller/qemu-hppa.git tags/hppa-updates-pull-request
>>
>> for you to fetch changes up to d449eee3af37937f788c02ad88f2caa8bbfb19aa:
>>
>>   hw/display/artist: Fix draw_line() artefacts (2022-02-02 18:46:45 +0100)
>>
>> ----------------------------------------------------------------
>> Fixes and updates for hppa target
>>
>> This patchset fixes some important bugs in the hppa artist graphics driver:
>> - Fix artist graphics for HP-UX and Linux
>> - Mouse cursor fixes for HP-UX
>> - Fix draw_line() function on artist graphic
>>
>> and it adds new qemu features for hppa:
>> - Allow up to 16 emulated CPUs (instead of 8)
>> - Add support for an emulated TOC/NMI button
>>
>> A new Seabios-hppa firmware is included as well:
>> - Update SeaBIOS-hppa to VERSION 3
>> - New opt/hostid fw_cfg option to change hostid
>> - Add opt/console fw_cfg option to select default console
>> - Added 16x32 font to STI firmware
>>
>> Signed-off-by: Helge Deller <deller@gmx.de>
>
>
> Applied, thanks.

Thank you!

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

Sure, done now.

Helge