aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin3-10/+40
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin1-0/+23
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-6/+2
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka2-2/+3
2018-06-28target-i386: Allow interrupt injection after STGIJan Kiszka1-1/+2
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka1-0/+1
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)1-3/+38
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)1-1/+12
2018-06-28whpx: commit missing filePaolo Bonzini1-0/+56
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson1-17/+9
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini1-8/+1
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim1-1/+2
2018-06-27target/mips: Fix data type for offsetYongbok Kim1-4/+4
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim1-8/+7
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim1-0/+5
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim1-0/+3
2018-06-26target/arm: Handle small regions in get_phys_addr_pmsav8()Peter Maydell1-23/+55
2018-06-26target/arm: Set page (region) size in get_phys_addr_pmsav7()Peter Maydell1-11/+26
2018-06-22i386: Remove generic SMT thread checkBabu Moger1-6/+11
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger1-4/+6
2018-06-22i386: Fix up the Node id for CPUID_8000_001EBabu Moger1-1/+25
2018-06-22i386: Allow TOPOEXT to be enabled on older kernelsBabu Moger1-0/+7
2018-06-22i386: Define AMD's no SSB mitigation needed.Konrad Rzeszutek Wilk1-1/+1
2018-06-22i386: define the AMD 'amd-ssbd' CPUID feature bitKonrad Rzeszutek Wilk1-1/+1
2018-06-22i386: Remove ospke CPUID flag nameEduardo Habkost1-2/+3
2018-06-22i386: Remove osxsave CPUID flag nameEduardo Habkost1-1/+1
2018-06-22i386: display known CPUID features linewrapped, in alphabetical orderDaniel P. Berrangé1-14/+27
2018-06-22i386: improve sorting of CPU model namesDaniel P. Berrangé1-5/+9
2018-06-22i386: improve alignment of CPU model listingDaniel P. Berrangé1-1/+1
2018-06-22i386: Add support for CPUID_8000_001E for AMDBabu Moger1-0/+86
2018-06-22Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180622'...Peter Maydell5-18/+54
2018-06-22target/arm: Strict alignment for ARMv6-M and ARMv8-M BaselineJulia Suvorova1-2/+16
2018-06-22target/arm: Introduce ARM_FEATURE_M_MAINJulia Suvorova2-0/+4
2018-06-22target-arm: Add the Cortex-R5FEdgar E. Iglesias1-0/+9
2018-06-22target/arm: Allow KVM device address overwritingEric Auger2-2/+11
2018-06-22target-arm: fix a segmentation fault due to illegal memory accessZheng Xiang1-0/+1
2018-06-22target/arm: Minor cleanup for ARMv6-M 32-bit instructionsJulia Suvorova1-14/+13
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson2-68/+70
2018-06-22target/ppc: Add ppc_hash64_filter_pagesizes()David Gibson2-0/+62
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2-20/+0
2018-06-21target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan1-0/+2
2018-06-21fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle1-0/+28
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson2-2/+21
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson2-6/+25
2018-06-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into stagingPeter Maydell1-0/+1
2018-06-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20180618' into...Peter Maydell1-1/+110
2018-06-18s390x/cpumodels: add z14 Model ZR1Christian Borntraeger1-0/+1
2018-06-17SPARC64: add icount supportMark Cave-Ayland1-1/+110
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson3-32/+22
2018-06-16target/ppc: drop empty #if/#endif blockGreg Kurz1-2/+0