aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell7-689/+1302
2020-06-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-06-15' into s...Peter Maydell1-2/+1
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying3-13/+15
2020-06-16target/arm: Convert Neon VDUP (scalar) to decodetreePeter Maydell3-24/+34
2020-06-16target/arm: Convert Neon VTBL, VTBX to decodetreePeter Maydell3-37/+63
2020-06-16target/arm: Convert Neon VEXT to decodetreePeter Maydell3-57/+85
2020-06-16target/arm: Convert Neon 2-reg-scalar long multiplies to decodetreePeter Maydell3-176/+187
2020-06-16target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetreePeter Maydell3-36/+79
2020-06-16target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetreePeter Maydell3-40/+34
2020-06-16target/arm: Convert Neon 2-reg-scalar float multiplies to decodetreePeter Maydell3-34/+71
2020-06-16target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetreePeter Maydell3-71/+154
2020-06-16target/arm: Add missing TCG temp free in do_2shift_env_64()Peter Maydell1-0/+1
2020-06-16target/arm: Add 'static' and 'const' annotations to VSHLL function arraysPeter Maydell1-2/+2
2020-06-16target/arm: Convert Neon 3-reg-diff polynomial VMULLPeter Maydell3-57/+48
2020-06-16target/arm: Convert Neon 3-reg-diff saturating doubling multipliesPeter Maydell3-55/+92
2020-06-16target/arm: Convert Neon 3-reg-diff long multipliesPeter Maydell3-15/+86
2020-06-16target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetreePeter Maydell4-28/+142
2020-06-16target/arm: Convert Neon 3-reg-diff narrowing ops to decodetreePeter Maydell3-80/+104
2020-06-16target/arm: Convert Neon 3-reg-diff prewidening ops to decodetreePeter Maydell3-12/+151
2020-06-16target/arm: Fix missing temp frees in do_vshll_2shPeter Maydell1-0/+2
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15target/mips: msa: Split helpers for MULV.<B|H|W|D>Aleksandar Markovic3-9/+91
2020-06-15target/mips: msa: Split helpers for SUBV.<B|H|W|D>Aleksandar Markovic3-11/+91
2020-06-15target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D>Aleksandar Markovic3-20/+103
2020-06-15target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D>Aleksandar Markovic3-20/+103
2020-06-15target/mips: msa: Split helpers for SUBS_U.<B|H|W|D>Aleksandar Markovic3-10/+93
2020-06-15target/mips: msa: Split helpers for SUBS_S.<B|H|W|D>Aleksandar Markovic3-14/+97
2020-06-15target/mips: msa: Split helpers for DOTP_U.<H|W|D>Aleksandar Markovic3-14/+67
2020-06-15target/mips: msa: Split helpers for DOTP_S.<H|W|D>Aleksandar Markovic3-14/+69
2020-06-15target/mips: msa: Split helpers for DPSUB_U.<H|W|D>Aleksandar Markovic3-15/+68
2020-06-15target/mips: msa: Split helpers for DPSUB_S.<H|W|D>Aleksandar Markovic3-15/+68
2020-06-15target/mips: msa: Split helpers for DPADD_U.<H|W|D>Aleksandar Markovic3-15/+68
2020-06-15target/mips: msa: Split helpers for DPADD_S.<H|W|D>Aleksandar Markovic3-28/+78
2020-06-15target/mips: msa: Split helpers for MSUBV.<B|H|W|D>Aleksandar Markovic3-11/+93
2020-06-15target/mips: msa: Split helpers for MADDV.<B|H|W|D>Aleksandar Markovic3-12/+92
2020-06-15target/mips: Add comments for vendor-specific ASEsJiaxun Yang1-0/+4
2020-06-15target/mips: Legalize Loongson insn flagsJiaxun Yang2-8/+9
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell23-505/+704
2020-06-12target/i386: Remove obsolete TODO fileThomas Huth1-31/+0
2020-06-12target/i386: sev: Unify SEVState and SevGuestStateDavid Gibson1-45/+34
2020-06-12target/i386: sev: Remove redundant handle fieldDavid Gibson1-8/+4
2020-06-12target/i386: sev: Remove redundant policy fieldDavid Gibson1-5/+2
2020-06-12target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fieldsDavid Gibson1-12/+7
2020-06-12target/i386: sev: Partial cleanup to sev_state globalDavid Gibson1-44/+48
2020-06-12target/i386: sev: Embed SEVState in SevGuestStateDavid Gibson1-25/+29
2020-06-12target/i386: sev: Rename QSevGuestInfoDavid Gibson1-43/+44
2020-06-12target/i386: sev: Move local structure definitions into .c fileDavid Gibson2-44/+44
2020-06-12target/i386: sev: Remove unused QSevGuestInfoClassDavid Gibson2-6/+0
2020-06-12i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov3-6/+0
2020-06-12i386: hvf: Move mmio_buf into CPUX86StateRoman Bolshakov4-7/+12