aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2-10/+13
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini1-207/+36
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini1-12/+18
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini3-16/+39
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini1-6/+6
2021-05-11target/i386: extract mmu_translatePaolo Bonzini1-65/+86
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini4-21/+31
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini2-10/+5
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana1-1/+7
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana2-15/+18
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana1-0/+10
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana1-104/+51
2021-05-10i386: split off sysemu part of cpu.cClaudio Fontana4-379/+429
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana7-229/+311
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana5-61/+80
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana4-39/+63
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana5-467/+519
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana6-277/+311
2021-05-10i386: split tcg excp_helper into sysemu and user partsClaudio Fontana5-573/+623
2021-05-10i386: split smm helper (sysemu)Claudio Fontana6-18/+16
2021-05-10i386: split off sysemu-only functionality in tcg-cpuPaolo Bonzini7-71/+121
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana4-7/+10
2021-05-10target/i386: fix host_cpu_adjust_phys_bits error handlingClaudio Fontana1-10/+12
2021-05-10accel: introduce new accessor functionsClaudio Fontana1-7/+2
2021-05-10cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefnClaudio Fontana1-13/+7
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana13-378/+650
2021-05-10target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstorRichard Henderson1-16/+34
2021-05-10target/i386: Rename helper_fldt, helper_fsttRichard Henderson1-10/+9
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell6-1/+1371
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk1-1/+1
2021-05-04Add NVMM accelerator: x86 CPU supportReinoud Zandijk5-0/+1370
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu2-2/+2
2021-04-09i386: Add missing cpu feature bits in EPYC-Rome modelBabu Moger1-0/+12
2021-04-01target/i386: Verify memory operand for lcall and ljmpRichard Henderson1-0/+6
2021-03-19i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov2-0/+21
2021-03-19i386: Fix 'hypercall_hypercall' typoVitaly Kuznetsov1-2/+2
2021-03-19target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini3-11/+10
2021-03-19target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini1-0/+4
2021-03-19target/i386: allow modifying TCG phys-addr-bitsPaolo Bonzini4-27/+16
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé3-3/+3
2021-03-09Various spelling fixesMichael Tokarev2-2/+2
2021-03-06KVM: x86: do not fail if software breakpoint has already been removedPaolo Bonzini1-2/+7
2021-02-25tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang1-1/+2
2021-02-25target/i386: Add bus lock debug exception supportChenyi Qiang2-1/+3
2021-02-25target/i386: update to show preferred boolean syntax for -cpuDaniel P. Berrangé1-1/+1
2021-02-18i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger2-1/+110
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell11-34/+351
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf1-0/+4
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2-0/+6