aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-11-29target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori2-2/+7
2021-11-22Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"Peter Maydell1-6/+29
2021-11-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+10
2021-11-19nvmm: Fix support for stable versionnia1-0/+10
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik1-3/+15
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik1-10/+18
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik1-2/+6
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik1-1/+2
2021-11-18target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik1-0/+8
2021-11-18qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik1-0/+20
2021-11-17Merge tag 'pull-request-2021-11-17' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-5/+0
2021-11-17target/riscv: machine: Sort the .subsectionsBin Meng1-46/+46
2021-11-17target/s390x/cpu.h: Remove unused SIGP_MODE definesThomas Huth1-5/+0
2021-11-11ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()Daniel Henrique Barboza1-1/+1
2021-11-10target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]Matheus Ferst1-1/+1
2021-11-09target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst1-15/+16
2021-11-09target/ppc: Implement lxvkq instructionMatheus Ferst2-0/+50
2021-11-09target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst4-0/+93
2021-11-09target/ppc: implemented XXSPLTIDP instructionBruno Larsen (billionai)2-0/+12
2021-11-09target/ppc: Implemented XXSPLTIW using decodetreeBruno Larsen (billionai)2-0/+16
2021-11-09target/ppc: implemented XXSPLTI32DXBruno Larsen (billionai)2-0/+28
2021-11-09target/ppc: moved XXSPLTIB to using decodetreeBruno Larsen (billionai)3-15/+11
2021-11-09target/ppc: moved XXSPLTW to using decodetreeBruno Larsen (billionai)3-12/+15
2021-11-09target/ppc: added the instructions PLXVP and PSTXVPLucas Mateus Castro (alqotel)2-0/+11
2021-11-09target/ppc: added the instructions PLXV and PSTXVLucas Mateus Castro (alqotel)2-0/+26
2021-11-09target/ppc: added the instructions LXVPX and STXVPXLucas Mateus Castro (alqotel)2-6/+15
2021-11-09target/ppc: added the instructions LXVP and STXVPLucas Mateus Castro (alqotel)2-12/+48
2021-11-09target/ppc: moved stxvx and lxvx from legacy to decodtreeLucas Mateus Castro (alqotel)3-108/+20
2021-11-09target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)3-17/+59
2021-11-09target/ppc: receive high/low as argument in get/set_cpu_vsrMatheus Ferst1-171/+146
2021-11-09target/ppc: Introduce REQUIRE_VSX macroBruno Larsen (billionai)1-0/+8
2021-11-09target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst4-0/+92
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst5-42/+30
2021-11-09target/ppc: Implement Vector Insert from VSR using GPR index insnsMatheus Ferst2-0/+39
2021-11-09target/ppc: Implement Vector Insert Word from GPR using Immediate insnsMatheus Ferst2-0/+43
2021-11-09target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst4-0/+93
2021-11-09target/ppc: Implement vsldbi/vsrdbi instructionsMatheus Ferst2-0/+74
2021-11-09target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst4-3/+35
2021-11-09target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst3-3/+35
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst6-52/+19
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires6-87/+68
2021-11-09target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires5-70/+69
2021-11-09target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires5-62/+47
2021-11-09target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires5-58/+58
2021-11-09target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires5-91/+83
2021-11-09target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires5-70/+76
2021-11-09target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires5-38/+37
2021-11-09target/ppc: Do not update nip on DFP instructionsLuis Pires1-8/+0
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires4-0/+75
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires5-0/+43