VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90509   3 years vboxsync Audio/ValKit: No need to wait for draining audio data if there only is …
(edit) @90508   3 years vboxsync Audio/ValKit: More logging for tdAudioTest.py. ​bugref:10008
(edit) @90507   3 years vboxsync Audio/ValKit: More error logging for VKAT. ​bugref:10008
(edit) @90506   3 years vboxsync Audio/ValKit: Show VKAT logo before daemonizing. ​bugref:10008
(edit) @90505   3 years vboxsync AMD IOMMU: bugref:9654 Allow invalidations for page sizes larger than …
(edit) @90504   3 years vboxsync VMM/PDM: Rewroted the PDMCritSectLeave code to try avoid going to …
(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) @90500   3 years vboxsync VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
(edit) @90499   4 years vboxsync Additions: Linux: vboxvideo: fix build, bugref:10066.
(edit) @90498   4 years vboxsync Additions: Linux: vboxvideo: Introduce initial support for kernel …
(edit) @90497   4 years vboxsync Additions: Linux: vboxsf: Introduce initial support for kernel 5.14, …
(edit) @90496   4 years vboxsync Audio/ValKit: More bugfixing for tdAudioTest. ​bugref:10008
(edit) @90495   4 years vboxsync VMM/Guru: Clear the VM_FF_CHECK_VM_STATE after dumping the guru …
(edit) @90494   4 years vboxsync AMD IOMMU: bugref:9654 Removed obsolete comment.
(edit) @90493   4 years vboxsync AMD IOMMU: bugref:9654 Re-enable the IOTLB cache.
(edit) @90492   4 years vboxsync Devices: Rename TPM directory to Security, bugref:10075
(edit) @90491   4 years vboxsync FE/Qt: bugref:10067: Remove Network Access Manager references from …
(edit) @90490   4 years vboxsync FE/Qt: bugref:10067: Remove Network Access Manager from File menu; …
(edit) @90489   4 years vboxsync SUP: Export RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - …
(edit) @90488   4 years vboxsync IPRT: Added RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - …
(edit) @90487   4 years vboxsync VMM/CPUM: Simplify dumping of nested hardware-virtualization state and …
(edit) @90486   4 years vboxsync VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
(edit) @90485   4 years vboxsync FE/Qt: bugref:10067: UINotificationModel: Proper prepare/cleanup …
(edit) @90484   4 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Further work on …
(edit) @90483   4 years vboxsync FE/Qt: bugref:10067: Notification signatures for host-only network …
(edit) @90482   4 years vboxsync AMD IOMMU: bugref:9654 Doxygen.
(edit) @90481   4 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @90480   4 years vboxsync Main/HostImpl: AssertRC -> AssertMsgRC here is useful.
(edit) @90479   4 years vboxsync Intel IOMMU: bugref:9967 Comment nit.
(edit) @90478   4 years vboxsync AMD IOMMU: bugref:9654 Avoid looking up the DTE cache twice when …
(edit) @90477   4 years vboxsync FE/Qt: bugref:10067: Adjust progress task to create progress object …
(edit) @90476   4 years vboxsync FE/Qt: bugref:10067: Adjust notification-progress task to handle …
(edit) @90475   4 years vboxsync FE/Qt: Pre-clear the copy of the pressed keys, too. We may get into a …
(edit) @90474   4 years vboxsync bs3-locking-1: scm fix. bugref:6695
(edit) @90473   4 years vboxsync Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happy
(edit) @90472   4 years vboxsync VMM/PDM: Enabled new critical section enter code that'll wait in …
(edit) @90471   4 years vboxsync bs3-locking-1: Test more, report some values. bugref:6695
(edit) @90470   4 years vboxsync ValKit/Bs3Kit: Added Bs3TestValue.
(edit) @90468   4 years vboxsync VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
(edit) @90467   4 years vboxsync VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we …
(edit) @90465   4 years vboxsync Devices/TPM: TPM device emulation skeleton, bugref:10075
(edit) @90464   4 years vboxsync FE/Qt: bugref:10067: Expand UINotificationCenter vertically with a …
(edit) @90463   4 years vboxsync bs3-locking-1: New testcase. bugref:6695
(edit) @90462   4 years vboxsync VMMDev: New port for lock contention testing. [grr] bugref:6695
(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) @90459   4 years vboxsync IPRT: comment typo.
(edit) @90457   4 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot restore …
(edit) @90456   4 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot delete …
(edit) @90455   4 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot take progress …
(edit) @90454   4 years vboxsync EFI: Export missing E1kNet.inf
(edit) @90453   4 years vboxsync FE/Qt: bugref:10067: UIFDCreationDialog: Full cleanup / refactoring; …
(edit) @90452   4 years vboxsync FE/Qt: bugref:10067: A fix for r145856, for …
(edit) @90451   4 years vboxsync FE/Qt: bugref:10067: A fix for r145890, for medium create …
(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) @90447   4 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90446   4 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90445   4 years vboxsync Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
(edit) @90443   4 years vboxsync whitespace
(edit) @90441   4 years vboxsync Main/Appliance: Make compilers happy (and the code actually work). For …
(edit) @90440   4 years vboxsync Main/VirtualBox: New event for creating/deleting of Progress objects …
(edit) @90439   4 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90438   4 years vboxsync Main/ovfreader.cpp: Another forgotten file, again related to string ID.
(edit) @90437   4 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90436   4 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @90434   4 years vboxsync Main/ovfreader.h: Forgotten check-in for string-based identifiers. …
(edit) @90433   4 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90432   4 years vboxsync Debugger/DBGPlugInLinux: Added parsing of symbols of kernel modules so …
(edit) @90431   4 years vboxsync Installer: Linux: vboxdrv.sh: fix modules presence detection, bugref:9958.
(edit) @90430   4 years vboxsync FE/Qt: bugref:9996. More fixes on the expert page of new vd wizard.
(edit) @90429   4 years vboxsync Intel IOMMU: Fixed buggy status code handling in DMAR_LOCK_RET. …
(edit) @90428   4 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90427   4 years vboxsync FE/Qt: bugref:9996. Fixes on the new vd expert page.
(edit) @90426   4 years vboxsync IOM: Be more careful checking the status of IOM_LOCK_SHARED(). bugref:6695
(edit) @90425   4 years vboxsync FE/Qt: Tiny coding-style and cleanup fixes around GUI.
(edit) @90424   4 years vboxsync Main/Appliance: Allow arbitrary unique resource IDs, not just …
(edit) @90423   4 years vboxsync FE/Qt: bugref:10067: Notification signature for medium resize progress …
(edit) @90422   4 years vboxsync FE/Qt: bugref:10067: A fix for r145855; We can determine initial …
(edit) @90421   4 years vboxsync AMD IOMMU: bugref:9654 Fix IOTLB caching, the DTE cache flags were …
(edit) @90420   4 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90419   4 years vboxsync SUP: Export RTThreadQueryTerminationStatus from SUPDrv. bugref:6695
(edit) @90417   4 years vboxsync IPRT: Implemented RTThreadQueryTerminationStatus for NT (windows). …
(edit) @90416   4 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @90414   4 years vboxsync debian/control, src/VBox/Installer/linux/debian/control: Remove …
(edit) @90413   4 years vboxsync FE/Qt: bugref:9996. More cleaning.
(edit) @90412   4 years vboxsync FE/Qt: bugref:10067: Notification signature for medium storage …
(edit) @90411   4 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
(edit) @90410   4 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
(edit) @90409   4 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
(edit) @90408   4 years vboxsync Debugger/DBGPlugInLinux: Fix loaded kernel module processing for …
(edit) @90407   4 years vboxsync FE/Qt: bugref:9996. Cleaning
(edit) @90406   4 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual machine …
(edit) @90405   4 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual machine …
(edit) @90404   4 years vboxsync debian, src/VBox/Installer/linux: remove all traces of VBoxVRDP (long …
(edit) @90403   4 years vboxsync FE/Qt: bugref:9996. Adding missing connections for medium path and size.
(edit) @90401   4 years vboxsync FE/Qt: bugref:9996. Restoring disk creation stuff.
(edit) @90400   4 years vboxsync FE/Qt: bugref:9996. Fixing medium size and location page.
(edit) @90397   4 years vboxsync VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
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