/vbox/include/VBox/vmm/ |
H A D | hm_svm.h | 73 /** Invalid guest state in VMCB. */ 268 /** Nested paging: host-level page fault occurred (EXITINFO1 contains fault errorcode; EXITINFO2 contains the guest physical address causing the fault). */ 272 /** AVIC: Attempted access by guest to a vAPIC register not handled by AVIC 438 /** Flush entire TLB (host+guest entries) */ 440 /** Flush this guest's TLB entries (by ASID) */ 442 /** Flush this guest's non-global TLB entries (by ASID) */ 769 } guest; member in struct:SVMVMCB 812 AssertCompileMemberOffset(SVMVMCB, guest, 0x400); 813 AssertCompileMemberOffset(SVMVMCB, guest.ES, 0x400); 814 AssertCompileMemberOffset(SVMVMCB, guest [all...] |
/vbox/src/VBox/Main/webservice/samples/python/ |
H A D | clienttest.py | 87 # Acquire the VM's console and guest object 89 guest = console.guest 93 addRunLevel = guest.additionsRunLevel 96 print " Additions Ver: %s" %(guest.additionsVersion)
|
/vbox/src/VBox/Main/src-client/ |
H A D | VMMDevInterface.cpp | 122 * Wait on event semaphore for guest credential judgement result. 162 Guest* guest = pConsole->i_getGuest(); local 163 AssertPtrReturnVoid(guest); 165 guest->i_setAdditionsStatus((VBoxGuestFacilityType)uFacility, (VBoxGuestFacilityStatus)uStatus, fFlags, pTimeSpecTS); 195 * Called whenever the Additions issue a guest version report request or the VM 199 * @param guestInfo Pointer to guest information structure. 210 Guest* guest = pConsole->i_getGuest(); local 211 AssertPtrReturnVoid(guest); 217 guest->i_setAdditionsInfo(Bstr(version), guestInfo->osType); 231 * The guest addition 566 Guest* guest = pConsole->i_getGuest(); local [all...] |
H A D | GuestImpl.cpp | 65 * Initializes the guest object. 96 mStatUpdateInterval = 0; /* Default is not to report guest statistics at all */ 109 AssertMsgRC(vrc, ("Failed to create guest statistics update timer (%Rrc)\n", vrc)); 160 AssertMsgRC(vrc, ("Failed to create guest statistics update timer(%Rra)\n", vrc)); 199 Guest *guest = static_cast<Guest *>(pvUser); local 200 Assert(guest->mMagic == GUEST_MAGIC); 201 if (guest->mMagic == GUEST_MAGIC) 202 guest->i_updateStats(iTick); 402 * If we're running older guest additions (< 3.2.0) try get it from 403 * the guest propertie [all...] |
/vbox/src/VBox/VMM/VMMR0/ |
H A D | HMSVMR0.cpp | 83 pVmcb->guest.REG.u16Sel = pCtx->reg.Sel; \ 84 pVmcb->guest.REG.u32Limit = pCtx->reg.u32Limit; \ 85 pVmcb->guest.REG.u64Base = pCtx->reg.u64Base; \ 86 pVmcb->guest.REG.u16Attr = HMSVM_CPU_2_VMCB_SEG_ATTR(pCtx->reg.Attr.u); \ 92 pMixedCtx->reg.Sel = pVmcb->guest.REG.u16Sel; \ 93 pMixedCtx->reg.ValidSel = pVmcb->guest.REG.u16Sel; \ 95 pMixedCtx->reg.u32Limit = pVmcb->guest.REG.u32Limit; \ 96 pMixedCtx->reg.u64Base = pVmcb->guest.REG.u64Base; \ 97 pMixedCtx->reg.Attr.u = HMSVM_VMCB_2_CPU_SEG_ATTR(pVmcb->guest.REG.u16Attr); \ 103 * event in the guest [all...] |
H A D | CPUMR0A.asm | 290 ;; Macro for FXSAVE for the guest FPU but tries to figure out whether to 300 ; Save the guest FPU (32-bit or 64-bit), preserves existing broken state. See @bugref{7138}. 331 ; Save the guest state. 406 ; Restore the guest FPU (32-bit or 64-bit), preserves existing broken state. See @bugref{7138}. 425 ; Loads the guest state. 491 ; Saves the host FPU/SSE/AVX state and restores the guest FPU/SSE/AVX state. 610 ; Save the guest FPU (32-bit or 64-bit), preserves existing broken state. See @bugref{7138}. 626 ; Saves the guest FPU/SSE/AVX state and restores the host FPU/SSE/AVX state. 655 ; Only restore FPU if guest has used it. 714 ; Restore FPU if guest ha [all...] |
H A D | CPUMR0UnusedA.asm | 48 ; Restores the guest's FPU/XMM state 92 ; Restores the guest's FPU/XMM state 135 ; Restores the guest's XMM state 221 ; Restores the guest's XMM state
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIDnDDrag.cpp | 4 * for OS-dependent guest->host drag'n drop operations. 147 CGuest guest = session.GetConsole().GetGuest(); local 153 if (guest.isOk()) 211 msgCenter().cannotDropData(guest, pParent);
|
H A D | UIDnDHandler.cpp | 68 /* Ask the guest for starting a DnD event. */ 76 /* Set the DnD action returned by the guest. */ 89 /* Notify the guest that the mouse has been moved while doing 97 /* Set the DnD action returned by the guest. */ 106 CGuest guest = session.GetConsole().GetGuest(); local 111 /* The format the guest requests. */ 113 /* Ask the guest for dropping data. */ 120 /* Has the guest accepted the drop event? */ 135 if (guest.isOk()) 150 msgCenter().cannotDropData(guest, pParen 184 CGuest guest = session.GetConsole().GetGuest(); local [all...] |
H A D | UIMachineView.cpp | 211 * the available size for the guest display. We assume here that centralWidget() 222 /* Send new size-hint to the guest: */ 224 "Sending guest size-hint to screen %d as %dx%d\n", 302 /* Ask for just required guest display update (it will also update 393 /* Adjust guest-screen size: */ 434 /* Adjust guest-screen size: */ 487 /* Ask for full guest display update (it will also update 630 /* Try to get the real guest dimensions from the save-state: */ 708 /* Remember the maximum guest size policy for telling the guest abou 779 CGuest& UIMachineView::guest() const function in class:UIMachineView [all...] |
H A D | UIMachineView.h | 63 /** Policy for determining which guest resolutions we wish to 92 /** Adjusts guest-screen size to correspond current visual-style. 104 /* Slot to perform guest resize: */ 174 /** Returns the console's guest reference. */ 175 CGuest& guest() const; 190 /** Atomically store the maximum guest resolution which we currently wish 195 /** Atomically read the maximum guest resolution which we currently wish to 200 /** Retrieve the last non-fullscreen guest size hint (from extra data). 208 /** Store a guest size hint value to extra data, called on switching to 227 /** Calculate how big the guest deskto [all...] |
H A D | UISession.cpp | 508 CProgress progressInstall = guest().UpdateGuestAdditions(strSource, 510 bool fResult = guest().isOk(); 522 /* If we got back a VBOX_E_NOT_SUPPORTED we don't complain (guest OS 895 ULONG ulGuestAdditionsRunLevel = guest().GetAdditionsRunLevel(); 897 bool fIsGuestSupportsGraphics = guest().GetFacilityStatus(KAdditionsFacilityType_Graphics, lLastUpdatedIgnored) 899 bool fIsGuestSupportsSeamless = guest().GetFacilityStatus(KAdditionsFacilityType_Seamless, lLastUpdatedIgnored) 911 /* Notify listeners about guest additions state really changed: */ 915 /* Notify listeners about guest additions state event came: */ 1037 /* Get guest: */ 1340 /* Should guest autoresiz [all...] |
H A D | UIMachineLogic.h | 100 /** Returns the console's guest reference. */ 101 CGuest& guest() const; 173 /** Handles guest-screen count change. */
|
H A D | UISession.h | 108 /** Returns the console's guest instance. */ 109 CGuest& guest() { return m_guest; } function in class:UISession 397 /** Holds the console's guest instance. */
|
H A D | UIIndicatorsPool.cpp | 563 const CGuest guest = m_pSession->guest(); local 582 if (VBoxGlobal::isDOSType(guest.GetOSTypeId())) 931 "Indicates whether the host mouse pointer is captured by the guest OS:<br>" 937 "Note that the mouse integration feature requires Guest Additions to be installed in the guest OS.")); 973 "Indicates whether the keyboard is captured by the guest OS "
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | CPUMRCA.asm | 56 ; context and restore the guest context. 59 ; @returns VINF_EM_RAW_GUEST_TRAP if a guest trap should be generated. 76 ; 1. Save host fpu and restore guest fpu. 77 ; 2. Generate guest trap. 81 ; is taken from the guest OS in order to get proper SSE handling. 84 ; Actions taken depending on the guest CR0 flags: 100 ; loaded the GC FPU. Because if we have, this is an trap for the guest - raw ring-3. 196 ; Calls a guest trap/interrupt handler directly 197 ; Assumes a trap stack frame has already been setup on the guest's stack! 257 ; Assumes a trap stack frame has already been setup on the guest' [all...] |
H A D | MMRamRCA.asm | 31 ; Read data in guest context, CDECL calling conv. 103 ; Write data in guest context, CDECL calling conv.
|
H A D | TRPMRCHandlersA.asm | 112 ; Jump table for trap handlers for guest traps 194 ; Main exception handler for the guest context 219 ; Main exception handler for the guest context with error code 256 ; clear FS and GS (stale guest selector prevention), and clear make sure 300 test dword [%$STK_EFLAGS], X86_EFL_VM; If in V86, then guest. 417 ; Trap in guest code. 470 ; Continue(/Resume/Restart/Whatever) guest execution. 495 ; restore guest state and start executing again. 734 ; Main interrupt handler for the guest context 758 ; clear FS and GS (stale guest selecto [all...] |
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/ |
H A D | VBoxModBallooning.cpp | 299 /* If guest statistics are not up and running yet, skip this iteration 343 ComPtr <IGuest> guest; local 344 rc = console->COMGETTER(Guest)(guest.asOutParam()); 346 CHECK_ERROR_BREAK(guest, COMSETTER(MemoryBalloonSize)(lBalloonCur));
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | autorun.sh | 61 echo "Linux guest additions installer not found -- try to start them manually." 150 echo "Solaris guest additions installer not found -- try to start them manually."
|
/vbox/src/VBox/Frontends/VBoxShell/ |
H A D | vboxshell.py | 318 def getFacilityStatus(ctx, guest, facilityType): 319 (status, _timestamp) = guest.getFacilityStatus(facilityType) 362 print "guest property change: name=%s value=%s" % (gpcev.name, gpcev.value) 619 guest = console.guest 620 # we need to set up guest statistics 625 if guest.statisticsUpdateInterval != update: 626 guest.statisticsUpdateInterval = update 636 val = guest.getStatistic( cpu, all_stats[s]) 672 guest [all...] |
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d.h | 62 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, uint32_t cCopyBoxes, SVGA3dCopyBox *pBoxes);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMInfoDialog.cpp | 590 strResolution += QString(VBoxGlobal::tr("off", "guest monitor status")); 627 CGuest guest = console.GetGuest(); local 628 QString strGAVersion = guest.GetAdditionsVersion(); 630 strGAVersion = tr("Not Detected", "guest additions"); 633 ULONG uRevision = guest.GetAdditionsRevision(); 637 QString strOSType = guest.GetOSTypeId(); 639 strOSType = tr("Not Detected", "guest os type"); 666 /* The screen number makes sense only if there are multiple monitors in the guest: */
|
/vbox/src/VBox/ValidationKit/tests/additions/ |
H A D | tdAddBasic1.py | 161 Tests installing the guest additions 184 try: oGuest = oSession.o.console.guest; 204 Installs the Windows guest additions using the test execution service. 205 Since this involves rebooting the guest, we will have to create a new TXS session. 240 # from the guest. 308 Test guest properties.
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 1079 " host ip = %s, host port = %s, guest ip = %s, guest port = %s\n", 1773 strAuthType = "guest"; 2531 ComPtr<IGuest> guest; local 2532 rc = pConsole->COMGETTER(Guest)(guest.asOutParam()); 2533 if (SUCCEEDED(rc) && !guest.isNull()) 2536 rc = guest->COMGETTER(OSTypeId)(guestString.asOutParam()); 2547 rc = guest->COMGETTER(AdditionsRunLevel)(&guestRunLevel); 2556 rc = guest->COMGETTER(AdditionsVersion)(guestString.asOutParam()); 2561 rc = guest [all...] |