VirtualBox

source: vbox/trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62891   8 年 vboxsync Devices: warnings
(edit) @62503   8 年 vboxsync (C) 2016
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56292   9 年 vboxsync Devices: Updated (C) year.
(edit) @53801   10 年 vboxsync Devices: use LogRelMax were appropriate
(edit) @50982   11 年 vboxsync VMMDevHGCM: RTMemAllocZ instead of memset.
(edit) @50891   11 年 vboxsync VMMDevHGCM: do not delete pending HGCM requests when VM is being saved.
(edit) @50820   11 年 vboxsync VMMDev: remove failed HGCM commands from the pending command list
(edit) @49846   11 年 vboxsync HGCM: check size.
(edit) @49454   11 年 vboxsync HGCM param verification
(edit) @49421   11 年 vboxsync VMMDev: removed obsolete assertions, cleanup.
(edit) @49411   11 年 vboxsync VMMDev: s/VMMDEV_MAX_VMMDEV_PARMS/VMMDEV_MAX_HGCM_PARMS/g, return …
(edit) @49410   11 年 vboxsync Devices: sanity check
(edit) @44792   12 年 vboxsync Some nits, use RT_FROM_MEMBER now that we've finally got it.
(edit) @44725   12 年 vboxsync Moving the backdoor logging and timesync down so the request handling …
(edit) @44723   12 年 vboxsync pVMMDevState -> pThis, like most other devs/drvs do by now.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @40718   13 年 vboxsync VMMDev: saved HGCM commands must not be completed.
(edit) @40517   13 年 vboxsync kBuild 2566 -> 2567: dtrace support.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @29743   15 年 vboxsync HGCM: fixed memory leak (xTracker 4961).
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25985   15 年 vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25778   15 年 vboxsync VMMDevHGCM: shut up signed warnings.
(edit) @25643   15 年 vboxsync VMMDev: loading of HGCM saved state does not rely on saved size of …
(edit) @25073   15 年 vboxsync VMMDevHGCM.cpp: VBOXHGCMCMD::cbCmd isn't very helpful now that the …
(edit) @24076   15 年 vboxsync VMMDev: Save and verify config. Drop the SSM_VERSION* stuff since we …
(edit) @23016   15 年 vboxsync VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.
(edit) @23011   15 年 vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @21561   15 年 vboxsync Devices: Finally adding the first dtrace probes. :-)
(edit) @21512   15 年 vboxsync VMMDevHGCM.cpp: Hacking, seems combining PDMDEvHlpPhysRead doesn't …
(edit) @21506   15 年 vboxsync VBoxGuest,VMMDev: New HGCM cancellation request.
(edit) @21458   15 年 vboxsync VMMDevHGCMParmType_PhysAddr is not a valid parameter any longer.
(edit) @21456   15 年 vboxsync HGCM&Co: physical page list.
(edit) @21062   15 年 vboxsync VMMDev: Ensure read/write order in hgcmCompletedWorker. (bug 4052)
(edit) @20731   15 年 vboxsync Save more info about pending HGCM requests (xTracker #4032).
(edit) @20024   16 年 vboxsync VMMDev: replace a weird constant with NULL for zero size HGCM buffers.
(edit) @19300   16 年 vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @18435   16 年 vboxsync VMMDevHGCM.cpp: size_t warning.
(edit) @13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13782   16 年 vboxsync More SMP groundwork.
(edit) @13756   16 年 vboxsync Compile fixes for the VM request changes.
(edit) @11628   16 年 vboxsync logging fix
(edit) @11288   16 年 vboxsync Devices: %VX64 -> %RX64, %VGv -> %RGv
(edit) @11285   16 年 vboxsync Devices: %VGp -> %RGp (just preferred, not mandatory (yet))
(edit) @11284   16 年 vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11282   16 年 vboxsync VMMDev: Cosmetics.
(edit) @11266   16 年 vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @9662   16 年 vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9435   17 年 vboxsync Extend HGCM interface to support 64 bit pointers.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7951   17 年 vboxsync Fix for a rare HGCM load state assertion.
(edit) @7665   17 年 vboxsync Don't assert if we receive an unknown HGCM request during init, see #2738
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5524   17 年 vboxsync warning
(edit) @5476   17 年 vboxsync fixed debug build
(edit) @5474   17 年 vboxsync warnings
(edit) @5065   17 年 vboxsync gcc warning
(edit) @5040   17 年 vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @4599   17 年 vboxsync More logging
(edit) @4561   17 年 vboxsync Try to minimize gc to hc ptr conversion abuse.
(edit) @4200   17 年 vboxsync Extra assertion
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3385   17 年 vboxsync Logging.
(edit) @3379   17 年 vboxsync Reimplemented r22537: Automatically enable HGCM host events, when the …
(edit) @3345   17 年 vboxsync Automatically enable HGCM host events, when the guest issues HGCM commands.
(edit) @3166   17 年 vboxsync use some PDM helper functions
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2027   18 年 vboxsync Check types of HGCM commands.
(edit) @1687   18 年 vboxsync warnings
(edit) @1681   18 年 vboxsync Implemented HGCM save/load state
(edit) @1562   18 年 vboxsync Forgot to include offset into first page into page number calculation …
(edit) @1561   18 年 vboxsync Extra check
(edit) @1560   18 年 vboxsync Include offset into first page into page number calculation (!).
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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