Age | Commit message (Expand) | Author | Files | Lines |
2023-08-24 | target/loongarch: Add LoongArch32 cpu la132 | Jiajie Chen | 1 | -0/+30 |
2023-08-24 | target/loongarch: Add avail_64 to check la64-only instructions | Song Gao | 10 | -123/+152 |
2023-08-24 | target/loongarch: Add a check parameter to the TRANS macro | Song Gao | 14 | -944/+946 |
2023-08-24 | target/loongarch: Sign extend results in VA32 mode | Jiajie Chen | 1 | -0/+3 |
2023-08-24 | target/loongarch: Truncate high 32 bits of address in VA32 mode | Jiajie Chen | 2 | -2/+20 |
2023-08-24 | target/loongarch: Extract set_pc() helper | Jiajie Chen | 4 | -11/+16 |
2023-08-24 | target/loongarch: Extract make_address_pc() helper | Jiajie Chen | 3 | -3/+8 |
2023-08-24 | target/loongarch: Extract make_address_i() helper | Jiajie Chen | 6 | -57/+29 |
2023-08-24 | target/loongarch: Extract make_address_x() helper | Jiajie Chen | 4 | -20/+22 |
2023-08-24 | target/loongarch: Add LA64 & VA32 to DisasContext | Jiajie Chen | 3 | -0/+18 |
2023-08-24 | target/loongarch: Support LoongArch32 VPPN | Jiajie Chen | 2 | -7/+22 |
2023-08-24 | target/loongarch: Support LoongArch32 DMW | Jiajie Chen | 2 | -7/+26 |
2023-08-24 | target/loongarch: Support LoongArch32 TLB entry | Jiajie Chen | 2 | -9/+17 |
2023-08-24 | target/loongarch: Add GDB support for loongarch32 mode | Jiajie Chen | 4 | -8/+81 |
2023-08-24 | target/loongarch: Add new object class for loongarch32 cpus | Jiajie Chen | 2 | -0/+12 |
2023-08-24 | target/loongarch: Add function to check current arch | Jiajie Chen | 1 | -0/+10 |
2023-08-24 | target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init | Philippe Mathieu-Daudé | 1 | -8/+15 |
2023-08-24 | target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU | Philippe Mathieu-Daudé | 2 | -3/+10 |
2023-08-24 | target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW | Song Gao | 1 | -0/+1 |
2023-08-24 | target/loongarch: Remove duplicated disas_set_info assignment | Philippe Mathieu-Daudé | 1 | -1/+0 |
2023-08-24 | target/loongarch: Log I/O write accesses to CSR registers | Philippe Mathieu-Daudé | 1 | -0/+2 |
2023-08-22 | Open 8.2 development tree | Richard Henderson | 1 | -1/+1 |
2023-08-22 | Update version for v8.1.0 releasev8.1.0 | Richard Henderson | 1 | -1/+1 |
2023-08-15 | Update version for v8.1.0-rc4 releasev8.1.0-rc4 | Richard Henderson | 1 | -1/+1 |
2023-08-14 | Merge tag 'pull-tcg-20230814' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 1 | -0/+3 |
2023-08-12 | tcg/i386: Output %gs prefix in tcg_out_vex_opc | Richard Henderson | 1 | -0/+3 |
2023-08-11 | Merge tag 'pull-riscv-to-apply-20230811-3' of https://github.com/alistair23/q... | Richard Henderson | 2 | -8/+21 |
2023-08-11 | hw/riscv/virt.c: change 'aclint' TCG check | Daniel Henrique Barboza | 1 | -7/+13 |
2023-08-11 | target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids() | Daniel Henrique Barboza | 1 | -1/+8 |
2023-08-11 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson | 2 | -1/+2 |
2023-08-11 | pci: Fix the update of interrupt disable bit in PCI_COMMAND register | Guoyi Tu | 1 | -1/+1 |
2023-08-11 | hw/pci-host: Allow extended config space access for Designware PCIe host | Jason Chien | 1 | -0/+1 |
2023-08-10 | Update version for v8.1.0-rc3 releasev8.1.0-rc3 | Richard Henderson | 1 | -1/+1 |
2023-08-10 | Merge tag 'pull-tcg-20230810' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 6 | -11/+59 |
2023-08-10 | gdbstub: don't complain about preemptive ACK chars | Alex Bennée | 1 | -0/+5 |
2023-08-10 | gdbstub: more fixes for client Ctrl-C handling | Alex Bennée | 2 | -2/+4 |
2023-08-10 | tests/tcg: ensure system-mode gdb tests start stopped | Alex Bennée | 1 | -6/+3 |
2023-08-10 | accel/tcg: Avoid reading too much in load_atom_{2,4} | Richard Henderson | 3 | -3/+47 |
2023-08-09 | Merge tag 'or1k-pull-request-20230809' of https://github.com/stffrdhrn/qemu i... | Richard Henderson | 1 | -3/+4 |
2023-08-09 | Merge tag 'pull-lu-20230809' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 7 | -45/+113 |
2023-08-09 | Merge tag 'nvme-fixes-pull-request' of https://gitlab.com/birkelund/qemu into... | Richard Henderson | 1 | -2/+8 |
2023-08-09 | linux-user: Fix openat() emulation to correctly detect accesses to /proc | Helge Deller | 1 | -1/+12 |
2023-08-09 | util/interval-tree: Check root for null in interval_tree_iter_first | Helge Deller | 1 | -1/+1 |
2023-08-09 | tests/tcg: Disable filename test for info proc mappings | Richard Henderson | 1 | -1/+2 |
2023-08-09 | linux-user: Use ARRAY_SIZE with bitmask_transtbl | Richard Henderson | 4 | -22/+25 |
2023-08-09 | linux-user: Split out do_mmap | Richard Henderson | 1 | -17/+73 |
2023-08-09 | hw/nvme: fix null pointer access in ruh update | Klaus Jensen | 1 | -1/+7 |
2023-08-09 | hw/nvme: fix null pointer access in directive receive | Klaus Jensen | 1 | -1/+1 |
2023-08-08 | qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACE | Richard Henderson | 1 | -3/+0 |
2023-08-08 | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ... | Richard Henderson | 2 | -5/+11 |