VMware backdoor mechanism.
More...
#include <stdint.h>
#include <errno.h>
#include <ipxe/vmware.h>
Go to the source code of this file.
VMware backdoor mechanism.
Based on the unofficial documentation at
http://sites.google.com/site/chitchatvmback/backdoor
Definition in file vmware.c.
◆ FILE_LICENCE()
FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ vmware_present()
int vmware_present |
( |
void |
| ) |
|
Detect VMware presence.
- Return values
-
Definition at line 45 of file vmware.c.
59 DBGC (
VMW_MAGIC,
"VMware product type %04x version %08x detected\n",
#define ENOENT
No such file or directory.
u32 version
Driver version.
#define VMW_MAGIC
VMware backdoor magic value.
uint16_t magic
Magic signature.
static uint32_t uint32_t * product_type
References DBGC, ENOENT, magic, product_type, version, and VMW_MAGIC.