VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @81765   5 年 vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81707   5 年 vboxsync VMMDev: doxygen fixes. bugref:9218
(edit) @81693   5 年 vboxsync VMMDev: Use default statistics prefix.
(edit) @81643   5 年 vboxsync VMMDev: Converted to the new PDM device style. [fix] bugref:9218
(edit) @81627   5 年 vboxsync VMMDev: Converted to the new PDM device style. [fixes] bugref:9218
(edit) @81625   5 年 vboxsync VMMDev: Converted to the new PDM device style. bugref:9218
(edit) @81571   5 年 vboxsync VMMDev: cleanups. bugref:9218
(edit) @81570   5 年 vboxsync VMMDev: cleanups. bugref:9218
(edit) @81569   5 年 vboxsync VMMDev: cleanups. bugref:9218
(edit) @81514   5 年 vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81031   5 年 vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 年 vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 年 vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 年 vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80296   5 年 vboxsync VMMDev.cpp: Skip including vm.h as it is no longer needed. bugref:9217
(edit) @80118   5 年 vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @78995   5 年 vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @78949   5 年 vboxsync Devices/VMMDev: fixed a todo.
(edit) @77243   6 年 vboxsync HGCM,SharedFolders: Added new variation on the HGCM page list type …
(edit) @77126   6 年 vboxsync VMMDevHGCM.cpp,GVMMR0.cpp: Change AssertCompile() statement to pass …
(edit) @77056   6 年 vboxsync VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
(edit) @76664   6 年 vboxsync VMMDevHGCM: Fixed bug in copy-back of the new …
(edit) @76565   6 年 vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76520   6 年 vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76196   6 年 vboxsync VMMDev/HGCM,VBoxGuest: New page list variant for more effectively …
(edit) @76145   6 年 vboxsync VMMDevHGCM: Fix handling of embedded buffers in the non-locked code …
(edit) @75990   6 年 vboxsync VMMDev,HGCM: Added cancellation notification and query helper.
(edit) @75979   6 年 vboxsync VMMDevHGCM: It is not possible to restore cancelled requests (guest …
(edit) @75875   6 年 vboxsync GuestControl,VMMDev: Fixed VERR_VM_RESTORED scenario. VMMDev didn't …
(edit) @75855   6 年 vboxsync alignment fix
(edit) @75853   6 年 vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75808   6 年 vboxsync VMMDev: Forgot to set fRequestor in the case where we've got a long …
(edit) @75775   6 年 vboxsync VMMDev: alignment fix. bug:9105
(edit) @75771   6 年 vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. …
(edit) @75770   6 年 vboxsync VMMDevHGCM: doxyfix bugref:9105
(edit) @75769   6 年 vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. bugref:9105
(edit) @75754   6 年 vboxsync VMMDevHGCM: don't overflow guest buffers.
(edit) @75740   6 年 vboxsync HGCM,VMMDev: Made the HGCM command/message completion callback return …
(edit) @75596   6 年 vboxsync VMMDev: Trying to please doxygen weirdness. bugref:9172
(edit) @75593   6 年 vboxsync VMMDev: Trying to please doxygen weirdness. bugref:9172
(edit) @75592   6 年 vboxsync VMMDev: Alignment fixes. bugref:9172
(edit) @75591   6 年 vboxsync VMMDev: Warning fix. bugref:9172
(edit) @75590   6 年 vboxsync VMMDev: Alignment fixes. bugref:9172
(edit) @75589   6 年 vboxsync VMMDev,PGM: New I/O port for ACKing IRQs and retreiving pending …
(edit) @75585   6 年 vboxsync VMMDev,PGM: New I/O port for ACKing IRQs and retreiving pending …
(edit) @75555   6 年 vboxsync VBoxDevHGCM.cpp: doxygen fixes
(edit) @75551   6 年 vboxsync VMMDev,VBoxGuestR0Lib: Added a new HGCM parameter type that allows …
(edit) @75548   6 年 vboxsync VMMDev,VBoxGuestR0Lib: Added a new HGCM parameter type that allows …
(edit) @75538   6 年 vboxsync VMMDev/HGCM: Use an allocation cache for HGCM command structures with …
(edit) @75537   6 年 vboxsync VMMDev/HGCM: Use an allocation cache for HGCM command structures with …
(edit) @75532   6 年 vboxsync VMMDev: Keep a 4K buffer around for each EMT to read the VMM request …
(edit) @75523   6 年 vboxsync VMMDev/HGCM: Eliminated the unlock-delay hack (from 3.0) and …
(edit) @75520   6 年 vboxsync VMMDev/HGCM: Eliminated the unlock-delay hack (from 3.0) and …
(edit) @75519   6 年 vboxsync VMMDevHGCM.cpp: Some streamlining.
(edit) @75504   6 年 vboxsync VMMDev/HGCM: Changed hgcmCompleted to call hgcmCompletedWorker …
(edit) @75500   6 年 vboxsync VMMDev,Main,HostServices: More profiling of HGCM guest call processing.
(edit) @75420   6 年 vboxsync VMMDevHGCM.cpp: doxygen fix
(edit) @75410   6 年 vboxsync VMMDev/HGCM: Added PDM interface + HGCM server helper for finding out …
(edit) @75406   6 年 vboxsync VMMDev/HGCM: Added PDM interface + HGCM server helper for finding out …
(edit) @73698   6 年 vboxsync VMMDev: Reporting only updated mode hints in multimonitor display …
(edit) @73641   6 年 vboxsync VMMDev: fGuestSentChangeEventAck flag in multimonitor resize request …
(edit) @73351   6 年 vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @73097   6 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72399   6 年 vboxsync VMMDev: LogRel nit.
(edit) @72352   6 年 vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72054   7 年 vboxsync *: RTListMove no longer need the call to init the destination list to …
(edit) @71931   7 年 vboxsync VMMDev: fixed restoring VMs which do not use HGCM.
(edit) @71891   7 年 vboxsync VMMDev: VMMDevHGCM rewrite
(edit) @71691   7 年 vboxsync VMMDev: move VMMDEV_SAVED_STATE_VERSION defines to the header file
(edit) @70872   7 年 vboxsync VMMDevState.h: comment nit
(edit) @70607   7 年 vboxsync bugref:9046 Enforce maximum length and proper termination of credentials
(edit) @70217   7 年 vboxsync VBox/ostypes.h,Main: Forced an NT 3.x type into the enum. NT 3.x …
(edit) @70181   7 年 vboxsync pdmpcidev.h: Modified FNPCICONFIGWRITE to return a status code to …
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @68314   7 年 vboxsync added OS types for macOS 10.12 and 10.13
(edit) @66220   8 年 vboxsync Windows 2016 OS type
(edit) @66108   8 年 vboxsync Devices/VMMDev: trailing spaces
(edit) @65851   8 年 vboxsync trailing space
(edit) @65850   8 年 vboxsync Devices/Main: don't set RamSize and RamHole explicitly for DevACPI, …
(edit) @65712   8 年 vboxsync Devices/VMMDev: fixed small memory leak during termination
(edit) @65381   8 年 vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(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) @64370   8 年 vboxsync VMMDev: Doxygen fixes
(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) @62610   8 年 vboxsync Devices: unused parameters.
(edit) @62503   8 年 vboxsync (C) 2016
(edit) @62427   8 年 vboxsync vmmdevTestingMmioRead: build fix.
(edit) @62425   8 年 vboxsync Devices/RC: MSC level 4 warnings.
(edit) @62150   8 年 vboxsync vmmdevTestingMmioWrite: NOP_R3 fix.
(edit) @62149   8 年 vboxsync vmmdevTestingMmioWrite: wrong NOP return codes.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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