[PATCH 0/2] Two hppa cleanup patches

Helge Deller posted 2 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260519133329.4268-1-deller@kernel.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>
hw/hppa/machine.c   | 15 ++++++++++-----
hw/pci-host/astro.c |  5 ++++-
2 files changed, 14 insertions(+), 6 deletions(-)
[PATCH 0/2] Two hppa cleanup patches
Posted by Helge Deller 1 week, 4 days ago
From: Helge Deller <deller@gmx.de>

Two leftover cleanup patches which I did not wanted to merge shortly before the qemu-v11 release.
Nothing critical, and both suggested by Philippe Mathieu-Daudé.

Please review.

Helge Deller (2):
  hw/pci-host/astro: Encode Astro version numbers
  hw/hppa: Move static variable lasi_dev into MachineState

 hw/hppa/machine.c   | 15 ++++++++++-----
 hw/pci-host/astro.c |  5 ++++-
 2 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.54.0


Re: [PATCH 0/2] Two hppa cleanup patches
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
On 19/5/26 15:33, Helge Deller wrote:
> From: Helge Deller <deller@gmx.de>
> 
> Two leftover cleanup patches which I did not wanted to merge shortly before the qemu-v11 release.
> Nothing critical, and both suggested by Philippe Mathieu-Daudé.
> 
> Please review.
> 
> Helge Deller (2):
>    hw/pci-host/astro: Encode Astro version numbers
>    hw/hppa: Move static variable lasi_dev into MachineState
> 
>   hw/hppa/machine.c   | 15 ++++++++++-----
>   hw/pci-host/astro.c |  5 ++++-
>   2 files changed, 14 insertions(+), 6 deletions(-)

Thank you! Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>