qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] loongarch-to-apply queue
@ 2024-07-11  7:48 Song Gao
  2024-07-11  7:48 ` [PULL 1/9] hw/loongarch/boot.c: fix out-of-bound reading Song Gao
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Song Gao @ 2024-07-11  7:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson

The following changes since commit 59084feb256c617063e0dbe7e64821ae8852d7cf:

  Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into staging (2024-07-09 07:13:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 78341408e705e1b8dc92eaae2071ae0023d586b0:

  target/loongarch: Fix cpu_reset set wrong CSR_CRMD (2024-07-11 15:56:50 +0800)

----------------------------------------------------------------
pull-loongarch-20240711

----------------------------------------------------------------
Bibo Mao (2):
      hw/loongarch/virt: Remove unused assignment
      target/loongarch/kvm: Add software breakpoint support

Dmitry Frolov (1):
      hw/loongarch/boot.c: fix out-of-bound reading

Feiyang Chen (1):
      target/loongarch: Remove avail_64 in trans_srai_w() and simplify it

Jiaxun Yang (1):
      MAINTAINERS: Add myself as a reviewer of LoongArch virt machine

Song Gao (2):
      target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values
      target/loongarch: Fix cpu_reset set wrong CSR_CRMD

Xianglai Li (2):
      hw/loongarch: Change the tpm support by default
      hw/loongarch: Modify flash block size to 256K

 MAINTAINERS                                       |  1 +
 configs/targets/loongarch64-softmmu.mak           |  1 +
 hw/loongarch/Kconfig                              |  1 +
 hw/loongarch/acpi-build.c                         |  3 +
 hw/loongarch/boot.c                               |  2 +-
 hw/loongarch/virt.c                               | 15 +++--
 include/hw/loongarch/virt.h                       |  2 +-
 target/loongarch/cpu.c                            | 23 ++++---
 target/loongarch/kvm/kvm.c                        | 76 +++++++++++++++++++++++
 target/loongarch/tcg/insn_trans/trans_shift.c.inc | 15 +----
 10 files changed, 109 insertions(+), 30 deletions(-)



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PULL 0/9] loongarch-to-apply queue
@ 2022-09-19 12:48 Song Gao
  2022-09-19 16:54 ` Stefan Hajnoczi
  2022-09-19 17:39 ` Stefan Hajnoczi
  0 siblings, 2 replies; 18+ messages in thread
From: Song Gao @ 2022-09-19 12:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, stefanha

The following changes since commit d29201ff34a135cdfc197f4413c1c5047e4f58bb:

  Merge tag 'pull-hmp-20220915a' of https://gitlab.com/dagrh/qemu into staging (2022-09-17 10:31:11 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c06bc455a0ac03123548ac9a2a76e5887f9b9a89:

  hw/loongarch: Improve acpi dsdt table (2022-09-19 20:01:41 +0800)

----------------------------------------------------------------
pull-loongarch

----------------------------------------------------------------
Xiaojuan Yang (9):
      hw/loongarch: Remove vga device when loongarch init
      hw/loongarch: Support fw_cfg dma function
      hw/loongarch: Add interrupt information to FDT table
      hw/loongarch: Add platform bus support
      hw/loongarch: Add hotplug handler for machine
      hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
      hw/loongarch: Fix acpi ged irq number in dsdt table
      hw/loongarch: Support memory hotplug
      hw/loongarch: Improve acpi dsdt table

 hw/loongarch/Kconfig        |   5 +-
 hw/loongarch/acpi-build.c   | 191 ++++++++++-------------------------------
 hw/loongarch/fw_cfg.c       |   3 +-
 hw/loongarch/virt.c         | 205 +++++++++++++++++++++++++++++++++++++++++++-
 include/hw/loongarch/virt.h |   2 +
 include/hw/pci-host/ls7a.h  |   5 ++
 6 files changed, 259 insertions(+), 152 deletions(-)



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-07-18 12:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11  7:48 [PULL 0/9] loongarch-to-apply queue Song Gao
2024-07-11  7:48 ` [PULL 1/9] hw/loongarch/boot.c: fix out-of-bound reading Song Gao
2024-07-11  7:48 ` [PULL 2/9] hw/loongarch: Change the tpm support by default Song Gao
2024-07-11  7:48 ` [PULL 3/9] hw/loongarch: Modify flash block size to 256K Song Gao
2024-07-11  7:48 ` [PULL 4/9] hw/loongarch/virt: Remove unused assignment Song Gao
2024-07-11  7:48 ` [PULL 5/9] MAINTAINERS: Add myself as a reviewer of LoongArch virt machine Song Gao
2024-07-11  7:48 ` [PULL 6/9] target/loongarch/kvm: Add software breakpoint support Song Gao
2024-07-11  7:48 ` [PULL 7/9] target/loongarch: Remove avail_64 in trans_srai_w() and simplify it Song Gao
2024-07-11  7:48 ` [PULL 8/9] target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values Song Gao
2024-07-11  7:48 ` [PULL 9/9] target/loongarch: Fix cpu_reset set wrong CSR_CRMD Song Gao
2024-07-11  9:57 ` [PULL 0/9] loongarch-to-apply queue Philippe Mathieu-Daudé
2024-07-12  1:35   ` gaosong
2024-07-12  9:04     ` Philippe Mathieu-Daudé
2024-07-12  9:50   ` lixianglai
2024-07-18 12:10     ` gaosong
  -- strict thread matches above, loose matches on Subject: below --
2022-09-19 12:48 Song Gao
2022-09-19 16:54 ` Stefan Hajnoczi
2022-09-19 17:39 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).