Merge tag 'pull-loongarch-20230824' of https://gitlab.com/gaosong/qemu into staging
pull-loongarch-20230824 # -----BEGIN PGP SIGNATURE----- # # iLMEAAEIAB0WIQS4/x2g0v3LLaCcbCxAov/yOSY+3wUCZOcdAwAKCRBAov/yOSY+ # 3w3CA/sH8+Ay+Qnaqa2vEyuhOlFQuxHKeR7mYfsitAdzh8yMK2K8C2iBUzDzL1H3 # kZmZbCcYX7ko9RLhsuXmvfBJ7iwzY55ozSHLIjJ/VS4JVE5B0cUSZ5jjIPDqpzDs # 7TUt9qpTkwg0e+klzVREWLSWP5xopvkRvFHZM3KZZhGMphOTUQ== # =/HHZ # -----END PGP SIGNATURE----- # gpg: Signature made Thu 24 Aug 2023 05:04:03 EDT # gpg: using RSA key B8FF1DA0D2FDCB2DA09C6C2C40A2FFF239263EDF # gpg: Good signature from "Song Gao <m17746591750@163.com>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: B8FF 1DA0 D2FD CB2D A09C 6C2C 40A2 FFF2 3926 3EDF * tag 'pull-loongarch-20230824' of https://gitlab.com/gaosong/qemu : (31 commits) hw/loongarch: Fix ACPI processor id off-by-one error target/loongarch: Split fcc register to fcc0-7 in gdbstub hw/intc/loongarch_pch: fix edge triggered irq handling target/loongarch: cpu: Implement get_arch_id callback target/loongarch: Add avail_IOCSR to check iocsr instructions target/loongarch: Add avail_LSX to check LSX instructions target/loongarch: Add avail_LAM to check atomic instructions target/loongarch: Add avail_LSPW to check LSPW instructions target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions hw/loongarch: Remove restriction of la464 cores in the virt machine target/loongarch: Add LoongArch32 cpu la132 target/loongarch: Add avail_64 to check la64-only instructions target/loongarch: Add a check parameter to the TRANS macro target/loongarch: Sign extend results in VA32 mode target/loongarch: Truncate high 32 bits of address in VA32 mode target/loongarch: Extract set_pc() helper target/loongarch: Extract make_address_pc() helper target/loongarch: Extract make_address_i() helper target/loongarch: Extract make_address_x() helper target/loongarch: Add LA64 & VA32 to DisasContext ... Signed-off-by:Stefan Hajnoczi <stefanha@redhat.com>
No related branches found
No related tags found
Showing
- configs/targets/loongarch64-softmmu.mak 1 addition, 1 deletionconfigs/targets/loongarch64-softmmu.mak
- gdb-xml/loongarch-base32.xml 45 additions, 0 deletionsgdb-xml/loongarch-base32.xml
- gdb-xml/loongarch-fpu.xml 8 additions, 1 deletiongdb-xml/loongarch-fpu.xml
- hw/intc/loongarch_pch_pic.c 6 additions, 1 deletionhw/intc/loongarch_pch_pic.c
- hw/loongarch/acpi-build.c 1 addition, 1 deletionhw/loongarch/acpi-build.c
- hw/loongarch/virt.c 2 additions, 5 deletionshw/loongarch/virt.c
- target/loongarch/cpu-csr.h 12 additions, 10 deletionstarget/loongarch/cpu-csr.h
- target/loongarch/cpu.c 92 additions, 18 deletionstarget/loongarch/cpu.c
- target/loongarch/cpu.h 35 additions, 0 deletionstarget/loongarch/cpu.h
- target/loongarch/gdbstub.c 33 additions, 17 deletionstarget/loongarch/gdbstub.c
- target/loongarch/insn_trans/trans_arith.c.inc 55 additions, 43 deletionstarget/loongarch/insn_trans/trans_arith.c.inc
- target/loongarch/insn_trans/trans_atomic.c.inc 43 additions, 42 deletionstarget/loongarch/insn_trans/trans_atomic.c.inc
- target/loongarch/insn_trans/trans_bit.c.inc 28 additions, 28 deletionstarget/loongarch/insn_trans/trans_bit.c.inc
- target/loongarch/insn_trans/trans_branch.c.inc 14 additions, 13 deletionstarget/loongarch/insn_trans/trans_branch.c.inc
- target/loongarch/insn_trans/trans_extra.c.inc 16 additions, 8 deletionstarget/loongarch/insn_trans/trans_extra.c.inc
- target/loongarch/insn_trans/trans_farith.c.inc 60 additions, 36 deletionstarget/loongarch/insn_trans/trans_farith.c.inc
- target/loongarch/insn_trans/trans_fcmp.c.inc 8 additions, 0 deletionstarget/loongarch/insn_trans/trans_fcmp.c.inc
- target/loongarch/insn_trans/trans_fcnv.c.inc 28 additions, 28 deletionstarget/loongarch/insn_trans/trans_fcnv.c.inc
- target/loongarch/insn_trans/trans_fmemory.c.inc 24 additions, 38 deletionstarget/loongarch/insn_trans/trans_fmemory.c.inc
- target/loongarch/insn_trans/trans_fmov.c.inc 44 additions, 8 deletionstarget/loongarch/insn_trans/trans_fmov.c.inc
Loading
Please register or sign in to comment