VirtualBox

Ticket #6957: vbox-networkcount.diff

File vbox-networkcount.diff, 595 bytes (added by eugene, 14 years ago)
  • src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp

    old new  
    714714
    715715    /* Creating Tab Pages */
    716716    CVirtualBox vbox = vboxGlobal().virtualBox();
    717     ulong count = qMin ((ULONG) 4, vbox.GetSystemProperties().GetNetworkAdapterCount());
     717    ulong count = qMin ((ULONG) 8, vbox.GetSystemProperties().GetNetworkAdapterCount());
    718718    for (ulong slot = 0; slot < count; ++ slot)
    719719    {
    720720        /* Get Adapter */

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