VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90482   3 years vboxsync AMD IOMMU: bugref:9654 Doxygen.
(edit) @90481   3 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @90480   3 years vboxsync Main/HostImpl: AssertRC -> AssertMsgRC here is useful.
(edit) @90479   3 years vboxsync Intel IOMMU: bugref:9967 Comment nit.
(edit) @90478   3 years vboxsync AMD IOMMU: bugref:9654 Avoid looking up the DTE cache twice when …
(edit) @90477   3 years vboxsync FE/Qt: bugref:10067: Adjust progress task to create progress object …
(edit) @90476   3 years vboxsync FE/Qt: bugref:10067: Adjust notification-progress task to handle …
(edit) @90475   3 years vboxsync FE/Qt: Pre-clear the copy of the pressed keys, too. We may get into a …
(edit) @90474   3 years vboxsync bs3-locking-1: scm fix. bugref:6695
(edit) @90473   3 years vboxsync Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happy
(edit) @90472   3 years vboxsync VMM/PDM: Enabled new critical section enter code that'll wait in …
(edit) @90471   3 years vboxsync bs3-locking-1: Test more, report some values. bugref:6695
(edit) @90470   3 years vboxsync ValKit/Bs3Kit: Added Bs3TestValue.
(edit) @90469   3 years vboxsync iprt/asm-amd64-x86-watcom-16.h: Another fix for ASMOutStrU8/16/32 - …
(edit) @90468   3 years vboxsync VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
(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) @90465   3 years vboxsync Devices/TPM: TPM device emulation skeleton, bugref:10075
(edit) @90464   3 years vboxsync FE/Qt: bugref:10067: Expand UINotificationCenter vertically with a …
(edit) @90463   3 years vboxsync bs3-locking-1: New testcase. bugref:6695
(edit) @90462   3 years vboxsync VMMDev: New port for lock contention testing. [grr] bugref:6695
(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) @90459   3 years vboxsync IPRT: comment typo.
(edit) @90458   3 years vboxsync /Config.kmk: Added way of supplying the /analyze switch to VC++, …
(edit) @90457   3 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot restore …
(edit) @90456   3 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot delete …
(edit) @90455   3 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot take progress …
(edit) @90454   3 years vboxsync EFI: Export missing E1kNet.inf
(edit) @90453   3 years vboxsync FE/Qt: bugref:10067: UIFDCreationDialog: Full cleanup / refactoring; …
(edit) @90452   3 years vboxsync FE/Qt: bugref:10067: A fix for r145856, for …
(edit) @90451   3 years vboxsync FE/Qt: bugref:10067: A fix for r145890, for medium create …
(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) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90446   3 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90445   3 years vboxsync Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
(edit) @90444   3 years vboxsync iprt/cdefs.h: Added DECL_CHECK_RETURN and DECL_CHECK_RETURN_NOT_R3. …
(edit) @90443   3 years vboxsync whitespace
(edit) @90442   3 years vboxsync Main/VirtualBox: fix incorrect log class update in include/VBox/log.h …
(edit) @90441   3 years vboxsync Main/Appliance: Make compilers happy (and the code actually work). For …
(edit) @90440   3 years vboxsync Main/VirtualBox: New event for creating/deleting of Progress objects …
(edit) @90439   3 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90438   3 years vboxsync Main/ovfreader.cpp: Another forgotten file, again related to string ID.
(edit) @90437   3 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90436   3 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @90435   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90434   3 years vboxsync Main/ovfreader.h: Forgotten check-in for string-based identifiers. …
(edit) @90433   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90432   3 years vboxsync Debugger/DBGPlugInLinux: Added parsing of symbols of kernel modules so …
(edit) @90431   3 years vboxsync Installer: Linux: vboxdrv.sh: fix modules presence detection, bugref:9958.
(edit) @90430   3 years vboxsync FE/Qt: bugref:9996. More fixes on the expert page of new vd wizard.
(edit) @90429   3 years vboxsync Intel IOMMU: Fixed buggy status code handling in DMAR_LOCK_RET. …
(edit) @90428   3 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90427   3 years vboxsync FE/Qt: bugref:9996. Fixes on the new vd expert page.
(edit) @90426   3 years vboxsync IOM: Be more careful checking the status of IOM_LOCK_SHARED(). bugref:6695
(edit) @90425   3 years vboxsync FE/Qt: Tiny coding-style and cleanup fixes around GUI.
(edit) @90424   3 years vboxsync Main/Appliance: Allow arbitrary unique resource IDs, not just …
(edit) @90423   3 years vboxsync FE/Qt: bugref:10067: Notification signature for medium resize progress …
(edit) @90422   3 years vboxsync FE/Qt: bugref:10067: A fix for r145855; We can determine initial …
(edit) @90421   3 years vboxsync AMD IOMMU: bugref:9654 Fix IOTLB caching, the DTE cache flags were …
(edit) @90420   3 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90419   3 years vboxsync SUP: Export RTThreadQueryTerminationStatus from SUPDrv. bugref:6695
(edit) @90418   3 years vboxsync VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because …
(edit) @90417   3 years vboxsync IPRT: Implemented RTThreadQueryTerminationStatus for NT (windows). …
(edit) @90416   3 years vboxsync IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
(edit) @90415   3 years vboxsync configure: Deal with static openssl on Linux properly.
(edit) @90414   3 years vboxsync debian/control, src/VBox/Installer/linux/debian/control: Remove …
(edit) @90413   3 years vboxsync FE/Qt: bugref:9996. More cleaning.
(edit) @90412   3 years vboxsync FE/Qt: bugref:10067: Notification signature for medium storage …
(edit) @90411   3 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
(edit) @90410   3 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
(edit) @90409   3 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
(edit) @90408   3 years vboxsync Debugger/DBGPlugInLinux: Fix loaded kernel module processing for …
(edit) @90407   3 years vboxsync FE/Qt: bugref:9996. Cleaning
(edit) @90406   3 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual machine …
(edit) @90405   3 years vboxsync FE/Qt: bugref:10067: Notification signature for virtual machine …
(edit) @90404   3 years vboxsync debian, src/VBox/Installer/linux: remove all traces of VBoxVRDP (long …
(edit) @90403   3 years vboxsync FE/Qt: bugref:9996. Adding missing connections for medium path and size.
(edit) @90402   3 years vboxsync configure: Detect gSOAP from the tools directory, assuming that it is …
(edit) @90401   3 years vboxsync FE/Qt: bugref:9996. Restoring disk creation stuff.
(edit) @90400   3 years vboxsync FE/Qt: bugref:9996. Fixing medium size and location page.
(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) @90397   3 years vboxsync VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
(edit) @90396   3 years vboxsync IPRT/RTThreadCreate: Modernize assertions.
(edit) @90395   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90394   3 years vboxsync FE/Qt: bugref:10067: Notification signature for cloud console …
(edit) @90393   3 years vboxsync FE/Qt: bugref:10067: A bit of cleanup for various …
(edit) @90392   3 years vboxsync IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
(edit) @90391   3 years vboxsync FE/Qt: bugref:10067: UINotificationObjectItem: Update details at …
(edit) @90390   3 years vboxsync VMM/PDMCritSect: @todo. bugref:6695
(edit) @90389   3 years vboxsync FE/Qt: bugref:10067: Notification signature for cloud console …
(edit) @90388   3 years vboxsync FE/Qt: bugref:10067: UINotificationObjectItem: Moving common code …
(edit) @90387   3 years vboxsync FE/Qt: bugref:10067: UINotificationObject: A bit of protection for …
(edit) @90386   3 years vboxsync FE/Qt: bugref:9722: VirtualBox Manager: A fix for r141314; Proper …
(edit) @90385   3 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90384   3 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90383   3 years vboxsync VMM: Doxygen fixes for critsect drvhlps. bugref:9218 bugref:10074
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