summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland
2019-07-02target/ppc/machine: Add kvmppc_pvr_workaround_required() stubGreg Kurz
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz
2019-07-02target/ppc: remove getVSR()/putVSR() from mem_helper.cMark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from fpu_helper.cMark Cave-Ayland
2019-07-02target/ppc: fix compile error in kvmppc_define_rtas_kernel_token()Cédric Le Goater
2019-07-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts
2019-06-26The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic
2019-06-25tricore: add QSEED instructionAndreas Konopik
2019-06-25tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter
2019-06-25tricore: fix RRPW_INSERT instructionDavid Brenken
2019-06-25tricore: add UTOF instructionDavid Brenken
2019-06-25tricore: add FTOIZ instructionDavid Brenken
2019-06-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell
2019-06-21target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic
2019-06-21target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic
2019-06-21target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon
2019-06-21target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2019-06-21target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov
2019-06-21i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov
2019-06-21i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov
2019-06-21i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov
2019-06-21i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov
2019-06-21i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov
2019-06-21i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov
2019-06-21hax: Honor CPUState::haltedColin Xu
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell