[PATCH v2 0/3] hppa: Fix serial port pass-through

Helge Deller posted 3 patches 1 year, 11 months ago
Failed in applying to current master (apply log)
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
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(-)
[PATCH v2 0/3] hppa: Fix serial port pass-through
Posted by Helge Deller 1 year, 11 months ago
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>

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
Re: [PATCH v2 0/3] hppa: Fix serial port pass-through
Posted by Mark Cave-Ayland 1 year, 11 months ago
On 28/05/2022 10:41, Helge Deller wrote:

> 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>
> 
> 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(-)

Looks good to me :)

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


ATB,

Mark.