summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* s390: kvm: adjust diag318 resets to retain dataCollin Walling2021-12-172-2/+6
* target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell2021-12-151-3/+3
* target/rx/cpu.h: Don't include qemu-common.hPeter Maydell2021-12-151-1/+0Star
* target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2021-12-151-1/+0Star
* target/i386: Use assert() to sanity-check b1 in SSE decodePeter Maydell2021-12-151-9/+3Star
* target/arm: Suppress bp for exceptions with more priorityRichard Henderson2021-12-151-0/+23
* target/arm: Assert thumb pc is alignedRichard Henderson2021-12-153-2/+20
* target/arm: Take an exception if PC is misalignedRichard Henderson2021-12-155-1/+60
* target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson2021-12-151-17/+28
* target/arm: Advance pc for arch single-step exceptionRichard Henderson2021-12-151-0/+1
* target/arm: Split arm_pre_translate_insnRichard Henderson2021-12-151-3/+7
* target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insnRichard Henderson2021-12-151-8/+8
* target/arm: Hoist pc_next to a local variable in arm_tr_translate_insnRichard Henderson2021-12-151-4/+5
* target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insnRichard Henderson2021-12-151-3/+4
* target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori2021-11-292-2/+7
* Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"Peter Maydell2021-11-221-6/+29
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-11-191-0/+10
|\
| * nvmm: Fix support for stable versionnia2021-11-191-0/+10
* | target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik2021-11-181-3/+15
* | target/i386/sev: Perform padding calculations at compile-timeDov Murik2021-11-181-10/+18
* | target/i386/sev: Fail when invalid hashes table area detectedDov Murik2021-11-181-2/+6
* | target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik2021-11-181-1/+2
* | target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik2021-11-181-0/+8
* | qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik2021-11-181-0/+20
* | Merge tag 'pull-request-2021-11-17' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2021-11-171-5/+0Star
|\ \
| * | target/s390x/cpu.h: Remove unused SIGP_MODE definesThomas Huth2021-11-171-5/+0Star
| |/
* / target/riscv: machine: Sort the .subsectionsBin Meng2021-11-171-46/+46
|/
* ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()Daniel Henrique Barboza2021-11-111-1/+1
* target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]Matheus Ferst2021-11-101-1/+1
* target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst2021-11-091-15/+16
* target/ppc: Implement lxvkq instructionMatheus Ferst2021-11-092-0/+50
* target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst2021-11-094-0/+93
* target/ppc: implemented XXSPLTIDP instructionBruno Larsen (billionai)2021-11-092-0/+12
* target/ppc: Implemented XXSPLTIW using decodetreeBruno Larsen (billionai)2021-11-092-0/+16
* target/ppc: implemented XXSPLTI32DXBruno Larsen (billionai)2021-11-092-0/+28
* target/ppc: moved XXSPLTIB to using decodetreeBruno Larsen (billionai)2021-11-093-15/+11Star
* target/ppc: moved XXSPLTW to using decodetreeBruno Larsen (billionai)2021-11-093-12/+15
* target/ppc: added the instructions PLXVP and PSTXVPLucas Mateus Castro (alqotel)2021-11-092-0/+11
* target/ppc: added the instructions PLXV and PSTXVLucas Mateus Castro (alqotel)2021-11-092-0/+26
* target/ppc: added the instructions LXVPX and STXVPXLucas Mateus Castro (alqotel)2021-11-092-6/+15
* target/ppc: added the instructions LXVP and STXVPLucas Mateus Castro (alqotel)2021-11-092-12/+48
* target/ppc: moved stxvx and lxvx from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-093-108/+20Star
* target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-093-17/+59
* target/ppc: receive high/low as argument in get/set_cpu_vsrMatheus Ferst2021-11-091-171/+146Star
* target/ppc: Introduce REQUIRE_VSX macroBruno Larsen (billionai)2021-11-091-0/+8
* target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst2021-11-094-0/+92
* target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst2021-11-095-42/+30Star
* target/ppc: Implement Vector Insert from VSR using GPR index insnsMatheus Ferst2021-11-092-0/+39
* target/ppc: Implement Vector Insert Word from GPR using Immediate insnsMatheus Ferst2021-11-092-0/+43
* target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst2021-11-094-0/+93