VirtualBox

Opened 14 years ago

Last modified 14 years ago

#7509 closed defect

Support SKU Number in DMI — at Initial Version

Reported by: czk Owned by:
Component: other Version: VirtualBox 3.2.8
Keywords: Cc:
Guest type: Windows Host type: Windows

Description

My Windows Vista use SKU Number info in DMI System Info to activate, but it's hard coded to 0 in virtualbox.

Handle 0x000B, DMI type 1, 27 bytes System Information

Manufacturer: xxxxxx Product Name: xxxxxxxxxxxxxxxx Version: x.xx Serial Number: xxxxxxxxxx UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Wake-up Type: Power Switch SKU Number: xxxxxxxxxxx Family: xxxxxxxxxxx

The code is here http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp

pSystemInf->u8WakeupType = 6; /* Power Switch */ pSystemInf->u8SKUNumber = 0; READCFGSTR(pSystemInf->u8Family, DmiSystemFamily);

Change History (0)

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use