summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01Fix warning messages from CodeQL scan for WHCP.Haitao Shan
2024-04-01kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini
2024-04-01KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2024-04-01KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini
2024-04-01KVM: x86: fix singlestepping over syscallPaolo Bonzini
2024-04-01KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini
2024-04-01kvm/x86: fix icebp instruction handlingLinus Torvalds
2024-04-01KVM: x86: Introduce segmented_write_stdSteve Rutherford
2024-04-01KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2024-04-01KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig
2023-02-10Update INF-based installation according to Microsoft requirements.Haitao Shan
2023-02-10Bump version to 2.1.Haitao Shan
2023-02-10Rename GVM to AEHD.Haitao Shan
2022-12-08Bump version to 2.0.Haitao Shan
2022-12-01Product renamed to "Android Emulator Hypervisor Driver".Haitao Shan
2022-06-23Update README for Windows 7 users.Haitao Shan
2022-06-23Bump version to 1.8.Haitao Shan
2022-01-18Fix variable typing in insn_fetch macro so that unsigned/signedHaitao Shan
2022-01-18Enable save/restore/reset MSR holding SMM base.Haitao Shan
2022-01-18Test event pending before vcpu runs.Haitao Shan
2022-01-18Use threaded DPC for timer.Haitao Shan
2022-01-18Fix test-signing error on latest Visual Studio 2019.Haitao Shan
2020-09-24Include a patch QEMU in README. Provided as it is.Haitao Shan
2020-09-22Bump version to 1.7.Haitao Shan
2020-09-22Revert "Enable "Whole Program Optimization"."Haitao Shan
2020-09-22Fix a crash of driver_overran_stack_buffer on Windows Insider build.Haitao Shan
2020-08-04Bump version to 1.6.Haitao Shan
2020-08-04Enable "Whole Program Optimization".Haitao Shan
2020-08-04Fix a race condition regarding allocating/freeing memory.Haitao Shan
2020-06-04Remove affinity pinning for Intel CPUs.Haitao Shan
2020-05-20Provide more information about disabling Hyper-V.Haitao Shan
2020-04-30Bump version to 1.5.Haitao Shan
2020-04-30Fix a BSOD triggered by Windows 10 20H1.Haitao Shan
2020-04-30Move host state save/restore routine to vmx arch code.Haitao Shan
2020-04-30Get the right physical address from MDL directly.Haitao Shan
2020-04-30Refine __copy_user logic when SMAP is in place.Haitao Shan
2020-04-30Dynamically enable/disable Intel VMX for coexistence with other VMMs.Haitao Shan
2020-04-30Move FPU context switching to where it is right before entering guestHaitao Shan
2020-04-05Properly handle divide-by-zero exception in instruction emulator.Haitao Shan
2020-04-05Disable APIC virtualization.Haitao Shan
2020-02-21Implement Intel tlb flush functions.Haitao Shan
2020-02-20Keep the same number of memory slots supported as KVM.Haitao Shan
2020-02-20Fixing possible integer overflow in gvmUpdateReturnBuffer.Haitao Shan
2020-02-12Bump version to 1.4.Haitao Shan
2020-02-12A much simpler implementation of linux's copy_from/to_user.Haitao Shan
2020-02-12Update .gitignore file.Haitao Shan
2020-02-12Using __try/__except when calling MmProbeAndLockPages.Haitao Shan
2020-02-12Pinning vcpu to cpu to work around a hang issue on Intel.Haitao Shan
2019-12-19Implement FastIoDeviceControl for vcpu run call.Haitao Shan
2019-12-16Bump version to 1.3.Haitao Shan