Searched defs:pcszChipset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4213 const char *pcszChipset; local
4217 case ChipsetType_PIIX3: pcszChipset = "PIIX3"; break;
4218 case ChipsetType_ICH9: pcszChipset = "ICH9"; break;
4219 default: Assert(false); pcszChipset = "PIIX3"; break;
4221 pelmChipset->setAttribute("type", pcszChipset);

Completed in 79 milliseconds