VirtualBox

Changeset 18350 in vbox


Ignore:
Timestamp:
Mar 26, 2009 8:11:02 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45135
Message:

OVF: import/export IDE controller subtype (PIIX3/4) in XML to prevent windows guest bluescreens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r18340 r18350  
    800800                        hdc.system = HardDiskController::IDE;
    801801                        hdc.idController = i.ulInstanceID;
     802                        hdc.strControllerType = i.strResourceSubType;
    802803                        hdc.strAddress = i.strAddress;
    803804                        hdc.ulBusNumber = i.ulBusNumber;
     
    26292630                                strDescription = "IDE Controller";
    26302631                                type = OVFResourceType_IDEController; // 5
     2632                                strResourceSubType = desc.strVbox;
    26312633                                // it seems that OVFTool always writes these two, and since we can only
    26322634                                // have one IDE controller, we'll use this as well
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette