mbox

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

Message ID 20240229113842.619738-1-gaosong@loongson.cn (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Song Gao Feb. 29, 2024, 11:38 a.m. UTC
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(-)

Comments

Peter Maydell March 1, 2024, 2:38 p.m. UTC | #1
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