VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90638   4 years vboxsync VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
(edit) @90634   4 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90597   4 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90549   4 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90536   4 years vboxsync pdmtpmifs.h: doxygen fix. bugref:10075
(edit) @90530   4 years vboxsync Devices/Security: Start implementation of a TPM driver talking to the …
(edit) @90521   4 years vboxsync VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
(edit) @90520   4 years vboxsync VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
(edit) @90514   4 years vboxsync VMM: Added VMM_ASSERT_RELEASE_MSG_RETURN macro for safely do release …
(edit) @90512   4 years vboxsync Devices/Security/DevTpm: Updates to the TPM code, started implmenting …
(edit) @90503   4 years vboxsync VMMDevTesting,bs3-locking-1: Expanded the locking test port to two …
(edit) @90502   4 years vboxsync VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
(edit) @90501   4 years vboxsync VMM/PDM: Corrected PDMCritSectRwTryEnterSharedDebug prototype. bugref:6695
(edit) @90500   4 years vboxsync VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
(edit) @90486   4 years vboxsync VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
(edit) @90467   4 years vboxsync VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we …
(edit) @90461   4 years vboxsync VMMDev: New port for lock contention testing. bugref:6695
(edit) @90460   4 years vboxsync VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
(edit) @90449   4 years vboxsync VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
(edit) @90448   4 years vboxsync Dev*: Require ring-3 to check PDMDevHlpCritSectEnter return values …
(edit) @90446   4 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90442   4 years vboxsync Main/VirtualBox: fix incorrect log class update in include/VBox/log.h …
(edit) @90440   4 years vboxsync Main/VirtualBox: New event for creating/deleting of Progress objects …
(edit) @90435   4 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90433   4 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90428   4 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90420   4 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90418   4 years vboxsync VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because …
(edit) @90383   4 years vboxsync VMM: Doxygen fixes for critsect drvhlps. bugref:9218 bugref:10074
(edit) @90382   4 years vboxsync VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
(edit) @90380   4 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(edit) @90379   4 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90378   4 years vboxsync VBox/vmm/dbgf.h: Removed duplicate prototypes.
(edit) @90364   4 years vboxsync pdmdev.h: PDM_IRQ_LEVEL_FLIP_FLOP docs update. bugref:10073
(edit) @90351   4 years vboxsync Typo in comment.
(edit) @90348   4 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   4 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   4 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   4 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90238   4 years vboxsync HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call …
(edit) @90237   4 years vboxsync HostServices/Service.h: Added @todo on unnecessary work duplication …
(edit) @90196   4 years vboxsync Network: (bugref:10024) GSO UDP header fixes.
(edit) @90189   4 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90175   4 years vboxsync Network: (bugref:10024) Fixed UDP header handling when carving …
(edit) @90161   4 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90054   4 years vboxsync VBoxSharedClipboard/win: Replaced SharedClipboardWinAnnounceFormats …
(edit) @90048   4 years vboxsync Audio/ValKit: Added dedicated log group AUDIO_TEST for audio testing …
(edit) @90028   4 years vboxsync AMD IOMMU: bugref:9654 Fixed address translations resulting in …
(edit) @89993   4 years vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @89980   4 years vboxsync VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
(edit) @89974   4 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @89949   4 years vboxsync VMM/PDMDriver: Add …
(edit) @89947   4 years vboxsync X11: Host Services: Shared Clipboard: improve error code path …
(edit) @89935   4 years vboxsync Keyboard: Reworked the release-all-keys mechanism, made sure it's used …
(edit) @89934   4 years vboxsync VMM/CPUCpuId: Some intel updates. bugref:10052
(edit) @89924   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89912   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89846   4 years vboxsync pdmaudioinline.h: The _INVALID values are technically valid, so must …
(edit) @89821   4 years vboxsync Audio: Some info item fixes and docs updates. bugref:9890
(edit) @89801   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89800   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89798   4 years vboxsync pdmaudioifs.h: More diagram updates. bugref:9890
(edit) @89797   4 years vboxsync pdmaudioifs.h: doxygen. bugref:9890
(edit) @89796   4 years vboxsync pdmaudioifs.h: doxygen. bugref:9890
(edit) @89791   4 years vboxsync /Config.kmk,Makefile.kmk: Define VBOX_JAVA_BIN_PATH so we can more …
(edit) @89783   4 years vboxsync pdmaudioifs.h: More doc updates. bugref:9890
(edit) @89782   4 years vboxsync pdmaudioifs.h: simple component diagram. bugref:9890
(edit) @89768   4 years vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89720   4 years vboxsync com/errorprint: Teach it how to deal with warnings (print the message …
(edit) @89695   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025
(edit) @89682   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, bugref:10025
(edit) @89622   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89578   4 years vboxsync Intel IOMMU: bugref:9967 Implemented bulk memory access requests.
(edit) @89569   4 years vboxsync Audio: Lowered cased the output of PDMAudioDirGetName and …
(edit) @89552   4 years vboxsync Intel IOMMU: bugref:9967 Address translation fixes.
(edit) @89510   4 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89506   4 years vboxsync pdmaudioinline.h/PDMAudioPropsAreEqual: Compare channel IDs too. …
(edit) @89500   4 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89489   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89487   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89446   4 years vboxsync PDMAudioPropsAreValid: limit channels to PDMAUDIO_MAX_CHANNELS. bugref:9890
(edit) @89430   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP. Bit 62 is also …
(edit) @89429   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP. We don't support …
(edit) @89423   4 years vboxsync DrvHostAudioPulseAudio: Multi channel support. bugref:9890
(edit) @89418   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89416   4 years vboxsync pdmaudioinline.h: Added PDMAudioPropsBytesToNano64. bugref:9890
(edit) @89415   4 years vboxsync Audio: Removed PDMAUDIOFRAME. bugref:9890
(edit) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
(edit) @89407   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89385   4 years vboxsync Audio: Extended PDMAUDIOCHANNELID with PDMAUDIOCHANNELID_TOP_CENTER so …
(edit) @89381   4 years vboxsync Audio: Extended PDMAUDIOPCMPROPS with a channel map. Renamed …
(edit) @89379   4 years vboxsync Audio: Removed PDMAUDIOSTREAMCFG::enmLayout and PDMAUDIOSTREAMLAYOUT. …
(edit) @89372   4 years vboxsync pdmaudioifs.h: Shut up warning in PDMAUDIOPCMPROPS_INITIALIZER. bugref:9890
(edit) @89365   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89348   4 years vboxsync Audio: Changed PDMAUDIO_MAX_CHANNELS to 12 since PDMAUDIOPCMPROPS can …
(edit) @89345   4 years vboxsync Audio: Added PDMAUDIO_MAX_CHANNELS, set to 16. bugref:9890
(edit) @89344   4 years vboxsync Audio: For anyone wishing to use the VBOX_AUDIO_DEBUG_DUMP_PCM_DATA …
(edit) @89342   4 years vboxsync Audio: Removed unused PDMAUDIOFMT type and associated translators. …
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