VirtualBox

Changeset 36110 in vbox


Ignore:
Timestamp:
Feb 28, 2011 6:43:43 PM (14 years ago)
Author:
vboxsync
Message:

Main: typo deserializing guest path in PCI passthrough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r36096 r36110  
    27552755                         throw ConfigFileError(this, pelmDevice, N_("Missing Device/@host attribute"));
    27562756
    2757                     if (!pelmDevice->getAttributeValue("host", hpda.uGuestAddress))
     2757                    if (!pelmDevice->getAttributeValue("guest", hpda.uGuestAddress))
    27582758                         throw ConfigFileError(this, pelmDevice, N_("Missing Device/@guest attribute"));
    27592759
Note: See TracChangeset for help on using the changeset viewer.

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