Lines Matching defs:InsertConfigInteger

436 static void InsertConfigInteger(PCFGMNODE pNode,
579 InsertConfigInteger(pPortCfg, "Hotpluggable", fHotPluggable ? 1 : 0);
599 InsertConfigInteger(pBiosCfg, s_apszBiosConfig[j], lPortLUN[j]);
667 InsertConfigInteger(pInst, "Trusted", 1);
684 InsertConfigInteger(CFGMR3GetChild(pRoot, "PGM"), "PciPassThrough", 1);
692 InsertConfigInteger(pRoot, "RamPreAlloc", 1);
707 InsertConfigInteger(pInst, "Trusted", 1);
714 InsertConfigInteger(pCfg, "DetachHostDriver", 1);
715 InsertConfigInteger(pCfg, "HostPCIBusNo", HostPCIAddress.miBus);
716 InsertConfigInteger(pCfg, "HostPCIDeviceNo", HostPCIAddress.miDevice);
717 InsertConfigInteger(pCfg, "HostPCIFunctionNo", HostPCIAddress.miFn);
725 InsertConfigInteger(pCfg, "GuestPCIBusNo", GuestPCIAddress.miBus);
726 InsertConfigInteger(pCfg, "GuestPCIDeviceNo", GuestPCIAddress.miDevice);
727 InsertConfigInteger(pCfg, "GuestPCIFunctionNo", GuestPCIAddress.miFn);
738 InsertConfigInteger(pCfg, "Object", (uintptr_t)pMainDev);
755 InsertConfigInteger(pCfg, "papLeds", (uintptr_t)papLeds);
758 InsertConfigInteger(pCfg, "pmapMediumAttachments", (uintptr_t)pmapMediumAttachments);
759 InsertConfigInteger(pCfg, "pConsole", (uintptr_t)this);
764 InsertConfigInteger(pCfg, "First", uFirst);
765 InsertConfigInteger(pCfg, "Last", uLast);
1076 InsertConfigInteger(pRoot, "RamSize", cbRam);
1077 InsertConfigInteger(pRoot, "RamHoleSize", cbRamHole);
1078 InsertConfigInteger(pRoot, "NumCPUs", cCpus);
1079 InsertConfigInteger(pRoot, "CpuExecutionCap", ulCpuExecutionCap);
1080 InsertConfigInteger(pRoot, "TimerMillies", 10);
1082 InsertConfigInteger(pRoot, "RawR3Enabled", 1); /* boolean */
1083 InsertConfigInteger(pRoot, "RawR0Enabled", 1); /* boolean */
1085 InsertConfigInteger(pRoot, "PATMEnabled", 1); /* boolean */
1086 InsertConfigInteger(pRoot, "CSAMEnabled", 1); /* boolean */
1093 InsertConfigInteger(pRoot, "RawR1Enabled", 1); /* boolean */
1100 InsertConfigInteger(pRoot, "PageFusion", fPageFusion); /* boolean */
1103 InsertConfigInteger(pRoot, "MemBalloonSize", ulBalloonSize);
1127 InsertConfigInteger(pLeaf, "eax", ulEax);
1128 InsertConfigInteger(pLeaf, "ebx", ulEbx);
1129 InsertConfigInteger(pLeaf, "ecx", ulEcx);
1130 InsertConfigInteger(pLeaf, "edx", ulEdx);
1140 InsertConfigInteger(pCPUM, "NT4LeafLimit", true);
1149 InsertConfigInteger(pCPUM, "CMPXCHG16B", true);
1156 InsertConfigInteger(pCPUM, "MWaitExtensions", true);
1182 InsertConfigInteger(pCPUM, "MaxIntelFamilyModelStep", uMaxIntelFamilyModelStep);
1188 InsertConfigInteger(pCPUM, "SyntheticCpu", fSyntheticCpu);
1193 InsertConfigInteger(pRoot, "EnablePAE", fEnablePAE);
1263 InsertConfigInteger(pRoot, "HMEnabled", fHMEnabled);
1272 InsertConfigInteger(pEM, "TripleFaultReset", fTripleFaultReset);
1277 InsertConfigInteger(pHM, "HMForced", fHMForced);
1281 InsertConfigInteger(pHM, "64bitEnabled", fIsGuest64Bit);
1285 InsertConfigInteger(pREM, "64bitEnabled", 1);
1299 InsertConfigInteger(pHM, "TPRPatchingEnabled", 1);
1306 InsertConfigInteger(pHM, "Exclusive", fHMExclusive);
1311 InsertConfigInteger(pHM, "EnableNestedPaging", fEnableNestedPaging);
1316 InsertConfigInteger(pHM, "EnableLargePages", fEnableLargePages);
1321 InsertConfigInteger(pHM, "EnableVPID", fEnableVPID);
1326 InsertConfigInteger(pHM, "EnableUX", fEnableUX);
1330 InsertConfigInteger(pRoot, "PowerOffInsteadOfReset", 1);
1370 InsertConfigInteger(pMM, "CanUseLargerHeap", chipsetType == ChipsetType_ICH9);
1403 InsertConfigInteger(pPDMBlkCache, "CacheSize", ioCacheSize * _1M);
1447 InsertConfigInteger(pBwGroup, "Max", cMaxBytesPerSec);
1448 InsertConfigInteger(pBwGroup, "Start", cMaxBytesPerSec);
1449 InsertConfigInteger(pBwGroup, "Step", 0);
1457 InsertConfigInteger(pBwGroup, "Max", cMaxBytesPerSec);
1484 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1493 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1503 InsertConfigInteger(pTMNode, "UTCOffset", timeOffset * 1000000);
1510 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1532 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1534 InsertConfigInteger(pCfg, "IOAPIC", fIOAPIC);
1538 InsertConfigInteger(pCfg, "McfgBase", uMcfgBase);
1539 InsertConfigInteger(pCfg, "McfgLength", cbMcfgLength);
1545 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1549 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1576 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1578 InsertConfigInteger(pCfg, "ICH9", (chipsetType == ChipsetType_ICH9) ? 1 : 0); /* boolean */
1590 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1599 InsertConfigInteger(pCfg, "GetKeyFromRealSMC", fGetKeyFromRealSMC);
1613 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1624 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1630 InsertConfigInteger(pCfg, "QueueSize", 64);
1636 InsertConfigInteger(pCfg, "Object", (uintptr_t)pKeyboard);
1644 InsertConfigInteger(pCfg, "QueueSize", 128);
1649 InsertConfigInteger(pCfg, "Object", (uintptr_t)pMouse);
1658 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1666 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1676 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1678 InsertConfigInteger(pCfg, "IOAPIC", fIOAPIC);
1679 InsertConfigInteger(pCfg, "NumCPUs", cCpus);
1688 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1690 InsertConfigInteger(pCfg, "NumCPUs", cCpus);
1701 InsertConfigInteger(pCfg, "UseUTC", fRTCUseUTC ? 1 : 0);
1745 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1747 InsertConfigInteger(pBiosCfg, "RamSize", cbRam);
1748 InsertConfigInteger(pBiosCfg, "RamHoleSize", cbRamHole);
1749 InsertConfigInteger(pBiosCfg, "NumCPUs", cCpus);
1752 InsertConfigInteger(pBiosCfg, "IOAPIC", fIOAPIC);
1755 InsertConfigInteger(pBiosCfg, "PXEDebug", fPXEDebug);
1758 InsertConfigInteger(pBiosCfg, "McfgBase", uMcfgBase);
1759 InsertConfigInteger(pBiosCfg, "McfgLength", cbMcfgLength);
1801 InsertConfigInteger(pBiosCfg, "DmiExposeMemoryTable", 1); /* boolean */
1848 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1850 InsertConfigInteger(pCfg, "RamSize", cbRam);
1851 InsertConfigInteger(pCfg, "RamHoleSize", cbRamHole);
1852 InsertConfigInteger(pCfg, "NumCPUs", cCpus);
1856 InsertConfigInteger(pCfg, "IOAPIC", fIOAPIC);
1858 InsertConfigInteger(pCfg, "64BitEntry", f64BitEntry); /* boolean */
1859 InsertConfigInteger(pCfg, "GopMode", u32GopMode);
1860 InsertConfigInteger(pCfg, "UgaHorizontalResolution", u32UgaHorizontal);
1861 InsertConfigInteger(pCfg, "UgaVerticalResolution", u32UgaVertical);
1866 InsertConfigInteger(pCfg, "DmiUseHostInfo", 1);
1867 InsertConfigInteger(pCfg, "DmiExposeMemoryTable", 1);
1872 InsertConfigInteger(pCfg, "Object", (uintptr_t)mNvram);
1874 InsertConfigInteger(pCfg, "PermanentSave", 1);
1921 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1951 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
1997 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
2044 //InsertConfigInteger(pCfg, "Force11Device", true);
2048 //InsertConfigInteger(pCfg, "Force11PacketSize", true);
2068 InsertConfigInteger(pCfg, "Object", (uintptr_t)mUsbCardReader);
2089 InsertConfigInteger(pCfg, "QueueSize", 128);
2094 InsertConfigInteger(pCfg, "Object", (uintptr_t)pMouse);
2105 InsertConfigInteger(pCfg, "QueueSize", 128);
2110 InsertConfigInteger(pCfg, "Object", (uintptr_t)pMouse);
2125 InsertConfigInteger(pCfg, "QueueSize", 64);
2131 InsertConfigInteger(pCfg, "Object", (uintptr_t)pKeyboard);
2183 InsertConfigInteger(pCtlInst, "Trusted", 1);
2199 InsertConfigInteger(pCfg, "Bootable", fBootable);
2223 InsertConfigInteger(pCfg, "Bootable", fBootable);
2249 InsertConfigInteger(pCfg, "PortCount", cPorts);
2250 InsertConfigInteger(pCfg, "Bootable", fBootable);
2296 InsertConfigInteger(pCfg, "IRQ", 6);
2297 InsertConfigInteger(pCfg, "DMA", 2);
2298 InsertConfigInteger(pCfg, "MemMapped", 0 );
2299 InsertConfigInteger(pCfg, "IOBase", 0x3f0);
2314 InsertConfigInteger(pCfg, "Bootable", fBootable);
2328 InsertConfigInteger(pCfg, "NumPorts", cPorts);
2460 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
2500 InsertConfigInteger(pCfg, "R0Enabled", false);
2522 InsertConfigInteger(pCfg, "Am79C973", 0);
2525 InsertConfigInteger(pCfg, "Am79C973", 1);
2528 InsertConfigInteger(pCfg, "AdapterType", 0);
2531 InsertConfigInteger(pCfg, "AdapterType", 1);
2534 InsertConfigInteger(pCfg, "AdapterType", 2);
2567 InsertConfigInteger(pCfg, "CableConnected", fCableConnected ? 1 : 0);
2574 InsertConfigInteger(pCfg, "LineSpeed", ulLineSpeed);
2617 InsertConfigInteger(pNetBtDevCfg, "NIC", it->mInstance);
2618 InsertConfigInteger(pNetBtDevCfg, "PCIBusNo", it->mPCIAddress.miBus);
2619 InsertConfigInteger(pNetBtDevCfg, "PCIDeviceNo", it->mPCIAddress.miDevice);
2620 InsertConfigInteger(pNetBtDevCfg, "PCIFunctionNo", it->mPCIAddress.miFn);
2646 InsertConfigInteger(pCfg, "IRQ", ulIRQ);
2651 InsertConfigInteger(pCfg, "IOBase", ulIOBase);
2669 InsertConfigInteger(pLunL2, "IsServer", fServer);
2684 InsertConfigInteger(pLunL2, "IsServer", fServer);
2718 InsertConfigInteger(pCfg, "IRQ", ulIRQ);
2721 InsertConfigInteger(pCfg, "IOBase", ulIOBase);
2735 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
2740 InsertConfigInteger(pCfg, "RamSize", cbRam);
2742 InsertConfigInteger(pCfg, "HeapEnabled", 0);
2751 InsertConfigInteger(pCfg, "Object", (uintptr_t)pVMMDev);
2771 InsertConfigInteger(pCfg, "Object", (uintptr_t)pAudioSniffer);
2793 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
2803 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
2805 InsertConfigInteger(pCfg, "IRQ", 5);
2806 InsertConfigInteger(pCfg, "DMA", 1);
2807 InsertConfigInteger(pCfg, "DMA16", 5);
2808 InsertConfigInteger(pCfg, "Port", 0x220);
2809 InsertConfigInteger(pCfg, "Version", 0x0405);
2817 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
2944 InsertConfigInteger(pCfg, "Object", (uintptr_t)mAudioVRDE);
2945 InsertConfigInteger(pCfg, "ObjectVRDPServer", (uintptr_t)mConsoleVRDPServer);
3130 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
3134 InsertConfigInteger(pCfg, "RamSize", cbRam);
3135 InsertConfigInteger(pCfg, "RamHoleSize", cbRamHole);
3136 InsertConfigInteger(pCfg, "NumCPUs", cCpus);
3138 InsertConfigInteger(pCfg, "IOAPIC", fIOAPIC);
3139 InsertConfigInteger(pCfg, "FdcEnabled", fFdcEnabled);
3140 InsertConfigInteger(pCfg, "HpetEnabled", fHPETEnabled);
3141 InsertConfigInteger(pCfg, "SmcEnabled", fSmcEnabled);
3142 InsertConfigInteger(pCfg, "ShowRtc", fShowRtc);
3147 InsertConfigInteger(pCfg, "NicPciAddress", u32NicPCIAddr);
3155 InsertConfigInteger(pCfg, "AudioPciAddress", u32AudioPCIAddr);
3158 InsertConfigInteger(pCfg, "IocPciAddress", uIocPCIAddress);
3161 InsertConfigInteger(pCfg, "McfgBase", uMcfgBase);
3162 InsertConfigInteger(pCfg, "McfgLength", cbMcfgLength);
3164 InsertConfigInteger(pCfg, "HostBusPciAddress", uHbcPCIAddress);
3165 InsertConfigInteger(pCfg, "ShowCpu", fShowCpu);
3166 InsertConfigInteger(pCfg, "CpuHotPlug", fCpuHotPlug);
3168 InsertConfigInteger(pCfg, "Serial0IoPortBase", auSerialIoPortBase[0]);
3169 InsertConfigInteger(pCfg, "Serial0Irq", auSerialIrq[0]);
3171 InsertConfigInteger(pCfg, "Serial1IoPortBase", auSerialIoPortBase[1]);
3172 InsertConfigInteger(pCfg, "Serial1Irq", auSerialIrq[1]);
3226 InsertConfigInteger(pDbgf, "TracingEnabled", 1);
3235 InsertConfigInteger(pPDM, "AllowTracingToAccessVM", 1);
3555 InsertConfigInteger(pInst, "Trusted", 1); /* boolean */
3561 InsertConfigInteger(pCfg, "VRamSize", cVRamMBs * _1M);
3564 InsertConfigInteger(pCfg, "MonitorCount", cMonitorCount);
3566 InsertConfigInteger(pCfg, "R0Enabled", fHMEnabled);
3576 InsertConfigInteger(pCfg, "VMSVGAEnabled", true);
3586 InsertConfigInteger(pCfg, "HostWindowId", winId);
3591 InsertConfigInteger(pCfg, "VMSVGA3dEnabled", f3DEnabled);
3608 InsertConfigInteger(pCfg, "CustomVideoModes", cModes);
3625 InsertConfigInteger(pCfg, "HeightReduction", ulHeightReduction);
3632 InsertConfigInteger(pCfg, "FadeIn", fFadeIn ? 1 : 0);
3635 InsertConfigInteger(pCfg, "FadeOut", fFadeOut ? 1: 0);
3638 InsertConfigInteger(pCfg, "LogoTime", logoDisplayTime);
3655 InsertConfigInteger(pCfg, "ShowBootMenu", iShowBootMenu);
3662 InsertConfigInteger(pCfg, "Object", (uintptr_t)pDisplay);
3869 InsertConfigInteger(pDrive, "NonRotationalMedium", !!fNonRotational);
3880 InsertConfigInteger(pDrive, "NonRotationalMedium", !!fNonRotational);
3893 InsertConfigInteger(pL1Cfg, "NonRotationalMedium", !!fNonRotational);
4244 InsertConfigInteger(pCfg, "Passthrough", fPassthrough);
4263 InsertConfigInteger(pCfg, "Mountable", 1);
4267 InsertConfigInteger(pCfg, "Mountable", 1);
4272 InsertConfigInteger(pCfg, "Mountable", 0);
4318 InsertConfigInteger(pCfg, "CheckConsistency", 0);
4319 InsertConfigInteger(pCfg, "CheckDoubleCompletions", 1);
4353 InsertConfigInteger(pCfg, "ReadOnly", 1);
4355 InsertConfigInteger(pCfg, "MaybeReadOnly", 1);
4369 InsertConfigInteger(pCfg, "TempReadOnly", 1);
4375 InsertConfigInteger(pCfg, "Shareable", 1);
4379 InsertConfigInteger(pCfg, "UseNewIo", 1);
4387 InsertConfigInteger(pCfg, "BlockCache", 1);
4392 InsertConfigInteger(pCfg, "SetupMerge", 1);
4394 InsertConfigInteger(pCfg, "MergeSource", 1);
4396 InsertConfigInteger(pCfg, "MergeTarget", 1);
4416 InsertConfigInteger(pCfg, "Discard", 1);
4443 InsertConfigInteger(pCur, "MergeSource", 1);
4445 InsertConfigInteger(pCur, "MergeTarget", 1);
4459 InsertConfigInteger(pCfg, "HostIPStack", 0);
4705 InsertConfigInteger(pCfg, "SlirpMTU", mtu);
4707 InsertConfigInteger(pCfg, "SockRcv", sockRcv);
4709 InsertConfigInteger(pCfg, "SockSnd", sockSnd);
4711 InsertConfigInteger(pCfg, "TcpRcv", tcpRcv);
4713 InsertConfigInteger(pCfg, "TcpSnd", tcpSnd);
4731 InsertConfigInteger(pCfg, "PassDomain", fDNSFlag);
4733 InsertConfigInteger(pCfg, "DNSProxy", fDNSFlag);
4735 InsertConfigInteger(pCfg, "UseHostResolver", fDNSFlag);
4739 InsertConfigInteger(pCfg, "AliasMode", aliasMode);
4810 InsertConfigInteger(pPF, "HostPort", port);
4814 InsertConfigInteger(pPF, "GuestPort", port);
4846 InsertConfigInteger(pCfg, "FileHandle", (intptr_t)maTapFD[uInstance]);
5049 InsertConfigInteger(pCfg, "FileHandle", (intptr_t)maTapFD[uInstance]);
5082 InsertConfigInteger(pCfg, "TrunkType", kIntNetTrunkType_NetFlt);
5083 InsertConfigInteger(pCfg, "IgnoreConnectFailure", (uint64_t)fIgnoreConnectFailure);
5106 InsertConfigInteger(pCfg, "SharedMacOnWire", true);
5119 InsertConfigInteger(pCfg, "SharedMacOnWire", true);
5145 InsertConfigInteger(pCfg, "SharedMacOnWire", true);
5209 InsertConfigInteger(pCfg, "SharedMacOnWire", true);
5236 InsertConfigInteger(pCfg, "IgnoreAllPromisc", true);
5261 InsertConfigInteger(pCfg, "TrunkType", kIntNetTrunkType_WhateverNone);
5427 InsertConfigInteger(pCfg, "TrunkType", trunkType == TRUNKTYPE_NETFLT ? kIntNetTrunkType_NetFlt : kIntNetTrunkType_NetAdp);
5437 InsertConfigInteger(pCfg, "IgnoreConnectFailure", (uint64_t)fIgnoreConnectFailure); /** @todo why is this
5445 InsertConfigInteger(pCfg, "TrunkType", kIntNetTrunkType_NetAdp);
5452 InsertConfigInteger(pCfg, "TrunkType", kIntNetTrunkType_NetFlt);
5535 InsertConfigInteger(pCfg, "TrunkType", kIntNetTrunkType_WhateverNone);