mbox

[PULL,0/3] Hppa serial fix patches

Message ID 20220528102819.21983-1-deller@gmx.de
State New
Headers show

Pull-request

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

Message

Helge Deller May 28, 2022, 10:28 a.m. UTC
The following changes since commit 58b53669e87fed0d70903e05cd42079fbbdbc195:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-05-25 13:46:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5079892df5f113c7f2b77f53bf7663f6c7bc6be9:

  hppa: Fix serial port assignments and pass-through (2022-05-28 12:25:42 +0200)

----------------------------------------------------------------
hppa: Fix serial port pass-through

This series fixes the SeaBIOS-hppa firmware and the serial ports setup code in
qemu so that it reflects the real hardware and allows serial port pass-through
from the host to guests.

Tested with Linux guests.

v2: Changes suggested by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
- Split out hppa_hardware.h restoration to an own patch
- Drop unneccesary checks for serial_hd(x)

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

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

Helge Deller (3):
  New SeaBIOS-hppa version 6
  hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppa
  hppa: Fix serial port assignments and pass-through

 hw/hppa/hppa_hardware.h   |  10 ++++++++--
 hw/hppa/machine.c         |  22 ++++++++--------------
 pc-bios/hppa-firmware.img | Bin 719040 -> 719368 bytes
 roms/seabios-hppa         |   2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)

--
2.35.3

Comments

Richard Henderson May 28, 2022, 6:05 p.m. UTC | #1
On 5/28/22 03:28, Helge Deller wrote:
> The following changes since commit 58b53669e87fed0d70903e05cd42079fbbdbc195:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-05-25 13:46:29 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/hdeller/qemu-hppa.git tags/hppa-serial-fix-pull-request
> 
> for you to fetch changes up to 5079892df5f113c7f2b77f53bf7663f6c7bc6be9:
> 
>    hppa: Fix serial port assignments and pass-through (2022-05-28 12:25:42 +0200)
> 
> ----------------------------------------------------------------
> hppa: Fix serial port pass-through
> 
> This series fixes the SeaBIOS-hppa firmware and the serial ports setup code in
> qemu so that it reflects the real hardware and allows serial port pass-through
> from the host to guests.
> 
> Tested with Linux guests.
> 
> v2: Changes suggested by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> - Split out hppa_hardware.h restoration to an own patch
> - Drop unneccesary checks for serial_hd(x)
> 
> Signed-off-by: Helge Deller <deller@gmx.de>
> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 
> Helge Deller (3):
>    New SeaBIOS-hppa version 6
>    hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppa
>    hppa: Fix serial port assignments and pass-through
> 
>   hw/hppa/hppa_hardware.h   |  10 ++++++++--
>   hw/hppa/machine.c         |  22 ++++++++--------------
>   pc-bios/hppa-firmware.img | Bin 719040 -> 719368 bytes
>   roms/seabios-hppa         |   2 +-
>   4 files changed, 17 insertions(+), 17 deletions(-)
> 
> --
> 2.35.3
>