VirtualBox

source: vbox/trunk/include/VBox/VMMDev.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77893   6 years vboxsync VMMDev.h: Corrected the VMMDEV_REQUESTOR_CON_MASK value and docs …
(edit) @77243   6 years vboxsync HGCM,SharedFolders: Added new variation on the HGCM page list type …
(edit) @77056   6 years vboxsync VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76419   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @76417   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76393   6 years vboxsync VBox/vmm/gmm.h,pgm.h: Avoid dragging in VMMDev.h just for …
(edit) @76196   6 years vboxsync VMMDev/HGCM,VBoxGuest: New page list variant for more effectively …
(edit) @76107   6 years vboxsync VBox/VMMDev.h: Correct VBOX_HGCM_F_PARM_ARE_VALID macro, it …
(edit) @75784   6 years vboxsync VMMDev.h: Added VMMDEV_REQUESTOR_NO_USER_DEVICE. bugref:9105
(edit) @75771   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. …
(edit) @75585   6 years vboxsync VMMDev,PGM: New I/O port for ACKing IRQs and retreiving pending …
(edit) @75533   6 years vboxsync VMMDev.h: Reduce the VMMDEV_MAX_HGCM_PARMS and …
(edit) @75131   6 years vboxsync iprt/asm*.h,VMMDev.h: Watcom adjustments.
(edit) @73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72627   6 years vboxsync Additions: relicence components needed for Linux shared folders to …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @68688   7 years vboxsync VBoxGuest*.h,VMMDev*.h: use assertcompile.h instead of assert.h.
(edit) @68659   7 years vboxsync Moved the HGCM parameter structures, VMMDEV_EVENT_XXX and …
(edit) @68630   7 years vboxsync Adding VBoxGuestCoreTypes.h for avoiding having to include VMMDev.h …
(edit) @68628   7 years vboxsync VMMDev2.h -> VMMDevCoreTypes.h
(edit) @68616   7 years vboxsync VBoxGuest.h,VMMDev.h: Watcom (C++) adjustments.
(edit) @68574   7 years vboxsync merging vbglioc r117750: VMMDev.h: Made 16-bit compatible.
(edit) @68550   7 years vboxsync merging vbglioc r117689: Initial VBoxGuest I/O control changes.
(edit) @68534   7 years vboxsync Main: IDisplay::DetachScreens stub
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @64207   8 years vboxsync bugref:8614: Additions/common/VBoxVideo: make the code more …
(edit) @64192   8 years vboxsync bugref:8614: Additions/common/VBoxVideo: make the code more …
(edit) @64185   8 years vboxsync bugref:8614: Additions/common/VBoxVideo: make the code more …
(edit) @62965   8 years vboxsync Devices: warnings
(edit) @62476   8 years vboxsync (C) 2016
(edit) @58163   9 years vboxsync VMMDev.h: r=bird: Please, don't spread enum values like this ever again.
(edit) @58111   9 years vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @52789   10 years vboxsync VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
(edit) @50512   11 years vboxsync VMMDev.h: missing sanity mask for guest capabilities, better name.
(edit) @50511   11 years vboxsync VMMDev.h: missing sanity mask for guest capabilities.
(edit) @49846   11 years vboxsync HGCM: check size.
(edit) @49411   11 years vboxsync VMMDev: s/VMMDEV_MAX_VMMDEV_PARMS/VMMDEV_MAX_HGCM_PARMS/g, return …
(edit) @49410   11 years vboxsync Devices: sanity check
(edit) @49365   11 years vboxsync wddm: basics for ring buffer-based command submission
(edit) @48934   11 years vboxsync include/: Whitespace cleanup by scm.
(edit) @47294   11 years vboxsync Guest user state reporting: Update.
(edit) @46691   11 years vboxsync VMMDev.h: Drop unnecessary pragmas, keeping the pack(4) on the whole …
(edit) @46093   12 years vboxsync include/VBox/VMMDev.h: remove L4 from a comment.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @40310   13 years vboxsync Devices/VMMDev and Additions: use a single definition for the value …
(edit) @40213   13 years vboxsync VMMDev: Added facility for auto-logon modules.
(edit) @40006   13 years vboxsync build fix.
(edit) @39825   13 years vboxsync VBoxGuestInfo2::szName updated documenation.
(edit) @38663   13 years vboxsync Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]
(edit) @37174   14 years vboxsync Additions/x11/seamless: allow for the possibility that nothing is …
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35968   14 years vboxsync Main/VMMDev: Added all facility classes define.
(edit) @35967   14 years vboxsync Main/VBoxManage: Update on guest facilities, added IAdditionsFacility; …
(edit) @35908   14 years vboxsync Typo.
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35887   14 years vboxsync Main/VBoxManage: Introduced facility handling for more fine grained …
(edit) @34754   14 years vboxsync Main/VMMDev: optionally report multi-monitor mouse co-ordinates …
(edit) @34438   14 years vboxsync VBoxVideoGuest.h, VMMDev.h, Additions/WINNT/Graphics: refactoring of …
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32831   14 years vboxsync VMMDev: renamed two capabilities
(edit) @32631   14 years vboxsync Devices/VMMDev and Additions/common/VBoxGuestLib: get the mouse …
(edit) @32313   14 years vboxsync VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused …
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @30964   14 years vboxsync Use enums.
(edit) @30959   14 years vboxsync VbglR3ReportAdditionsStatus,VBoxGuestStatus: review of r63577. added …
(edit) @30897   14 years vboxsync fixed comment
(edit) @30852   14 years vboxsync VBox/VMMDev.h: VMMDEV_CREDENTIALS_STRLEN -> …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30668   14 years vboxsync Generate a session id for the VM that is changed every time the VM …
(edit) @30061   14 years vboxsync Page fusion test api change
(edit) @30040   15 years vboxsync Part one of the page fusion test case
(edit) @29344   15 years vboxsync Always include page sharing
(edit) @29307   15 years vboxsync Shared paging interface updates
(edit) @29043   15 years vboxsync Additions: report VMMDevReq_ReportGuestInfo2 in addition to …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28567   15 years vboxsync include/VMMDev: VBoxGuestInfo2
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28415   15 years vboxsync Shared paging updates
(edit) @28408   15 years vboxsync RTGCPTR -> RTGCPTR64
(edit) @28404   15 years vboxsync Shared pages updates
(edit) @28264   15 years vboxsync VideoModeSupported for multimonitor. (xTracker 4655)
(edit) @28099   15 years vboxsync Devices/VMMDev: inform the guest if we have an absolute pointing device
(edit) @27060   15 years vboxsync Devices, Main: add support for multiple pointing devices and let the …
(edit) @27023   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @26295   15 years vboxsync Backed out r57393
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @25848   15 years vboxsync CPU hotplug: Merge the third patch. Guest additions interface for the …
(edit) @22704   15 years vboxsync Devices/VMMDev: new mouse capability flag …
(edit) @22096   15 years vboxsync Devices/VMMDev: simplify and complete mouse status requests
(edit) @21981   15 years vboxsync VMMDev.h: UINT32_C() instead of const-1.
Note: See TracRevisionLog for help on using the revision log.

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