[PULL v2 0/1] loongarch-to-apply queue

Song Gao posted 1 patch 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240229113842.619738-1-gaosong@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>
There is a newer version of this series
hw/loongarch/acpi-build.c   |  29 +++++++++++--
hw/loongarch/virt.c         | 101 ++++++++++++++++++++++++++++++++------------
include/hw/loongarch/virt.h |  10 +++--
3 files changed, 107 insertions(+), 33 deletions(-)
[PULL v2 0/1] loongarch-to-apply queue
Posted by Song Gao 9 months ago
The following changes since commit bfe8020c814a30479a4241aaa78b63960655962b:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-02-28 14:23:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c6e9847fc4becba561c631c4505e3b05d4926184:

  loongarch: Change the UEFI loading mode to loongarch (2024-02-29 19:32:45 +0800)

----------------------------------------------------------------
pull-loongarch-20240229

V2: fix build error on mipsel

----------------------------------------------------------------
Xianglai Li (1):
      loongarch: Change the UEFI loading mode to loongarch

 hw/loongarch/acpi-build.c   |  29 +++++++++++--
 hw/loongarch/virt.c         | 101 ++++++++++++++++++++++++++++++++------------
 include/hw/loongarch/virt.h |  10 +++--
 3 files changed, 107 insertions(+), 33 deletions(-)
Re: [PULL v2 0/1] loongarch-to-apply queue
Posted by Peter Maydell 8 months, 4 weeks ago
On Thu, 29 Feb 2024 at 11:38, Song Gao <gaosong@loongson.cn> wrote:
>
> The following changes since commit bfe8020c814a30479a4241aaa78b63960655962b:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-02-28 14:23:21 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20240229
>
> for you to fetch changes up to c6e9847fc4becba561c631c4505e3b05d4926184:
>
>   loongarch: Change the UEFI loading mode to loongarch (2024-02-29 19:32:45 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20240229
>
> V2: fix build error on mipsel
>


Applied, thanks.

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

-- PMM