Changeset 59918 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 4, 2016 10:06:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r59872 r59918 3042 3042 InsertConfigInteger(pCfg, "Serial1IoPortBase", auSerialIoPortBase[1]); 3043 3043 InsertConfigInteger(pCfg, "Serial1Irq", auSerialIrq[1]); 3044 3045 if (auSerialIoPortBase[2]) 3046 { 3047 InsertConfigInteger(pCfg, "Serial2IoPortBase", auSerialIoPortBase[2]); 3048 InsertConfigInteger(pCfg, "Serial2Irq", auSerialIrq[2]); 3049 } 3050 3051 if (auSerialIoPortBase[3]) 3052 { 3053 InsertConfigInteger(pCfg, "Serial3IoPortBase", auSerialIoPortBase[3]); 3054 InsertConfigInteger(pCfg, "Serial3Irq", auSerialIrq[3]); 3055 } 3044 3056 3045 3057 InsertConfigInteger(pCfg, "Parallel0IoPortBase", auParallelIoPortBase[0]);
Note:
See TracChangeset
for help on using the changeset viewer.