aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-2/+5
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-2/+3
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-3/+9
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand3-3/+0
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini1-4/+4
2017-09-19hyperv: add header with protocol definitionsRoman Kagan6-51/+306
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei3-1/+18
2017-09-19General warn report fixupsAlistair Francis1-3/+3
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis2-9/+9
2017-09-19i386/kvm: advertise Hyper-V frequency MSRsLadi Prosek1-1/+11
2017-09-19i386/kvm: introduce tsc_is_stable_and_known()Ladi Prosek1-3/+10
2017-09-19i386/kvm: set tsc_khz before configuring Hyper-V CPUIDLadi Prosek1-19/+19
2017-09-19i386/kvm: use a switch statement for MSR detectionLadi Prosek1-44/+31
2017-09-19pc: use generic cpu_model parsingIgor Mammedov2-3/+9
2017-09-19target/i386: fix phminposuw in-place operationJoseph Myers1-3/+3
2017-09-19target/i386: fix pcmpxstrx substring searchJoseph Myers1-2/+6
2017-09-19target/i386: fix packusdw in-place operationJoseph Myers1-8/+11
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers1-1/+2
2017-09-19target/i386: fix pmovsx/pmovzx in-place operationsJoseph Myers1-7/+7
2017-09-06target/i386: [tcg] Port to generic translation frameworkLluís Vilanova1-87/+19
2017-09-06target/i386: [tcg] Port to disas_logLluís Vilanova1-13/+19
2017-09-06target/i386: [tcg] Port to tb_stopLluís Vilanova1-12/+14
2017-09-06target/i386: [tcg] Port to translate_insnLluís Vilanova1-24/+42
2017-09-06target/i386: [tcg] Port to breakpoint_checkLluís Vilanova1-12/+34
2017-09-06target/i386: [tcg] Port to insn_startLluís Vilanova1-1/+8
2017-09-06target/i386: [tcg] Port to init_disas_contextLluís Vilanova1-19/+27
2017-09-06target/i386: [tcg] Port to DisasContextBaseLluís Vilanova1-71/+69
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova1-2/+1
2017-09-06target/i386: Use generic DISAS_* enumeratorsRichard Henderson1-13/+15
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell1-2/+2
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau1-2/+2
2017-09-01x86: replace cpu_x86_init() with cpu_generic_init()Igor Mammedov2-7/+1
2017-09-01target-i386/cpu: Add new EPYC CPU modelBrijesh Singh1-0/+44
2017-09-01hmp: allow apic-id for "info lapic"Yi Wang1-1/+9
2017-08-31i386: introduce ELF_NOTE_SIZE macroMarc-André Lureau1-10/+10
2017-08-31i386/dump: use DIV_ROUND_UPMarc-André Lureau1-12/+12
2017-08-31i386: use ROUND_UP macroMarc-André Lureau1-8/+8
2017-08-08target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers1-0/+1
2017-08-01target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao1-15/+20
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-26target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost1-6/+12
2017-07-26target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost1-0/+11
2017-07-26target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost1-7/+2
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-2/+2
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-17i386: add Skylake-Server cpu modelBoqun Feng (Intel)1-0/+48
2017-07-17i386: Update comment about XSAVES on Skylake-ClientEduardo Habkost1-1/+1
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange2-0/+29
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng1-1/+1