Skip to content

Releases: google/android-emulator-hypervisor-driver

Android Emulator hypervisor driver 2.2

02 Apr 04:32
Compare
Choose a tag to compare

This release includes the following updates:

  1. Ported KVM fixes to CVE-2020-36312, CVE-2019-19332, CVE-2018-1087, CVE-2018-10853, CVE-2017-7518, CVE-2017-2584, CVE-2017-2583, CVE-2017-1000407.
  2. Fixes according to the result from CodeQL and Static Tools Logo Test.
  3. Fixes according to internal security advices.
  4. Use Windows High Resolution Timer API to improve guest LAPIC timer accuracy.

Android Emulator hypervisor driver 2.1

11 Feb 05:10
Compare
Choose a tag to compare

Rename GVM to AEHD. Starting from this release, user space program is expected to open \.\AEHD instead of \.\gvm. However, in order not to break existing program, \.\gvm is not removed from this release. Future releases may decide to remove it completely.

Note: the binary package name is changed too.

Android Emulator hypervisor driver 2.0

11 Feb 02:11
Compare
Choose a tag to compare

There is no difference compared with v1.8. "Android Emulator Hypervisor Driver for AMD Processors" is renamed to "Android Emulator hypervisor driver".

Android Emulator Hypervisor Driver for AMD Processors 1.8

19 Jan 23:17
Compare
Choose a tag to compare

Fix three issues that led to emulator hang when using "adb reboot".

Android Emulator Hypervisor Driver for AMD Processors 1.7

22 Sep 20:09
Compare
Choose a tag to compare
  • Fixed a crash on Windows Insider build dev channel
  • Disable "Whole Program Optimization" as it seems to break nested running on KVM.

Android Emulator Hypervisor Driver for AMD Processors 1.6

04 Aug 23:51
Compare
Choose a tag to compare
  • Fixed a race condition that might lead to host BSOD.
  • For Intel processors, pinning vcpu to cpu is removed.
  • Add "silent_install_safe.bat" in the package. Compared with "silent_install.bat", this script removes code for detecting and asking for administrator privilege.

Android Emulator Hypervisor Driver for AMD Processors 1.5

30 Apr 21:03
Compare
Choose a tag to compare

The most important changes for this release:

  • Allowing coexistence with Intel HAXM on Intel platform.
  • Fixed a random hang when emulator is left untouched for a while or after system sleep/wakeup. This is initially reported by a Reddit user. Thanks!
  • Fixed two BSOD conditions.

Android Emulator Hypervisor Driver for AMD Processors 1.4

12 Feb 22:31
Compare
Choose a tag to compare

The most important change in this release is supporting Windows 7 drive digital signature.
There are other quality improvements as well.

Android Emulator Hypervisor Driver for AMD Processors 1.3

16 Dec 22:55
Compare
Choose a tag to compare

Issue fixed:
Cannot coexist with VirtualBox.

Android Emulator Hypervisor Driver for AMD Processors 1.2

27 Nov 17:00
Compare
Choose a tag to compare

Fixed an issue: android emulator process could not be killed forcefully, leaving itself spinning CPU cycles wastefully.