summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/i386: Fix calculation of LOCK NEG eflagsQi Hu2022-10-311-1/+1
* target/arm: Use the max page size in a 2-stage ptwRichard Henderson2022-10-271-1/+10
* target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson2022-10-272-1/+17
* target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson2022-10-272-22/+156
* target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson2022-10-271-18/+16Star
* target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson2022-10-271-4/+2Star
* target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson2022-10-271-16/+15Star
* target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson2022-10-271-18/+13Star
* target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson2022-10-271-92/+92
* target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson2022-10-271-0/+4
* target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson2022-10-271-19/+22
* target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson2022-10-272-1/+9
* target/arm: Add isar predicates for FEAT_HAFDBSRichard Henderson2022-10-271-0/+10
* target/arm: Add ptw_idx to S1TranslateRichard Henderson2022-10-271-17/+54
* target/arm: Introduce regime_is_stage2Richard Henderson2022-10-273-17/+16Star
* target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin2022-10-271-7/+17
* target/arm: Implement FEAT_E0PDPeter Maydell2022-10-275-19/+34
* Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-265-27/+257
|\
| * s390x: pv: Add dump supportJanosch Frank2022-10-261-27/+235
| * s390x: Add protected dump capJanosch Frank2022-10-264-0/+22
* | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-2646-161/+262
|\ \
| * | target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+9
| * | target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+16
| * | target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-3/+9
| * | target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+7
| * | target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+13
| * | target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+10
| * | target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-7/+11
| * | target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+14
| * | target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-15/+19
| * | target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-13/+19
| * | target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+7
| * | target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-22/+26
| * | target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+9
| * | accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-261-4/+0Star
| * | accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-263-6/+9
| |/
* | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-255-9/+7Star
|\ \ | |/ |/|
| * treewide: Remove the unnecessary space before semicolonBin Meng2022-10-242-3/+3
| * Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-223-6/+4Star
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-249-100/+224
|\ \ | |/ |/|
| * target/i386: implement FMA instructionsPaolo Bonzini2022-10-227-2/+134
| * target/i386: implement F16C instructionsPaolo Bonzini2022-10-207-4/+66