aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-13Convert error_report() to warn_report()Alistair Francis2-17/+17
2017-07-05target/i386: add the CONFIG_TCG into MakefilesYang Zhong1-5/+5
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong4-8/+16
2017-07-05target/i386: move TLB refill function out of helper.cPaolo Bonzini2-343/+344
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong3-13/+24
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong3-20/+18
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong2-30/+30
2017-07-04xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real4-88/+120
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth1-0/+23
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini1-18/+10
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang1-2/+4
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real1-6/+6
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-7/+3
2017-06-20i386/cpu: use get_uint() for "min-level"/"min-xlevel" propertiesMarc-André Lureau1-2/+2
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-5/+1
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini1-1/+2
2017-06-07kvm: don't register smram_listener when smm is offGonglei1-1/+3
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida1-4/+4
2017-06-07i386/kvm: do not zero out segment flags if segment is unusable or not presentRoman Pen1-12/+8