Skip to content

Commit 52dce9a

Browse files
committed
Product renamed to "Android Emulator Hypervisor Driver".
1 parent 30350bf commit 52dce9a

3 files changed

Lines changed: 23 additions & 19 deletions

File tree

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
# Android Emulator Hypervisor Driver for AMD Processors
2-
Android Emulator Hypervisor Driver for AMD Processors is a hypervisor to
3-
accelerate [Android Emulator][android-studio]. It is made by porting KVM to
4-
Windows (Windows 7 or later, 64bit).
1+
# Android Emulator Hypervisor Driver
52

6-
Android Emulator Hypervisor Driver for AMD Processors runs as a Windows driver.
7-
User space support for Android Emulator Hypervisor Driver for AMD Processors is
8-
available from Android Emulator.
3+
Android Emulator Hypervisor Driver is a hypervisor to accelerate
4+
[Android Emulator][android-studio]. It is made by porting KVM to Windows
5+
(Windows 7 or later, 64bit).
6+
7+
Android Emulator Hypervisor Driver runs as a Windows driver. User space
8+
support for Android Emulator Hypervisor Driver is available from Android
9+
Emulator.
10+
11+
## Notice of the repository name change
12+
Android Emulator Hypervisor Driver for AMD Processors has been renamed to
13+
Android Emulator Hypervisor Driver to reflect the fact that it supports both
14+
Intel and AMD Processors. In fact, it supports Intel from version 1.0. The
15+
old name was chosen because Intel users were expected to continue using Intel
16+
HAXM.
917

1018
## Download and Install
11-
Android Emulator Hypervisor Driver for AMD Processors is released through
12-
[android-studio]. However, only Android Studio with version 4.0 canary 5 or
13-
above can both download and install/update the driver. Otherwise, the Android
19+
Android Emulator Hypervisor Driver is released through [android-studio].
20+
However, only Android Studio with version 4.0 canary 5 or above can both
21+
download and install/update the driver. Otherwise, the Android
1422
Studio will only download the driver package without performing installation.
1523
In the latter case, users are required to install the driver manually.
1624

@@ -46,10 +54,6 @@ your OS information, CPU model in addition to details on the issue.
4654
A patched QEMU can be found here at [github]. However, there is no support for
4755
it. Use at your own risk.
4856

49-
As its name suggests, Android Emulator Hypervisor Driver for AMD Processors is
50-
developed and tested on AMD platform. We only make our best effort in keeping
51-
Intel Processor support.
52-
5357
[android-studio]: https://developer.android.com/studio/index.html
5458
[github]: https://github.com/qemu-gvm/qemu-gvm
5559
[Issuetracker]: https://issuetracker.google.com/issues?q=componentid:192727

gvm.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
2525

2626
#define VER_COMPANYNAME_STR "Google LLC"
27-
#define VER_PRODUCTNAME_STR "Android Emulator Hypervisor Driver for AMD Processors"
27+
#define VER_PRODUCTNAME_STR "Android Emulator Hypervisor Driver"
2828
#define VER_LEGALCOPYRIGHT_YEARS "2019"
2929
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) " VER_LEGALCOPYRIGHT_YEARS " " VER_COMPANYNAME_STR
3030
#define VER_LEGALTRADEMARKS_STR VER_LEGALCOPYRIGHT_STR
@@ -33,8 +33,8 @@
3333
#define VER_PRODUCTVERSION_STR GVM_RC_VERSION_STR
3434
#define VER_PRODUCTVERSION_W (0x0200)
3535
#define VER_PRODUCTVERSION_DW (0x0200)
36-
#define VER_FILEDESCRIPTION_STR "Android Emulator Hypervisor Driver for AMD Processors"
37-
#define VER_INTERNALNAME_STR "Android Emulator Hypervisor Driver for AMD Processors"
36+
#define VER_FILEDESCRIPTION_STR "Android Emulator Hypervisor Driver"
37+
#define VER_INTERNALNAME_STR "Android Emulator Hypervisor Driver"
3838
#define VER_ORIGINALFILENAME_STR "gvm.sys"
3939

4040
#include "common.ver"

sign/gvm/gvm.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ gvm.sys = 1
4343
gvm.sys
4444

4545
[gvm.Service]
46-
DisplayName = Android Emulator Hypervisor Driver for AMD Processors Service
46+
DisplayName = Android Emulator Hypervisor Driver Service
4747
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
4848
StartType = 1 ; SERVICE_SYSTEM_START
4949
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
5050
ServiceBinary = %12%\gvm.sys
5151

5252
[Strings]
53-
DISK_NAME = "Android Emulator Hypervisor Driver for AMD Processors Installation Media"
53+
DISK_NAME = "Android Emulator Hypervisor Driver Installation Media"

0 commit comments

Comments
 (0)