Opened 12 years ago
Closed 12 years ago
#11832 closed defect (fixed)
DmiChassisType is hardcoded => Fixed in SVN
Reported by: | zmansour | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.2.12 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
In https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp, line 719, the chassis type is hardcoded
pChassis->u8Type = 0x01; /* other, no chassis lock present */
which is just silly. I needed to change the value and had no option other than to build from source.
Change History (2)
comment:1 by , 12 years ago
Summary: | DmiChassisType is hardcoded → DmiChassisType is hardcoded => Fixed in SVN |
---|
Note:
See TracTickets
for help on using tickets.
Setting DmiChassisType will be possible in the next maintenance release.