aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-24target/loongarch: Add avail_LAM to check atomic instructionsSong Gao2-36/+37
2023-08-24target/loongarch: Add avail_LSPW to check LSPW instructionsSong Gao2-0/+9
2023-08-24target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructionsSong Gao7-86/+159
2023-08-24hw/loongarch: Remove restriction of la464 cores in the virt machineSong Gao1-5/+0
2023-08-24target/loongarch: Add LoongArch32 cpu la132Jiajie Chen1-0/+30
2023-08-24target/loongarch: Add avail_64 to check la64-only instructionsSong Gao10-123/+152
2023-08-24target/loongarch: Add a check parameter to the TRANS macroSong Gao14-944/+946
2023-08-24target/loongarch: Sign extend results in VA32 modeJiajie Chen1-0/+3
2023-08-24target/loongarch: Truncate high 32 bits of address in VA32 modeJiajie Chen2-2/+20
2023-08-24target/loongarch: Extract set_pc() helperJiajie Chen4-11/+16
2023-08-24target/loongarch: Extract make_address_pc() helperJiajie Chen3-3/+8
2023-08-24target/loongarch: Extract make_address_i() helperJiajie Chen6-57/+29
2023-08-24target/loongarch: Extract make_address_x() helperJiajie Chen4-20/+22
2023-08-24target/loongarch: Add LA64 & VA32 to DisasContextJiajie Chen3-0/+18
2023-08-24target/loongarch: Support LoongArch32 VPPNJiajie Chen2-7/+22
2023-08-24target/loongarch: Support LoongArch32 DMWJiajie Chen2-7/+26
2023-08-24target/loongarch: Support LoongArch32 TLB entryJiajie Chen2-9/+17
2023-08-24target/loongarch: Add GDB support for loongarch32 modeJiajie Chen4-8/+81
2023-08-24target/loongarch: Add new object class for loongarch32 cpusJiajie Chen2-0/+12
2023-08-24target/loongarch: Add function to check current archJiajie Chen1-0/+10
2023-08-24target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_initPhilippe Mathieu-Daudé1-8/+15
2023-08-24target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPUPhilippe Mathieu-Daudé2-3/+10
2023-08-24target/loongarch: Fix loongarch_la464_initfn() misses setting LSPWSong Gao1-0/+1
2023-08-24target/loongarch: Remove duplicated disas_set_info assignmentPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/loongarch: Log I/O write accesses to CSR registersPhilippe Mathieu-Daudé1-0/+2
2023-08-22Open 8.2 development treeRichard Henderson1-1/+1
2023-08-22Update version for v8.1.0 releasev8.1.0Richard Henderson1-1/+1
2023-08-15Update version for v8.1.0-rc4 releasev8.1.0-rc4Richard Henderson1-1/+1
2023-08-14Merge tag 'pull-tcg-20230814' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-0/+3
2023-08-12tcg/i386: Output %gs prefix in tcg_out_vex_opcRichard Henderson1-0/+3
2023-08-11Merge tag 'pull-riscv-to-apply-20230811-3' of https://github.com/alistair23/q...Richard Henderson2-8/+21
2023-08-11hw/riscv/virt.c: change 'aclint' TCG checkDaniel Henrique Barboza1-7/+13
2023-08-11target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()Daniel Henrique Barboza1-1/+8
2023-08-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2-1/+2
2023-08-11pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu1-1/+1
2023-08-11hw/pci-host: Allow extended config space access for Designware PCIe hostJason Chien1-0/+1
2023-08-10Update version for v8.1.0-rc3 releasev8.1.0-rc3Richard Henderson1-1/+1
2023-08-10Merge tag 'pull-tcg-20230810' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson6-11/+59
2023-08-10gdbstub: don't complain about preemptive ACK charsAlex Bennée1-0/+5
2023-08-10gdbstub: more fixes for client Ctrl-C handlingAlex Bennée2-2/+4
2023-08-10tests/tcg: ensure system-mode gdb tests start stoppedAlex Bennée1-6/+3
2023-08-10accel/tcg: Avoid reading too much in load_atom_{2,4}Richard Henderson3-3/+47
2023-08-09Merge tag 'or1k-pull-request-20230809' of https://github.com/stffrdhrn/qemu i...Richard Henderson1-3/+4
2023-08-09Merge tag 'pull-lu-20230809' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson7-45/+113
2023-08-09Merge tag 'nvme-fixes-pull-request' of https://gitlab.com/birkelund/qemu into...Richard Henderson1-2/+8
2023-08-09linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller1-1/+12
2023-08-09util/interval-tree: Check root for null in interval_tree_iter_firstHelge Deller1-1/+1
2023-08-09tests/tcg: Disable filename test for info proc mappingsRichard Henderson1-1/+2
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson4-22/+25
2023-08-09linux-user: Split out do_mmapRichard Henderson1-17/+73