VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90861   3 years vboxsync IPRT/log: Cleanups. Moving stuff around for more logical grouping …
(edit) @90860   3 years vboxsync IPRT/log: Adjusted RTLogSetFlushCallback so it doesn't upset clang too …
(edit) @90859   3 years vboxsync VMMR0,SUPDrv: Need to override RTLogDefaultInstanceEx rather than …
(edit) @90858   3 years vboxsync IPRT/log: Added RTLogSetFlushCallback. bugref:10086
(edit) @90857   3 years vboxsync IPRT/log: Kicked out all the IN_RC stuff. Cleanups. bugref:10086
(edit) @90844   3 years vboxsync VMM: Doxygen fixes.
(edit) @90843   3 years vboxsync IPRT: Doxygen fixes.
(edit) @90840   3 years vboxsync IPRT,VMM: Doxygen fixes for the logger changes. bugref:10086
(edit) @90839   3 years vboxsync IPRT: Doxygen fixes.
(edit) @90838   3 years vboxsync VMM: Doxygen fixes.
(edit) @90837   3 years vboxsync VMM: Doxygen fixes.
(edit) @90834   3 years vboxsync Doxygen fixes.
(edit) @90833   3 years vboxsync Doxygen fixes.
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @90825   3 years vboxsync iprt/cdefs.h: RT_VALID_PTR now only recognize kernel address in linux/r0.
(edit) @90823   3 years vboxsync iprt/cdefs.h,++: Retired VALID_PTR (use RT_VALID_PTR now).
(edit) @90822   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90801   3 years vboxsync iprt/assert.h: Added AssertPtrReturnStmt & AssertPtrReturnVoidStmt.
(edit) @90792   3 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90770   3 years vboxsync VBox/com/listeners.h: Assert IEvent::getType result. bugref:1909
(edit) @90715   3 years vboxsync iprt/memobj.h: comment fixes
(edit) @90693   3 years vboxsync IPRT,Main: Provide a getter function (RTLogGetFlags) for accessing the …
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @90691   3 years vboxsync pdmifs: display reporting doxygen (brief + newline + detailed …
(edit) @90676   3 years vboxsync VBox/log.h: Added LOG_GROUP_PDM_CRITSECTRW. bugref:6695
(edit) @90652   3 years vboxsync iprt/asm.h: Added another version of ASMAtomicCmpWriteU128 that takes …
(edit) @90649   3 years vboxsync iprt/critsectrw.h: Need to have the state union as a separate …
(edit) @90648   3 years vboxsync iprt/asm.h: Added another version of ASMAtomicCmpWriteU128 that takes …
(edit) @90647   3 years vboxsync iprt/cdefs.h,iprt/types.h: Added RT_COMPILER_WITH_128BIT_INT_TYPES to …
(edit) @90640   3 years vboxsync iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
(edit) @90638   3 years vboxsync VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
(edit) @90637   3 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90597   3 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90588   3 years vboxsync Devices/Security: EFI can communicate with the external TPM emulator …
(edit) @90587   3 years vboxsync Devices/Security: EFI can communicate with the external TPM emulator …
(edit) @90549   3 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90536   3 years vboxsync pdmtpmifs.h: doxygen fix. bugref:10075
(edit) @90530   3 years vboxsync Devices/Security: Start implementation of a TPM driver talking to the …
(edit) @90521   3 years vboxsync VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
(edit) @90520   3 years vboxsync VBoxDbg,FE/Qt: Added --statistics-expand=pat and …
(edit) @90514   3 years vboxsync VMM: Added VMM_ASSERT_RELEASE_MSG_RETURN macro for safely do release …
(edit) @90512   3 years vboxsync Devices/Security/DevTpm: Updates to the TPM code, started implmenting …
(edit) @90503   3 years vboxsync VMMDevTesting,bs3-locking-1: Expanded the locking test port to two …
(edit) @90502   3 years vboxsync VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
(edit) @90501   3 years vboxsync VMM/PDM: Corrected PDMCritSectRwTryEnterSharedDebug prototype. bugref:6695
(edit) @90500   3 years vboxsync VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
(edit) @90488   3 years vboxsync IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - …
(edit) @90486   3 years vboxsync VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
(edit) @90469   3 years vboxsync iprt/asm-amd64-x86-watcom-16.h: Another fix for ASMOutStrU8/16/32 - …
(edit) @90467   3 years vboxsync VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we …
(edit) @90466   3 years vboxsync iprt/asm-amd64-x86-watcom-16.h: Fix ASMOutStrU8/16/32 - cannot list DS …
(edit) @90461   3 years vboxsync VMMDev: New port for lock contention testing. bugref:6695
(edit) @90460   3 years vboxsync VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
(edit) @90450   3 years vboxsync iprt/cdefs.h: DECL_CHECK_RETURN for Visual C++ (require /analyze to do …
(edit) @90449   3 years vboxsync VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
(edit) @90448   3 years vboxsync Dev*: Require ring-3 to check PDMDevHlpCritSectEnter return values …
(edit) @90446   3 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90444   3 years vboxsync iprt/cdefs.h: Added DECL_CHECK_RETURN and DECL_CHECK_RETURN_NOT_R3. …
(edit) @90442   3 years vboxsync Main/VirtualBox: fix incorrect log class update in include/VBox/log.h …
(edit) @90440   3 years vboxsync Main/VirtualBox: New event for creating/deleting of Progress objects …
(edit) @90435   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90433   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90428   3 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90420   3 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90418   3 years vboxsync VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because …
(edit) @90416   3 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @90399   3 years vboxsync iprt/thread.h: Removed RTThreadIsOperational as we don't have any …
(edit) @90398   3 years vboxsync iprt/critsect.h: comment typo.
(edit) @90395   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90392   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90383   3 years vboxsync VMM: Doxygen fixes for critsect drvhlps. bugref:9218 bugref:10074
(edit) @90382   3 years vboxsync VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
(edit) @90380   3 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(edit) @90379   3 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90378   3 years vboxsync VBox/vmm/dbgf.h: Removed duplicate prototypes.
(edit) @90364   3 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) @90342   4 years vboxsync efi-common.h: Two new GUIDs, bugref:9580
(edit) @90329   4 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90286   4 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90284   4 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(edit) @90283   4 years vboxsync Runtime/efi: Started implementing the functionality to parse, create …
(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) @90168   4 years vboxsync iprt/cdefs.h: Adjusted the RT_VALID_PTR versions for linux/AMD64 to …
(edit) @90161   4 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90114   4 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90062   4 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(edit) @90061   4 years vboxsync Runtime/RTEfi*: Start of a VFS module to access a EFI variable store …
(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 …
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