VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60635   9 years vboxsync IOAPIC uses its own log group.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60608   9 years vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @60601   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60560   9 years vboxsync DBGFStack: Take odd saved BP as a hint of far returns.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60534   9 years vboxsync VMM/APIC: AssertCompile.
(edit) @60510   9 years vboxsync GuestHost/OpenGL: fixed annoying warning
(edit) @60506   9 years vboxsync include/VBox/com/defs.h: more build break fixing for XPCOM
(edit) @60504   9 years vboxsync include/VBox/com/ptr.h: streamline ATL use, whitespace cleanup
(edit) @60440   9 years vboxsync VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure …
(edit) @60428   9 years vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60413   9 years vboxsync iem.h: docs
(edit) @60412   9 years vboxsync cpum.h: Added NEC V20/V30 to CPUMMICROARCH.
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60409   9 years vboxsync com::Bstr: Added compareUtf8() for optimal comparsions with UTF-8 …
(edit) @60406   9 years vboxsync VMM: doxygen fixes
(edit) @60405   9 years vboxsync pdmapi.h/FNPDMVMMDEVHEAPNOTIFY: Added missing DECLCALLBACK.
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60387   9 years vboxsync PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
(edit) @60384   9 years vboxsync IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
(edit) @60377   9 years vboxsync VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
(edit) @60368   9 years vboxsync constant strings with 'const char*' instead of 'char*'
(edit) @60353   9 years vboxsync Audio: Added HDA support for newer Linux guests; more work on surround …
(edit) @60322   9 years vboxsync kmk incs
(edit) @60309   9 years vboxsync VMM: Doxygen fixes for r106369.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60262   9 years vboxsync HostServices/Service.h: Initialize rc.
(edit) @60261   9 years vboxsync HostServices/Service.h: Only copy parameters if a valid parameter …
(edit) @60241   9 years vboxsync usblib.h,SUPDrv: Added missing RTStrPurgeEncoding to SUPDrv so …
(edit) @60238   9 years vboxsync include/VBox/log.h: fix for r106253
(edit) @60219   9 years vboxsync bugref:8249. New API interface ICertificate was added.
(edit) @60209   9 years vboxsync leave out RTStrPurgeEncoding() from USBLibPurgeEncoding for …
(edit) @60177   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add a …
(edit) @60164   9 years vboxsync USB: RT_C_IS_CNTRL returns true for the terminator.
(edit) @60163   9 years vboxsync USBLibPurgeEncoding: Wrong length.
(edit) @60162   9 years vboxsync USB: RT_C_IS_CNTRL returns true for the terminator.
(edit) @60159   9 years vboxsync USB: Added fPurge parameter to USBFilterSetStringExact so the usb …
(edit) @60156   9 years vboxsync USB: Purge strings.
(edit) @60155   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60154   9 years vboxsync Main,USBLib: Promoted usbPurgeEncoding to USBLibPurgeEncoding as it …
(edit) @60109   9 years vboxsync bugref:7585: Devices/Graphics: add functionality currently in VMM …
(edit) @60107   9 years vboxsync Main/USBProxyService: Save any additional USB device sources in the …
(edit) @60096   9 years vboxsync VMMDev: Added VMMDEV_TESTING_CMD_PRINT for more output on the host.
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60079   9 years vboxsync doxygen fix
(edit) @60078   9 years vboxsync build fix
(edit) @60077   9 years vboxsync introduced RT_GNUC_PREREQ
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @59987   9 years vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59890   9 years vboxsync Audio: Added support for handling host input/output configuration …
(edit) @59876   9 years vboxsync VUSB: doxygen fix
(edit) @59875   9 years vboxsync VUSB: Move the thread for periodic frame procession down to the …
(edit) @59862   9 years vboxsync VMMDevTesting.h: spec fix
(edit) @59855   9 years vboxsync DnD/DnDURIList: Use uint64_t for counts/sizes, as we also want to …
(edit) @59830   9 years vboxsync DnD: HostServices/Service.h: Error checking.
(edit) @59829   9 years vboxsync DragAndDropSvc.h: Comment.
(edit) @59828   9 years vboxsync DnD/DnDURIObject: Use a dedicated flag for indicating the opening status.
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59723   9 years vboxsync VUSB: Add a VUSBSTATUS for canceled URBs (not used yet)
(edit) @59721   9 years vboxsync build fix
(edit) @59718   9 years vboxsync VUSB: Some structural cleanup (#4 Move the URB allocation from the …
(edit) @59704   9 years vboxsync VUSB: Some structural cleanup (#3 Make the VUSB URB specific data …
(edit) @59700   9 years vboxsync VUSB: Some structural cleanup (#2 Remove the HCI specific bits from …
(edit) @59687   9 years vboxsync VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for …
(edit) @59652   9 years vboxsync VMM: Build fixes when VBOX_WITH_REM is not defined.
(edit) @59614   9 years vboxsync hm_vmx.h: added posted-interrupt pin-based ctrl value.
(edit) @59603   9 years vboxsync hm_vmx.h: nit.
(edit) @59602   9 years vboxsync VMM/HMVMXR0: Add missing VMCS fields for newer CPUs, renamed some …
(edit) @59601   9 years vboxsync StorageLib: Added VDIfCreateFromVfsStream and VDIfDestroyFromVfsStream …
(edit) @59539   9 years vboxsync Storage/DrvVD: Add methods to PDMIMEDIAEX for saving the request state …
(edit) @59538   9 years vboxsync Storage/DrvVD: Add methods to query suspended requests, will be used …
(edit) @59536   9 years vboxsync Storage: Move the suspend on recoverable error handling down to DrvVD …
(edit) @59470   9 years vboxsync Audio: Warn on non-available audio streams based on the host audio …
(edit) @59456   9 years vboxsync build fix
(edit) @59455   9 years vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @59448   9 years vboxsync Devices/Storage: More work on the new I/O interface Implement a new …
(edit) @59420   9 years vboxsync Audio/DrvAudio: Use a critical section for (most) driver callbacks.
(edit) @59388   9 years vboxsync kmk incs
(edit) @59375   9 years vboxsync Audio: introduced VERR_AUDIO_BACKEND_INIT_FAILED
(edit) @59368   9 years vboxsync VBoxCOM,VBoxSVC: Call VBoxProxyStub to gently update the MS COM …
(edit) @59352   9 years vboxsync pdmaudioifs.h: PDMIAUDIOCONNECTOR_IID due to removal of pfnInitNull.
(edit) @59348   9 years vboxsync Audio: Implemented dynamic fallback support to NULL audio backends for …
(edit) @59337   9 years vboxsync VBOXEXTPACKREG: Extended with uVBoxFullVersion member and reserved …
(edit) @59305   9 years vboxsync Storage/NVMe: Convert emulation to use PDMIMEDIAEX instead of …
(edit) @59299   9 years vboxsync Hopefully fix last burn when running doxygen
(edit) @59294   9 years vboxsync Another try
(edit) @59292   9 years vboxsync Build fix
(edit) @59291   9 years vboxsync Forgotten files
(edit) @59284   9 years vboxsync Storage: Sketch out new interface for async I/O which will replace …
(edit) @59276   9 years vboxsync Build fix: forgot to commit this.
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @59240   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: add host flags …
(edit) @59206   9 years vboxsync VMMR3EmtRendezvous: New flag for tricky suspend and poweroff cases: …
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