Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | numa: Teach ram block notifiers about resizeable ram blocks | David Hildenbrand | 2 | -10/+13 |
2021-05-11 | target/i386: use mmu_translate for NPT walk | Paolo Bonzini | 1 | -207/+36 |
2021-05-11 | target/i386: allow customizing the next phase of the translation | Paolo Bonzini | 1 | -12/+18 |
2021-05-11 | target/i386: extend pg_mode to more CR0 and CR4 bits | Paolo Bonzini | 3 | -16/+39 |
2021-05-11 | target/i386: pass cr3 to mmu_translate | Paolo Bonzini | 1 | -6/+6 |
2021-05-11 | target/i386: extract mmu_translate | Paolo Bonzini | 1 | -65/+86 |
2021-05-11 | target/i386: move paging mode constants from SVM to cpu.h | Paolo Bonzini | 4 | -21/+31 |
2021-05-11 | target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constants | Paolo Bonzini | 2 | -10/+5 |
2021-05-10 | accel: add init_accel_cpu for adapting accel behavior to CPU type | Claudio Fontana | 1 | -1/+7 |
2021-05-10 | i386: make cpu_load_efer sysemu-only | Claudio Fontana | 2 | -15/+18 |
2021-05-10 | target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu | Claudio Fontana | 1 | -0/+10 |
2021-05-10 | target/i386: gdbstub: introduce aux functions to read/write CS64 regs | Claudio Fontana | 1 | -104/+51 |
2021-05-10 | i386: split off sysemu part of cpu.c | Claudio Fontana | 4 | -379/+429 |
2021-05-10 | i386: split seg_helper into user-only and sysemu parts | Claudio Fontana | 7 | -229/+311 |
2021-05-10 | i386: split svm_helper into sysemu and stub-only user | Claudio Fontana | 5 | -61/+80 |
2021-05-10 | i386: separate fpu_helper sysemu-only parts | Claudio Fontana | 4 | -39/+63 |
2021-05-10 | i386: split misc helper user stubs and sysemu part | Claudio Fontana | 5 | -467/+519 |
2021-05-10 | i386: move TCG bpt_helper into sysemu/ | Claudio Fontana | 6 | -277/+311 |
2021-05-10 | i386: split tcg excp_helper into sysemu and user parts | Claudio Fontana | 5 | -573/+623 |
2021-05-10 | i386: split smm helper (sysemu) | Claudio Fontana | 6 | -18/+16 |
2021-05-10 | i386: split off sysemu-only functionality in tcg-cpu | Paolo Bonzini | 7 | -71/+121 |
2021-05-10 | accel-cpu: make cpu_realizefn return a bool | Claudio Fontana | 4 | -7/+10 |
2021-05-10 | target/i386: fix host_cpu_adjust_phys_bits error handling | Claudio Fontana | 1 | -10/+12 |
2021-05-10 | accel: introduce new accessor functions | Claudio Fontana | 1 | -7/+2 |
2021-05-10 | cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn | Claudio Fontana | 1 | -13/+7 |
2021-05-10 | i386: split cpu accelerators from cpu.c, using AccelCPUClass | Claudio Fontana | 13 | -378/+650 |
2021-05-10 | target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor | Richard Henderson | 1 | -16/+34 |
2021-05-10 | target/i386: Rename helper_fldt, helper_fstt | Richard Henderson | 1 | -10/+9 |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 6 | -1/+1371 |
2021-05-04 | Add NVMM accelerator: acceleration enlightenments | Reinoud Zandijk | 1 | -1/+1 |
2021-05-04 | Add NVMM accelerator: x86 CPU support | Reinoud Zandijk | 5 | -0/+1370 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 3 | -3/+0 |
2021-05-02 | vmstate: Constify some VMStateDescriptions | Keqian Zhu | 2 | -2/+2 |
2021-04-09 | i386: Add missing cpu feature bits in EPYC-Rome model | Babu Moger | 1 | -0/+12 |
2021-04-01 | target/i386: Verify memory operand for lcall and ljmp | Richard Henderson | 1 | -0/+6 |
2021-03-19 | i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_... | Vitaly Kuznetsov | 2 | -0/+21 |
2021-03-19 | i386: Fix 'hypercall_hypercall' typo | Vitaly Kuznetsov | 1 | -2/+2 |
2021-03-19 | target/i386: svm: do not discard high 32 bits of EXITINFO1 | Paolo Bonzini | 3 | -11/+10 |
2021-03-19 | target/i386: fail if toggling LA57 in 64-bit mode | Paolo Bonzini | 1 | -0/+4 |
2021-03-19 | target/i386: allow modifying TCG phys-addr-bits | Paolo Bonzini | 4 | -27/+16 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 3 | -3/+3 |
2021-03-09 | Various spelling fixes | Michael Tokarev | 2 | -2/+2 |
2021-03-06 | KVM: x86: do not fail if software breakpoint has already been removed | Paolo Bonzini | 1 | -2/+7 |
2021-02-25 | tcg/i386: rdpmc: fix the the condtions | Zheng Zhan Liang | 1 | -1/+2 |
2021-02-25 | target/i386: Add bus lock debug exception support | Chenyi Qiang | 2 | -1/+3 |
2021-02-25 | target/i386: update to show preferred boolean syntax for -cpu | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-18 | i386: Add the support for AMD EPYC 3rd generation processors | Babu Moger | 2 | -1/+110 |
2021-02-17 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 11 | -34/+351 |
2021-02-16 | hvf: Fetch cr4 before evaluating CPUID(1) | Alexander Graf | 1 | -0/+4 |
2021-02-16 | target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT | Vladislav Yaroshchuk | 2 | -0/+6 |