Age | Commit message (Expand) | Author |
2020-06-26 | kvm: i386: allow TSC to differ by NTP correction bounds without TSC scaling | Marcelo Tosatti |
2020-06-10 | target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES | Like Xu |
2020-06-10 | i386/kvm: fix a use-after-free when vcpu plug/unplug | Pan Nengyuan |
2020-06-10 | i386/cpu: Store LAPIC bus frequency in CPU structure | Liran Alon |
2020-05-14 | KVM: Move hwpoison page related functions into kvm-all.c | Dongjiu Geng |
2020-04-02 | target/i386: do not set unsupported VMX secondary execution controls | Vitaly Kuznetsov |
2020-02-12 | target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR | Paolo Bonzini |
2020-01-24 | accel: Replace current_machine->accelerator by current_accel() wrapper | Philippe Mathieu-Daudé |
2020-01-24 | target/i386: kvm: initialize microcode revision from KVM | Paolo Bonzini |
2020-01-24 | target/i386: kvm: initialize feature MSRs very early | Paolo Bonzini |
2020-01-07 | x86: Check for machine state object class before typecasting it | Michal Privoznik |
2019-12-18 | target/i386: remove unused pci-assign codes | Eiichi Tsukata |
2019-12-17 | x86: move more x86-generic functions out of PC files | Paolo Bonzini |
2019-12-17 | x86: move SMM property to X86MachineState | Paolo Bonzini |
2019-12-17 | kvm: introduce kvm_kernel_irqchip_* functions | Paolo Bonzini |
2019-12-17 | kvm: convert "-machine kvm_shadow_mem" to an accelerator property | Paolo Bonzini |
2019-12-06 | target/i386: disable VMX features if nested=0 | Yang Zhong |
2019-11-21 | target/i386: add support for MSR_IA32_TSX_CTRL | Paolo Bonzini |
2019-10-23 | target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR | Tao Xu |
2019-10-23 | x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE | Tao Xu |
2019-10-22 | i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenment | Vitaly Kuznetsov |
2019-10-22 | target/i386: log MCE guest and host addresses | Mario Smarduch |
2019-10-15 | i386: Omit all-zeroes entries from KVM CPUID table | Eduardo Habkost |
2019-10-04 | target/i386/kvm: Silence warning from Valgrind about uninitialized bytes | Thomas Huth |
2019-10-04 | target/i386: work around KVM_GET_MSRS bug for secondary execution controls | Paolo Bonzini |
2019-10-04 | target/i386: add VMX features | Paolo Bonzini |
2019-10-04 | target/i386: expand feature words to 64 bits | Paolo Bonzini |
2019-09-16 | hw/i386/pc: Extract e820 memory layout code | Philippe Mathieu-Daudé |
2019-09-16 | i386/kvm: support guest access CORE cstate | Wanpeng Li |
2019-08-20 | x86: Intel AVX512_BF16 feature enabling | Jing Liu |
2019-08-20 | i386/kvm: initialize struct at full before ioctl call | Andrey Shinkevich |
2019-08-20 | target-i386: kvm: 'kvm_get_supported_msrs' cleanup | Li Qiang |
2019-08-20 | kvm: i386: halt poll control MSR support | Marcelo Tosatti |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-24 | i386/kvm: Do not sync nested state during runtime | Jan Kiszka |
2019-07-19 | target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM | Paolo Bonzini |
2019-07-19 | target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ... | Liran Alon |
2019-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-07-05 | i386/kvm: Fix build with -m32 | Max Reitz |
2019-07-05 | target/i386: Add CPUID.1F generation support for multi-dies PCMachine | Like Xu |
2019-06-21 | target/i386: kvm: Add nested migration blocker only when kernel lacks require... | Liran Alon |
2019-06-21 | target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD | Liran Alon |
2019-06-21 | target/i386: kvm: Add support for save and restore nested state | Liran Alon |
2019-06-21 | target/i386: kvm: Block migration for vCPUs exposed with nested virtualization | Liran Alon |
2019-06-21 | target/i386: kvm: Re-inject #DB to guest with updated DR6 | Liran Alon |
2019-06-21 | target/i386: kvm: Use symbolic constant for #DB/#BP exception constants | Liran Alon |
2019-06-21 | KVM: Introduce kvm_arch_destroy_vcpu() | Liran Alon |
2019-06-21 | target/i386: kvm: Delete VMX migration blocker on vCPU init failure | Liran Alon |