VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80765   5 years vboxsync IPRT: Optimized RTEnvPutEx. bugref:9341
(edit) @80764   5 years vboxsync IPRT: Optimized RTEnvPutEx. bugref:9341
(edit) @80722   5 years vboxsync PDM,PCI: More PDMPCIDEV related refactoring work, mainly concerned …
(edit) @80719   5 years vboxsync include/iprt/stdint.h: Don't declare uintptr_t/intptr_t when …
(edit) @80708   5 years vboxsync IPRT: Added RTSystemFirmwareXXX API to query the firmware type / UEFI …
(edit) @80706   5 years vboxsync PDM: Check new device registration fields when creating the ring-0 …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80673   5 years vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80664   5 years vboxsync Shared Clipboard: More renaming + unification.
(edit) @80663   5 years vboxsync Shared Clipboard: Comment naming typos.
(edit) @80662   5 years vboxsync Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD …
(edit) @80659   5 years vboxsync hm_vmx.h: Add VMX_BASIC_PHYSADDR_WIDTH_32BIT for upcoming change.
(edit) @80649   5 years vboxsync IOM: I/O port statistics. bugref:9218
(edit) @80648   5 years vboxsync STAM: Adding STAMR3DeregisterByPrefix.
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80637   5 years vboxsync Shared Clipboard: Implemented new saved state handling for new protocol.
(edit) @80636   5 years vboxsync VBox/hgcmsvc.h: Made HGCMSvcSSMR3Get() / HGCMSvcSSMR3Put() C-compliant.
(edit) @80634   5 years vboxsync VBox/hgcmsvc.h: Added HGCMSvcSSMR3Get() / HGCMSvcSSMR3Put() for …
(edit) @80632   5 years vboxsync VBox/hgcmsvc.h: Added HGCMSvcSSMR3Get() / HGCMSvcSSMR3Put() for …
(edit) @80623   5 years vboxsync Shared Clipboard: Removed old protocol handling cruft on the host side …
(edit) @80620   5 years vboxsync VMM/IEM: Add IEMExecDecodedInvpcid for upcoming changes.
(edit) @80596   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to incorporate aeichner's …
(edit) @80593   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80589   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @80565   5 years vboxsync IPRT/string.h: Added hexformatting variants that takes an additional …
(edit) @80558   5 years vboxsync Shared Clipboard: Build fix (forgot a file).
(edit) @80542   5 years vboxsync VMM: Fix for problem loading VBoxEhciR0.r0 after PDM device …
(edit) @80539   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to properly free some allocated …
(edit) @80537   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [scm] bugref:9218
(edit) @80535   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80534   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [build fix] bugref:9218
(edit) @80533   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80532   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [build fix] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80530   5 years vboxsync IPRT/semmutex-r0drv-nt.cpp: Fixed is-owned check. bugref:9218
(edit) @80528   5 years vboxsync Storage/DevVirtioSCSI.cpp: This is being integrated to stop burns. I …
(edit) @80527   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to intercept requests to …
(edit) @80518   5 years vboxsync Runtime/RTVfs: Implement RTVfsDirRewind
(edit) @80505   5 years vboxsync x86.h: Added LBR to/from IP (instruction pointer) MSRs.
(edit) @80504   5 years vboxsync x86.h: Added some MSRs being read by Ubuntu guests.
(edit) @80496   5 years vboxsync IPRT/string.h: Added added two more human readable size formatting …
(edit) @80481   5 years vboxsync IPRT/process-win.cpp: Adding RTPROC_FLAGS_AS_IMPERSONATED_TOKEN and …
(edit) @80478   5 years vboxsync WDDM: remove unused VBOX_VDMA_WITH_WATCHDOG code. bugref:9529
(edit) @80472   5 years vboxsync VBoxVideoHost3D.h: Doxygen fixes
(edit) @80470   5 years vboxsync Shared Clipboard/URI: Docs.
(edit) @80469   5 years vboxsync Shared Clipboard/URI: Docs.
(edit) @80468   5 years vboxsync Shared Clipboard/URI: Made the event source and event IDs more …
(edit) @80459   5 years vboxsync Shared Clipboard/URI: Docs.
(edit) @80453   5 years vboxsync HostServices/DragAndDropSvc.h: Added SVN header.
(edit) @80452   5 years vboxsync Shared Clipboard/URI: Added first protocol changelog.
(edit) @80446   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @80444   5 years vboxsync Shared Clipboard/URI: Added protocol versioning support plus enhanced …
(edit) @80418   5 years vboxsync hm_vmx.h: Added MSR_IA32_VMX_EPT_VPID_CAP_PAGE_WALK_LENGTH_5.
(edit) @80410   5 years vboxsync Make comments for two fields in RTSGBUF declaration consistent with …
(edit) @80401   5 years vboxsync Revert a part of r132865 until the guest WDDM driver got cleaned up, …
(edit) @80396   5 years vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80387   5 years vboxsync VMM: Nested VMX: bugref:9180 Renamed u64GuestPendingDbgXcpt to …
(edit) @80386   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added trap-like VM-exit handler in …
(edit) @80385   5 years vboxsync hm_vmx.h: Nested VMX: bugref:9180 Add pending debug exceptions to …
(edit) @80374   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @80373   5 years vboxsync com/array.h: handling empty base elements better (hopefully will …
(edit) @80364   5 years vboxsync VMM: Nested VMX: bugref:9180 Move some of the description functions …
(edit) @80359   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @80358   5 years vboxsync iprt/string.h: Fixed RTStrStartsWith and RTStrIStartsWith return code …
(edit) @80346   5 years vboxsync VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC …
(edit) @80338   5 years vboxsync /include: Eliminating the VBOX_BUGREF_9217 preprocessor macro - missed …
(edit) @80331   5 years vboxsync /include: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217
(edit) @80323   5 years vboxsync VMM: Addressing some GCC/linux host issues with bugref:9217 [fix].
(edit) @80320   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @80319   5 years vboxsync VMM: Addressing some GCC/linux host issues with bugref:9217 .
(edit) @80318   5 years vboxsync Shared Clipboard/URI: More work on context IDs and entry list handling.
(edit) @80313   5 years vboxsync vm.h,gvm.h: Fix 32-bit header syntax checking.
(edit) @80311   5 years vboxsync gvm.h: Shut up g++ warnings. bugref:9217
(edit) @80310   5 years vboxsync include,gvm.h: Header syntax check fixes. bugref:9217
(edit) @80309   5 years vboxsync vm.h,gvm.h: Only allow including these when VMM_COMMON_DEFS is in use. …
(edit) @80293   5 years vboxsync VMM(CPUM),DevPcBios: Added CPUM methods for getting the guest (and …
(edit) @80285   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @80283   5 years vboxsync Shared Clipboard/URI: Update; more work on root list handling.
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80274   5 years vboxsync VMM: Refactoring VMMR0/* and VMMRZ/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80268   5 years vboxsync VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80255   5 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217 [fixes]
(edit) @80254   5 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217 [fixes]
(edit) @80253   5 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217
(edit) @80239   5 years vboxsync VMM: Introducing PVMCC and PGVMCC for VMMAll code. bugref:9217
(edit) @80216   5 years vboxsync SUPHardNt: Restore text and import sections for ntdll, kernelbase and …
(edit) @80212   5 years vboxsync SUPHardNt: Hack for fending off unwanted APCs during early process …
(edit) @80204   5 years vboxsync Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80182   5 years vboxsync VMM: Kicking out raw-mode - Eliminated more RCPTRTYPE use in PGM. …
(edit) @80163   5 years vboxsync VMM: Kicking out raw-mode - PGM Virt Handlers, ++. bugref:9517
(edit) @80161   5 years vboxsync VMM,REM: Kicking out raw-mode. bugref:9517
(edit) @80156   5 years vboxsync DBGFInfo: Added a getopt error reporter helper.
(edit) @80153   5 years vboxsync VMM/DBGF: Added argv style info handlers. USB devices only have …
(edit) @80147   5 years vboxsync hmvmxinline.h: Nested VMX: bugref:9180 newline nit.
(edit) @80145   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Naming nit.
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