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

Song Gao posted 9 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
There is a newer version of this series
hw/intc/loongarch_extioi.c                         | 41 +++++++------
hw/intc/trace-events                               |  3 +-
hw/loongarch/acpi-build.c                          | 51 +++++++++++++++-
hw/loongarch/virt.c                                | 53 ++++++++++++++---
include/hw/loongarch/virt.h                        |  3 -
include/hw/pci-host/ls7a.h                         |  1 +
target/loongarch/cpu.c                             | 10 +++-
target/loongarch/cpu.h                             | 69 +++++++++++++---------
target/loongarch/insn_trans/trans_farith.c.inc     | 30 ++++++++++
target/loongarch/insn_trans/trans_fcmp.c.inc       | 11 +++-
target/loongarch/insn_trans/trans_fmemory.c.inc    | 34 +++++++++--
target/loongarch/insn_trans/trans_fmov.c.inc       | 29 ++++++++-
target/loongarch/insn_trans/trans_privileged.c.inc |  2 +-
target/loongarch/iocsr_helper.c                    | 19 +++---
target/loongarch/tlb_helper.c                      |  5 +-
target/loongarch/translate.c                       |  6 +-
16 files changed, 283 insertions(+), 84 deletions(-)
[PULL v2 0/9] loongarch-to-apply queue
Posted by Song Gao 1 year, 6 months ago
The following changes since commit ece5f8374d0416a339f0c0a9399faa2c42d4ad6f:

  Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-11-03 10:55:05 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2419978cb09e11bc53a07d4de5621424d2a6a86d:

  target/loongarch: Fix emulation of float-point disable exception (2022-11-04 17:10:53 +0800)

----------------------------------------------------------------
pull-loongarch-20221104

v2:
 - fix win32/win64 complie error;
 - Add Rui Wang' patches.

----------------------------------------------------------------
Rui Wang (2):
      target/loongarch: Adjust the layout of hardware flags bit fields
      target/loongarch: Fix emulation of float-point disable exception

Song Gao (2):
      target/loongarch: Add exception subcode
      target/loongarch: Fix raise_mmu_exception() set wrong exception_index

Xiaojuan Yang (5):
      hw/intc: Convert the memops to with_attrs in LoongArch extioi
      hw/intc: Fix LoongArch extioi coreisr accessing
      hw/loongarch: Load FDT table into dram memory space
      hw/loongarch: Improve fdt for LoongArch virt machine
      hw/loongarch: Add TPM device for LoongArch virt machine

 hw/intc/loongarch_extioi.c                         | 41 +++++++------
 hw/intc/trace-events                               |  3 +-
 hw/loongarch/acpi-build.c                          | 51 +++++++++++++++-
 hw/loongarch/virt.c                                | 53 ++++++++++++++---
 include/hw/loongarch/virt.h                        |  3 -
 include/hw/pci-host/ls7a.h                         |  1 +
 target/loongarch/cpu.c                             | 10 +++-
 target/loongarch/cpu.h                             | 69 +++++++++++++---------
 target/loongarch/insn_trans/trans_farith.c.inc     | 30 ++++++++++
 target/loongarch/insn_trans/trans_fcmp.c.inc       | 11 +++-
 target/loongarch/insn_trans/trans_fmemory.c.inc    | 34 +++++++++--
 target/loongarch/insn_trans/trans_fmov.c.inc       | 29 ++++++++-
 target/loongarch/insn_trans/trans_privileged.c.inc |  2 +-
 target/loongarch/iocsr_helper.c                    | 19 +++---
 target/loongarch/tlb_helper.c                      |  5 +-
 target/loongarch/translate.c                       |  6 +-
 16 files changed, 283 insertions(+), 84 deletions(-)
Re: [PULL v2 0/9] loongarch-to-apply queue
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

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