summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini
2017-09-19hyperv: add header with protocol definitionsRoman Kagan
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19i386/kvm: advertise Hyper-V frequency MSRsLadi Prosek
2017-09-19i386/kvm: introduce tsc_is_stable_and_known()Ladi Prosek
2017-09-19i386/kvm: set tsc_khz before configuring Hyper-V CPUIDLadi Prosek
2017-09-19i386/kvm: use a switch statement for MSR detectionLadi Prosek
2017-09-19pc: use generic cpu_model parsingIgor Mammedov
2017-09-19target/i386: fix phminposuw in-place operationJoseph Myers
2017-09-19target/i386: fix pcmpxstrx substring searchJoseph Myers
2017-09-19target/i386: fix packusdw in-place operationJoseph Myers
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers
2017-09-19target/i386: fix pmovsx/pmovzx in-place operationsJoseph Myers
2017-09-06target/i386: [tcg] Port to generic translation frameworkLluís Vilanova
2017-09-06target/i386: [tcg] Port to disas_logLluís Vilanova
2017-09-06target/i386: [tcg] Port to tb_stopLluís Vilanova
2017-09-06target/i386: [tcg] Port to translate_insnLluís Vilanova
2017-09-06target/i386: [tcg] Port to breakpoint_checkLluís Vilanova
2017-09-06target/i386: [tcg] Port to insn_startLluís Vilanova
2017-09-06target/i386: [tcg] Port to init_disas_contextLluís Vilanova
2017-09-06target/i386: [tcg] Port to DisasContextBaseLluís Vilanova
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-06target/i386: Use generic DISAS_* enumeratorsRichard Henderson
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau
2017-09-01x86: replace cpu_x86_init() with cpu_generic_init()Igor Mammedov
2017-09-01target-i386/cpu: Add new EPYC CPU modelBrijesh Singh
2017-09-01hmp: allow apic-id for "info lapic"Yi Wang
2017-08-31i386: introduce ELF_NOTE_SIZE macroMarc-André Lureau
2017-08-31i386/dump: use DIV_ROUND_UPMarc-André Lureau
2017-08-31i386: use ROUND_UP macroMarc-André Lureau
2017-08-08target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers
2017-08-01target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-26target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost
2017-07-26target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost
2017-07-26target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-17i386: add Skylake-Server cpu modelBoqun Feng (Intel)
2017-07-17i386: Update comment about XSAVES on Skylake-ClientEduardo Habkost
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng