[PULL 0/5] loongarch-to-apply queue

Song Gao posted 5 patches 6 days, 12 hours ago
There is a newer version of this series
hw/acpi/generic_event_device.c         |  6 +++---
hw/loongarch/meson.build               |  2 +-
hw/loongarch/virt.c                    | 39 ++++++++++++++++++++++++++++++++++
include/hw/acpi/generic_event_device.h |  7 ++++--
include/hw/loongarch/virt.h            |  1 -
target/loongarch/arch_dump.c           |  6 +-----
6 files changed, 49 insertions(+), 12 deletions(-)
[PULL 0/5] loongarch-to-apply queue
Posted by Song Gao 6 days, 12 hours ago
The following changes since commit f774a677507966222624a9b2859f06ede7608100:

  Merge tag 'pull-target-arm-20241015-1' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-10-15 15:18:22 +0100)

are available in the Git repository at:

  https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20241016

for you to fetch changes up to e376c2d87cbbad3483adcd5e827bdd144edb7d2c:

  hw/loongarch/fw_cfg: Build in common_ss[] (2024-10-16 16:06:07 +0800)

----------------------------------------------------------------
pull-loongarch-20241016

----------------------------------------------------------------
Bibo Mao (3):
      acpi: ged: Add macro for acpi sleep control register
      hw/loongarch/virt: Add FDT table support with acpi ged pm register
      target/loongarch: Avoid bits shift exceeding width of bool type

Philippe Mathieu-Daudé (2):
      hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
      hw/loongarch/fw_cfg: Build in common_ss[]

 hw/acpi/generic_event_device.c         |  6 +++---
 hw/loongarch/meson.build               |  2 +-
 hw/loongarch/virt.c                    | 39 ++++++++++++++++++++++++++++++++++
 include/hw/acpi/generic_event_device.h |  7 ++++--
 include/hw/loongarch/virt.h            |  1 -
 target/loongarch/arch_dump.c           |  6 +-----
 6 files changed, 49 insertions(+), 12 deletions(-)


Re: [PULL 0/5] loongarch-to-apply queue
Posted by Peter Maydell 5 days, 4 hours ago
On Wed, 16 Oct 2024 at 09:49, Song Gao <gaosong@loongson.cn> wrote:
>
> The following changes since commit f774a677507966222624a9b2859f06ede7608100:
>
>   Merge tag 'pull-target-arm-20241015-1' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-10-15 15:18:22 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20241016
>
> for you to fetch changes up to e376c2d87cbbad3483adcd5e827bdd144edb7d2c:
>
>   hw/loongarch/fw_cfg: Build in common_ss[] (2024-10-16 16:06:07 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20241016
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM