Searched defs:guest (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDrag.cpp4 * 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 DUIDnDHandler.cpp68 /* 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 DUIIndicatorsPool.cpp563 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 "
H A DUIMachineView.cpp211 * 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 DUISession.h108 /** 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 DUIMachineLogic.cpp282 CGuest& UIMachineLogic::guest() const function in class:UIMachineLogic
284 return uisession()->guest();
1190 QString osTypeId = guest().GetOSTypeId();
1282 * set current lock states to guest values we have,
1288 * won't be called in sltSwitchKeyboardLedsToGuestLeds() and guest
1538 /* Toggle guest-autoresize feature for all view(s)! */
1596 * as the result guest keyboard remains captured, so we should
1618 * as the result guest keyboard remains captured, so we already
2058 LogRelFlow(("UIMachineLogic::sltSwitchKeyboardLedsToGuestLeds: keep host LED lock states and broadcast guest's ones does not supported on this platform.\n"));
2495 /* First create screenshots of all guest screen
[all...]
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxModBallooning.cpp299 /* 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/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp590 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/Main/src-client/
H A DGuestImpl.cpp65 * 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...]
H A DVMMDevInterface.cpp122 * 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 DConsoleImpl2.cpp646 LONG guest = 0; local
649 assignment->COMGETTER(GuestAddress)(&guest);
650 GuestPCIAddress.fromLong(guest);
682 /* Tell PGM to tell GPCIRaw about guest mappings. */
699 LONG host, guest; local
703 assignment->COMGETTER(GuestAddress)(&guest);
719 GuestPCIAddress.fromLong(guest);
1158 /* Fake the CPU family/model so the guest works. This is partly
1210 LogRel(("WARNING! 64-bit guest type selected but the host CPU does NOT support 64-bit.\n"));
1215 LogRel(("WARNING! 64-bit guest typ
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp832 * which should be invisible to the guest OS.
932 * This is the maximum number of SVGA context IDs that the guest
940 * This is the maximum number of SVGA surface IDs that the guest
2321 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, argument
2339 Log(("vmsvga3dSurfaceDMA TEXTURE guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
2341 Log(("vmsvga3dSurfaceDMA guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest
[all...]
H A DDevVGA-SVGA3d-ogl.cpp1893 * of implicit guest expectations:
2078 * which should be invisible to the guest OS.
2179 * This is the maximum number of SVGA context IDs that the guest
2187 * This is the maximum number of SVGA surface IDs that the guest
3128 exposing random host memory to the guest and helps a with the fedora 21 surface
3393 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, argument
3411 Log(("vmsvga3dSurfaceDMA TEXTURE guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
3413 Log(("vmsvga3dSurfaceDMA guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp714 "the machine without doing a proper shutdown of the guest OS.</p>")
1139 "None of the host or guest port values may be set to zero."));
1189 "<p>Please close all programs in the guest OS that "
1200 "<p>Please close all programs in the guest OS that "
1825 "Your 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.</p>"
1832 "Your 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot."),
1886 "integration is not currently supported by the guest OS) and the keyboard, which will make them "
1948 tr("<p>Could not switch the guest display to fullscreen mode due to insufficient guest video memory.</p>"
1959 tr("<p>Could not enter seamless mode due to insufficient guest "
2393 cannotDropData(const CGuest &guest, QWidget *pParent ) const argument
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1079 " 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...]
/vbox/include/VBox/vmm/
H A Dhm_svm.h73 /** 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/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h42 * register. Is set by the host and read by the guest. This lets
43 * us make new guest drivers which are backwards-compatible with old
44 * SVGA hardware revisions. It does not let us support old guest
179 * and so we can send those operations to the guest.
986 SVGA3D_QUERYSTATE_PENDING = 0, /* Waiting on the host (set by guest) */
989 SVGA3D_QUERYSTATE_NEW = 3 /* Never submitted (For guest use only) */
1103 * XXX: Compressed textures currently must be tightly packed in guest memory.
1365 SVGA3dGuestImage guest; member in struct:__anon14726
1371 * "source" in each copyBox as the guest image and the
1386 * optimize performance or protect the guest
[all...]

Completed in 140 milliseconds