aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
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
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-05target/i386: add the CONFIG_TCG into MakefilesYang Zhong
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong
2017-07-05target/i386: move TLB refill function out of helper.cPaolo Bonzini
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong
2017-07-04xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20i386/cpu: use get_uint() for "min-level"/"min-xlevel" propertiesMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini
2017-06-07kvm: don't register smram_listener when smm is offGonglei
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida
2017-06-07i386/kvm: do not zero out segment flags if segment is unusable or not presentRoman Pen
2017-06-07i386: fix read/write cr with icount optionMihail Abakumov
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini
2017-06-06kvm: irqchip: skip update msi when disabledPeter Xu
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-06-05target/i386: optimize indirect branchesEmilio G. Cota
2017-06-05target/i386: optimize cross-page direct jumps in softmmuEmilio G. Cota
2017-06-05target/i386: introduce gen_jr helper to generate lookup_and_goto_ptrEmilio G. Cota
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-11migration/i386: Remove support for pre-0.12 formatsDr. David Alan Gilbert
2017-05-11vmstatification: i386 FPRegDr. David Alan Gilbert