aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé2-38/+40
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé1-1/+5
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé1-3/+23
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé1-6/+13
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé1-48/+53
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé1-26/+26
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé6-193/+205
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé2-16/+21
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé5-223/+226
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz2-92/+93
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé2-17/+30
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé3-98/+196
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé1-2/+0
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé1-0/+7
2019-07-01target/arm: Makefile cleanup (softmmu)Philippe Mathieu-Daudé1-1/+4
2019-07-01target/arm: Makefile cleanup (KVM)Philippe Mathieu-Daudé1-4/+5
2019-07-01target/arm: Makefile cleanup (ARM)Philippe Mathieu-Daudé1-4/+6
2019-07-01target/arm: Makefile cleanup (Aarch64)Philippe Mathieu-Daudé1-2/+3
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell1-12/+12
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic1-12/+12
2019-06-25tricore: add QSEED instructionAndreas Konopik3-0/+89
2019-06-25tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter1-0/+1
2019-06-25tricore: fix RRPW_INSERT instructionDavid Brenken1-2/+2
2019-06-25tricore: add UTOF instructionDavid Brenken3-0/+20
2019-06-25tricore: add FTOIZ instructionDavid Brenken3-0/+29
2019-06-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell2-190/+403
2019-06-21target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon2-3/+8
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon6-24/+187
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon3-0/+281
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon3-13/+19
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic1-72/+133
2019-06-21target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic1-118/+122
2019-06-21target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon1-0/+3
2019-06-21target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon1-4/+4
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon6-0/+42
2019-06-21target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon1-2/+5
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li3-1/+35
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov4-0/+13
2019-06-21i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov1-1/+2
2019-06-21i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov1-2/+4
2019-06-21i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov1-4/+19
2019-06-21i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov3-14/+77
2019-06-21i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov1-73/+90
2019-06-21i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov1-118/+356
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov5-79/+89
2019-06-21hax: Honor CPUState::haltedColin Xu1-2/+34