VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @64391   8 年 vboxsync PDMPCIDEV: s/devfn/uDevFn/ everywhere, removing the legacy alias.
(edit) @64387   8 年 vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 年 vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64356   8 年 vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64192   8 年 vboxsync bugref:8614: Additions/common/VBoxVideo: make the code more …
(edit) @64115   8 年 vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63690   8 年 vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63016   8 年 vboxsync Devices: warnings (debug builds)
(edit) @62891   8 年 vboxsync Devices: warnings
(edit) @62503   8 年 vboxsync (C) 2016
(edit) @60396   9 年 vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @58164   9 年 vboxsync VMMDEVFACILITYSTATUSENTRY: Use enums, there isn't any space to save here.
(edit) @58162   9 年 vboxsync VMMDev: Bumped saved state version to save heartbeat state. Wrote …
(edit) @58161   9 年 vboxsync VMMDev: Heartbeat adjustments and build fix.
(edit) @58160   9 年 vboxsync VMMDev: More positive thinking, a couple of extra sanity checks.
(edit) @58159   9 年 vboxsync VMMDev: Positive thinking, Doxygen, and some heartbeat cleanups.
(edit) @58156   9 年 vboxsync vmmdevReqHandler_ReportGuestUserState: Untested validation fixes.
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57602   9 年 vboxsync VMMDev: log the guest OS type in plain text for convenience when …
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57209   9 年 vboxsync VMMDev: LogRel nits.
(edit) @56992   9 年 vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56292   9 年 vboxsync Devices: Updated (C) year.
(edit) @56284   9 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @55980   10 年 vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55275   10 年 vboxsync heartbeat service: document it, sanity check and fixed logging
(edit) @54995   10 年 vboxsync Devices/VMMDev: fix a bug which could cause display change requests to …
(edit) @54805   10 年 vboxsync Release log prefixes.
(edit) @54748   10 年 vboxsync VMMDev: LogRel cosmetics.
(edit) @54007   10 年 vboxsync VMMDev: do not set VMMDEV_GUEST_SUPPORTS_GRAPHICS on reset
(edit) @53801   10 年 vboxsync Devices: use LogRelMax were appropriate
(edit) @53767   10 年 vboxsync s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_M …
(edit) @53073   10 年 vboxsync VMMDev: when logging the Guest Additions OS type, explictely mention …
(edit) @52789   10 年 vboxsync VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
(edit) @52667   10 年 vboxsync DisplayImpl,VMMDev: cleaned up reenabling of the legacy video …
(edit) @51599   10 年 vboxsync Devices/VMMDev: fixed compiling with VBOX_WITH_HGCM disabled
(edit) @50891   11 年 vboxsync VMMDevHGCM: do not delete pending HGCM requests when VM is being saved.
(edit) @50674   11 年 vboxsync Devices: fixes for VBOX_WITH_HGCM undefined (thanks Genode Labs)
(edit) @49426   11 年 vboxsync VMMDev: check parameter.
(edit) @48070   11 年 vboxsync wddm,vboxtray: forward-port autoresize, multimon, and seamless fixes …
(edit) @47450   11 年 vboxsync Devices/VMMDev: warning
(edit) @47301   11 年 vboxsync Build fix.
(edit) @47300   11 年 vboxsync VMMDev/ReportGuestUserState: Bugfixes.
(edit) @47294   11 年 vboxsync Guest user state reporting: Update.
(edit) @46376   12 年 vboxsync VMMDev: Added TestingMMIO config option as the MMIO range isn't …
(edit) @46300   12 年 vboxsync VMMDev: Fixed missing destructor call (not in function table, duh.) …
(edit) @45025   12 年 vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44790   12 年 vboxsync VMMDev.cpp: Don't read the request header twice as it may have been …
(edit) @44788   12 年 vboxsync VMMDev.cpp: No need to enter the critsect till after we've read the …
(edit) @44785   12 年 vboxsync VMMDev.cpp: Delay critsect exit for HGCM requests to avoid race …
(edit) @44782   12 年 vboxsync VMMDev.cpp: Build fixes.
(edit) @44781   12 年 vboxsync VMMDev: Enter the critical section when resettomg and saving state, …
(edit) @44780   12 年 vboxsync VMMDev: Do our own locking entirely.
(edit) @44778   12 年 vboxsync Sad Dijstra => Happy Dijstra.
(edit) @44774   12 年 vboxsync done
(edit) @44773   12 年 vboxsync VMMDev.cpp: Split gigantic switch into functions.
(edit) @44762   12 年 vboxsync Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
(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) @44722   12 年 vboxsync VMMDev: More cleanups.
(edit) @44721   12 年 vboxsync VMMDev: Removed pointless pThis check in vmmdevIPort_VBVAChange. (The …
(edit) @44720   12 年 vboxsync VMMDev: More cleanups.
(edit) @44709   12 年 vboxsync VMMDev: Cleanups.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44445   12 年 vboxsync Fixed four PDMDevHlpCritSectInit calls.
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44130   12 年 vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @43876   12 年 vboxsync fixed a few format specifier bugs
(edit) @43320   12 年 vboxsync Devices/VMMDev: clear IRQ on reset or Additions start.
(edit) @40054   13 年 vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @39892   13 年 vboxsync VMMDev: Allow some more function pointers to be NULL in …
(edit) @39890   13 年 vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
(edit) @39882   13 年 vboxsync Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
(edit) @39823   13 年 vboxsync VMMDevReq_ReportGuestInfo2: Validate szName length.
(edit) @38663   13 年 vboxsync Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]
(edit) @38227   13 年 vboxsync Devices/VMMDev: Make GuestCoreDumpDir an optional parameter. Unbreaks …
(edit) @38037   13 年 vboxsync eliminate use of LOG_ENABLED
(edit) @37877   13 年 vboxsync VMMDev: by design we should not clear the pending event flags during reboot
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37385   14 年 vboxsync adjust to misspelled member name.
(edit) @37384   14 年 vboxsync 1 million rectangles ought to be enough for anybody…
(edit) @37381   14 年 vboxsync VBoxVideo: move typecasts to proper arguments
(edit) @37378   14 年 vboxsync VBoxVideo: add some explicit typecasts
(edit) @37211   14 年 vboxsync Some ASMAtomic*Size elimiation.
(edit) @37175   14 年 vboxsync Devices and Main/seamless: allow for the possibility that nothing is …
(edit) @36202   14 年 vboxsync VMMDev: be a bit more verbose
(edit) @36201   14 年 vboxsync VMMDev: always allow VMMDevReq_GetHostVersion.
(edit) @35989   14 年 vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34902   14 年 vboxsync IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
(edit) @34534   14 年 vboxsync todo
(edit) @34331   14 年 vboxsync PCI: more 4.0 interfaces
(edit) @33758   14 年 vboxsync Main, Devices/VMMDev, VBoxBFE: some rewrites of the mouse handling code
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33303   14 年 vboxsync Devices/VMMDev: logging and hungarian
(edit) @32935   14 年 vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @32774   14 年 vboxsync Devices/VMMDev: better rc.
(edit) @32672   14 年 vboxsync VMMDev: Use snapshot dir as default guest coredump dir.
(edit) @32645   14 年 vboxsync Devices/VMMDev: partly reverted r66037 (tighter check on mouse pointer …
(edit) @32631   14 年 vboxsync Devices/VMMDev and Additions/common/VBoxGuestLib: get the mouse …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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