VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90664   3 years vboxsync FE/Qt: bugref:10067: Build fix for r146257; Includes reordered …
(edit) @90663   3 years vboxsync FE/Qt: bugref:10067: Notification signature for guest additions …
(edit) @90662   3 years vboxsync FE/Qt: bugref:10067: UIMachineLogic: Cleanup for guest additions …
(edit) @90661   3 years vboxsync FE/Qt: bugref:9996. Resoting the parameter connections of clone vm wizard.
(edit) @90660   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Code deduplication. bugref:6695
(edit) @90659   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Signal waiters from ring-0/HM. Had to …
(edit) @90658   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Some code structure changes, no actual …
(edit) @90657   3 years vboxsync VMM/PDMCritSect: Removed unnecessary #ifdef IN_RING3. bugref:6695
(edit) @90656   3 years vboxsync Audio/ValKit: Renaming (killProcessByName -> killHstProcessByName). …
(edit) @90655   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90654   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Relax use of atomics. bugref:6695
(edit) @90653   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90651   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90650   3 years vboxsync VMM/PDMCritSectRwLeaveExcl: Used ASMAtomicCmpWriteU128U to optimize …
(edit) @90646   3 years vboxsync Audio/ValKit: Added initial support to tdAudioTest.py to disable the …
(edit) @90645   3 years vboxsync FE/Qt: bugref:10067: Notification signature for snapshot take progress …
(edit) @90644   3 years vboxsync Audio/ValKit: Don't use killall but grep'ing ps instead, as older …
(edit) @90643   3 years vboxsync Audio/ValKit: Don't use killall but grep'ing ps instead, as older …
(edit) @90642   3 years vboxsync FE/Qt: QILineEdit and UIUserNamePasswordEditor: There should NO be …
(edit) @90641   3 years vboxsync FE/Qt: Excessive printf in r146245.
(edit) @90640   3 years vboxsync iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
(edit) @90639   3 years vboxsync VMM,VMMDev: Changed my mind, made the alignment requirement for …
(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) @90636   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90635   3 years vboxsync bs3-locking-1: More tests. bugref:6695
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90633   3 years vboxsync FE/Qt: Fixing a paint bug causing an infinite paint loop.
(edit) @90629   3 years vboxsync add/x11/VBoxClient: hanging intdentation fixes. bugref:10028
(edit) @90628   3 years vboxsync FE/Qt: bugref:9996. Adding clone path and clone name connections
(edit) @90627   3 years vboxsync FE/Qt: bugref:10067: Notification-center invoke fix; Implement TODOs …
(edit) @90626   3 years vboxsync FE/Qt: bugref:10067: Since all downloaders now being created by …
(edit) @90625   3 years vboxsync FE/Qt: bugref:10067: Restore status for …
(edit) @90624   3 years vboxsync Additions: X11: VBoxSVGA: prevent fatal error notification flooding, …
(edit) @90622   3 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:10080 Attempt to fix debug registers …
(edit) @90621   3 years vboxsync FE/Qt: bugref:9996. Some cleaning.
(edit) @90620   3 years vboxsync FE/Qt: bugref:9996. Fixing 2nd page's validation function.
(edit) @90619   3 years vboxsync FE/Qt: bugref:9996. Adding check for 3rd page's visibility
(edit) @90617   3 years vboxsync FE/Qt: bugref:9996. Hiding/showing 3rd page of the clonevm wizard.
(edit) @90616   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90615   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90614   3 years vboxsync FE/Qt: bugref:9996: Build fix for r146218.
(edit) @90613   3 years vboxsync VMM/HMVMXR0: Comment. bugref:10080
(edit) @90612   4 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90611   4 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90610   4 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90609   4 years vboxsync VMMDev/Testing: Updated lock thread code with r/w and new config …
(edit) @90608   4 years vboxsync VMM/PDMCritSecRw: Some code refactoring. bugref:6695
(edit) @90607   4 years vboxsync FE/Qt: bugref:9996. More surgery on the clone vm wizard.
(edit) @90606   4 years vboxsync FE/Qt: bugref:10067: Notification signature for new version check …
(edit) @90605   4 years vboxsync FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjects.
(edit) @90604   4 years vboxsync FE/Qt: bugref:10067: Extend UINewVersionChecker with signals to …
(edit) @90603   4 years vboxsync FE/Qt: bugref:10067: Provide UINewVersionChecker with API to cancel …
(edit) @90602   4 years vboxsync FE/Qt: bugref:10067: Small cleanup for UIUpdateManager and …
(edit) @90601   4 years vboxsync FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjectItem classes.
(edit) @90600   4 years vboxsync FE/Qt: bugref:10067: Open notification-center on object append only if …
(edit) @90599   4 years vboxsync FE/Qt: bugref:9996. More work on the first page of the clone vm wizard.
(edit) @90598   4 years vboxsync VMM: Speed up VMMGetCpuId in ring-0 by using hash table (via new …
(edit) @90597   4 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90596   4 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90595   4 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90594   4 years vboxsync ValKit: More Python 3.9 API changes needed (Thread.isAlive() -> …
(edit) @90593   4 years vboxsync VMM/HMVMXR0: Fix guru meditation while reading debug registers by the …
(edit) @90592   4 years vboxsync FE/Qt: bugref:10067: Few missed bits in r146201.
(edit) @90591   4 years vboxsync FE/Qt: bugref:10067: Fixing scm burn in r146201.
(edit) @90590   4 years vboxsync FE/Qt: bugref:10067: Fixing burns related to downlaoder stuff; No …
(edit) @90589   4 years vboxsync FE/Qt: bugref:9996. Initial refactoring of the clone vm wizard.
(edit) @90587   4 years vboxsync Devices/Security: EFI can communicate with the external TPM emulator …
(edit) @90586   4 years vboxsync FE/Qt: bugref:10067: Moving UINewVersionChecker to separate files, it …
(edit) @90585   4 years vboxsync FE/Qt: bugref:10067: Fixing scm burn in r146185.
(edit) @90584   4 years vboxsync linux/vboxsf: Copy&paste fix. bugref:10066
(edit) @90583   4 years vboxsync linux/drm: intent fix. bugref:10066
(edit) @90582   4 years vboxsync linux/vboxsf: Avoid making the code even more spaghetti-like, …
(edit) @90581   4 years vboxsync Additions: X11: VBoxSVGA: prevent VBoxClient crash when X11 is not …
(edit) @90580   4 years vboxsync Devices/Security: Continue work on the TPM device emulation and driver …
(edit) @90579   4 years vboxsync FE/Qt: bugref:10067: Large rework in UIUpdateManager; Separating …
(edit) @90578   4 years vboxsync 3D/VMSVGA: Syncing access to command buffers from EMT and FIFO …
(edit) @90577   4 years vboxsync Linux Host and Guest drivers: another attempt to introduce initial …
(edit) @90576   4 years vboxsync FE/Qt: bugref:9996. Checking for the correct file extension before …
(edit) @90575   4 years vboxsync FE/Qt: bugref:9996. Small fix
(edit) @90574   4 years vboxsync VMMDev/Testing: Fixed broken value unit handling for 16-bit …
(edit) @90573   4 years vboxsync VMM/PDMCritSectRw: Added message and LogRel to pdmCritSectRwCorrupted. …
(edit) @90572   4 years vboxsync VMM/PDMCritSect: Validate the queued pointer. bugref:6695
(edit) @90571   4 years vboxsync VMM/PDMCritSectRw: Use VMM_ASSERT_RELEASE_MSG_RETURN. Validate the …
(edit) @90570   4 years vboxsync VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
(edit) @90569   4 years vboxsync FE/Qt: bugref:10067: Rename UIDownloaderAdditions to …
(edit) @90568   4 years vboxsync FE/Qt: bugref:10067: Notification signature for guest additions …
(edit) @90567   4 years vboxsync FE/Qt: bugref:10067: Create UINotificationCenter for Runtime UI; …
(edit) @90566   4 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Adjust r146169 according to …
(edit) @90565   4 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Hide if there is nothing to …
(edit) @90564   4 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Rework a way of public …
(edit) @90563   4 years vboxsync FE/Qt: bugref:10067: Allow UINotificationCenter to have no parent and …
(edit) @90562   4 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: A bit of sanity checks.
(edit) @90561   4 years vboxsync FE/Qt: bugref:10067: Notification signature for user manual …
(edit) @90560   4 years vboxsync FE/Qt: bugref:10067: Moving singleton functionality from …
(edit) @90559   4 years vboxsync FE/Qt: bugref:10067: Notification signature for ext pack downloading …
(edit) @90558   4 years vboxsync VMM/PGMCritSect: Avoid queuing on PDMCritSectLeave contention and …
(edit) @90557   4 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695
(edit) @90556   4 years vboxsync FE/Qt: bugref:10067: New notification interfaces for downloader object …
(edit) @90555   4 years vboxsync Audio/ValKit: Try harder finding a free service port 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