aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-03-11migration: export migration_is_runningSteve Sistare
2024-03-11migration: remove migration.h referencesSteve Sistare
2024-03-09Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-03-09target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-09Merge tag 'pull-hv-balloon-20240308' of https://github.com/maciejsszmigiero/q...Peter Maydell
2024-03-08Merge tag 'pull-target-arm-20240308' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-03-08target/arm: Move v7m-related code from cpu32.c into a separate filepull-target-arm-20240308Thomas Huth
2024-03-08vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero
2024-03-08target/riscv: Fix privilege mode of G-stage translation for debuggingHiroaki Yamamoto
2024-03-08target/riscv: Fix shift count overflowdemin.han
2024-03-08trans_rvv.c.inc: remove 'is_store' bool from load/store fnsDaniel Henrique Barboza
2024-03-08trans_rvv.c.inc: mark_vs_dirty() before loads and storesDaniel Henrique Barboza
2024-03-08target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bitVadim Shakirov
2024-03-08target/riscv: move ratified/frozen exts to non-experimentalDaniel Henrique Barboza
2024-03-08target/riscv/kvm: update KVM exts to Linux 6.8Daniel Henrique Barboza
2024-03-08RISC-V: Add support for ZtsoPalmer Dabbelt
2024-03-08target/riscv: Add missing include guard in pmu.hFrank Chang
2024-03-08target/riscv: UPDATE xATP write CSRIrina Ryapolova
2024-03-08target/riscv: FIX xATP_MODE validationIrina Ryapolova
2024-03-08target/riscv: Promote svade to a normal extensionAndrew Jones
2024-03-08target/riscv: Gate hardware A/D PTE bit updatingAndrew Jones
2024-03-08target/riscv: Reset henvcfg to zeroAndrew Jones
2024-03-08target/riscv: add remaining named featuresDaniel Henrique Barboza
2024-03-08target/riscv: add riscv,isa to named featuresDaniel Henrique Barboza
2024-03-08target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()Daniel Henrique Barboza
2024-03-08target/riscv: Update $ra with current $pc in trans_cm_jalt()Jason Chien
2024-03-07target/arm: Fix 32-bit SMOPARichard Henderson
2024-03-07target/arm: Enable FEAT_ECV for 'max' CPUPeter Maydell
2024-03-07target/arm: Implement FEAT_ECV CNTPOFF_EL2 handlingPeter Maydell
2024-03-07target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0Peter Maydell
2024-03-07target/arm: Implement new FEAT_ECV trap bitsPeter Maydell
2024-03-07target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be writtenPeter Maydell
2024-03-07target/arm: use FIELD macro for CNTHCTL bit definitionsPeter Maydell
2024-03-07target/arm: Timer _EL02 registers UNDEF for E2H == 0Peter Maydell
2024-03-07target/arm: Move some register related defines to internals.hPeter Maydell
2024-03-06target/loongarch: honour show_opcodes when disassemblingAlex Bennée
2024-03-05target/arm: Do memory type alignment check when translation enabledRichard Henderson
2024-03-05target/arm: Do memory type alignment check when translation disabledRichard Henderson
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson
2024-03-05target/arm: Support 32-byte alignment in pow2_alignRichard Henderson
2024-03-05Merge tag 'pull-tcg-20240301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck
2024-02-29target/alpha: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson
2024-02-29target/ppc: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson
2024-02-29target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-onlyRichard Henderson
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki