|
|
@90639
|
3 years |
vboxsync |
VMM,VMMDev: Changed my mind, made the alignment requirement for …
|
|
|
@90638
|
3 years |
vboxsync |
VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
|
|
|
@90637
|
3 years |
vboxsync |
IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
|
|
|
@90636
|
3 years |
vboxsync |
VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
|
|
|
@90635
|
3 years |
vboxsync |
bs3-locking-1: More tests. bugref:6695
|
|
|
@90634
|
3 years |
vboxsync |
VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
|
|
|
@90633
|
3 years |
vboxsync |
FE/Qt: Fixing a paint bug causing an infinite paint loop.
|
|
|
@90632
|
3 years |
vboxsync |
xpcom/python: Use PyObject_Init instead of _Py_NewReferences for all …
|
|
|
@90631
|
3 years |
vboxsync |
libs/XPCOM: Just use PyObject_Init() everywhere (also for Python < …
|
|
|
@90630
|
3 years |
vboxsync |
xpcom/python: It's either PyObject_Init or _Py_NewReference, we should …
|
|
|
@90629
|
3 years |
vboxsync |
add/x11/VBoxClient: hanging intdentation fixes. bugref:10028
|
|
|
@90628
|
3 years |
vboxsync |
FE/Qt: bugref:9996. Adding clone path and clone name connections
|
|
|
@90627
|
3 years |
vboxsync |
FE/Qt: bugref:10067: Notification-center invoke fix; Implement TODOs …
|
|
|
@90626
|
3 years |
vboxsync |
FE/Qt: bugref:10067: Since all downloaders now being created by …
|
|
|
@90625
|
3 years |
vboxsync |
FE/Qt: bugref:10067: Restore status for …
|
|
|
@90624
|
3 years |
vboxsync |
Additions: X11: VBoxSVGA: prevent fatal error notification flooding, …
|
|
|
@90623
|
3 years |
vboxsync |
libs/XPCOM: More object initialization needed for Python >= 3.9 …
|
|
|
@90622
|
3 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:10080 Attempt to fix debug registers …
|
|
|
@90621
|
3 years |
vboxsync |
FE/Qt: bugref:9996. Some cleaning.
|
|
|
@90620
|
3 years |
vboxsync |
FE/Qt: bugref:9996. Fixing 2nd page's validation function.
|
|
|
@90619
|
3 years |
vboxsync |
FE/Qt: bugref:9996. Adding check for 3rd page's visibility
|
|
|
@90618
|
3 years |
vboxsync |
libs/XPCOM: Implemented _query_interface_ for our ShutdownObserver …
|
|
|
@90617
|
3 years |
vboxsync |
FE/Qt: bugref:9996. Hiding/showing 3rd page of the clonevm wizard.
|
|
|
@90616
|
3 years |
vboxsync |
ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
|
|
|
@90615
|
3 years |
vboxsync |
ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
|
|
|
@90614
|
3 years |
vboxsync |
FE/Qt: bugref:9996: Build fix for r146218.
|
|
|
@90613
|
3 years |
vboxsync |
VMM/HMVMXR0: Comment. bugref:10080
|
|
|
@90612
|
4 years |
vboxsync |
VMM/PDMCritSecRw: More code refactoring. bugref:6695
|
|
|
@90611
|
4 years |
vboxsync |
VMM/PDMCritSecRw: More code refactoring. bugref:6695
|
|
|
@90610
|
4 years |
vboxsync |
VMM/PDMCritSecRw: More code refactoring. bugref:6695
|
|
|
@90609
|
4 years |
vboxsync |
VMMDev/Testing: Updated lock thread code with r/w and new config …
|
|
|
@90608
|
4 years |
vboxsync |
VMM/PDMCritSecRw: Some code refactoring. bugref:6695
|
|
|
@90607
|
4 years |
vboxsync |
FE/Qt: bugref:9996. More surgery on the clone vm wizard.
|
|
|
@90606
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Notification signature for new version check …
|
|
|
@90605
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjects.
|
|
|
@90604
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Extend UINewVersionChecker with signals to …
|
|
|
@90603
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Provide UINewVersionChecker with API to cancel …
|
|
|
@90602
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Small cleanup for UIUpdateManager and …
|
|
|
@90601
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjectItem classes.
|
|
|
@90600
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Open notification-center on object append only if …
|
|
|
@90599
|
4 years |
vboxsync |
FE/Qt: bugref:9996. More work on the first page of the clone vm wizard.
|
|
|
@90598
|
4 years |
vboxsync |
VMM: Speed up VMMGetCpuId in ring-0 by using hash table (via new …
|
|
|
@90597
|
4 years |
vboxsync |
VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
|
|
|
@90596
|
4 years |
vboxsync |
ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
|
|
|
@90595
|
4 years |
vboxsync |
ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
|
|
|
@90594
|
4 years |
vboxsync |
ValKit: More Python 3.9 API changes needed (Thread.isAlive() -> …
|
|
|
@90593
|
4 years |
vboxsync |
VMM/HMVMXR0: Fix guru meditation while reading debug registers by the …
|
|
|
@90592
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Few missed bits in r146201.
|
|
|
@90591
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Fixing scm burn in r146201.
|
|
|
@90590
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Fixing burns related to downlaoder stuff; No …
|
|
|
@90589
|
4 years |
vboxsync |
FE/Qt: bugref:9996. Initial refactoring of the clone vm wizard.
|
|
|
@90587
|
4 years |
vboxsync |
Devices/Security: EFI can communicate with the external TPM emulator …
|
|
|
@90586
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Moving UINewVersionChecker to separate files, it …
|
|
|
@90585
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Fixing scm burn in r146185.
|
|
|
@90584
|
4 years |
vboxsync |
linux/vboxsf: Copy&paste fix. bugref:10066
|
|
|
@90583
|
4 years |
vboxsync |
linux/drm: intent fix. bugref:10066
|
|
|
@90582
|
4 years |
vboxsync |
linux/vboxsf: Avoid making the code even more spaghetti-like, …
|
|
|
@90581
|
4 years |
vboxsync |
Additions: X11: VBoxSVGA: prevent VBoxClient crash when X11 is not …
|
|
|
@90580
|
4 years |
vboxsync |
Devices/Security: Continue work on the TPM device emulation and driver …
|
|
|
@90579
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Large rework in UIUpdateManager; Separating …
|
|
|
@90578
|
4 years |
vboxsync |
3D/VMSVGA: Syncing access to command buffers from EMT and FIFO …
|
|
|
@90577
|
4 years |
vboxsync |
Linux Host and Guest drivers: another attempt to introduce initial …
|
|
|
@90576
|
4 years |
vboxsync |
FE/Qt: bugref:9996. Checking for the correct file extension before …
|
|
|
@90575
|
4 years |
vboxsync |
FE/Qt: bugref:9996. Small fix
|
|
|
@90574
|
4 years |
vboxsync |
VMMDev/Testing: Fixed broken value unit handling for 16-bit …
|
|
|
@90573
|
4 years |
vboxsync |
VMM/PDMCritSectRw: Added message and LogRel to pdmCritSectRwCorrupted. …
|
|
|
@90572
|
4 years |
vboxsync |
VMM/PDMCritSect: Validate the queued pointer. bugref:6695
|
|
|
@90571
|
4 years |
vboxsync |
VMM/PDMCritSectRw: Use VMM_ASSERT_RELEASE_MSG_RETURN. Validate the …
|
|
|
@90570
|
4 years |
vboxsync |
VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
|
|
|
@90569
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Rename UIDownloaderAdditions to …
|
|
|
@90568
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Notification signature for guest additions …
|
|
|
@90567
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Create UINotificationCenter for Runtime UI; …
|
|
|
@90566
|
4 years |
vboxsync |
FE/Qt: bugref:10067: UINotificationCenter: Adjust r146169 according to …
|
|
|
@90565
|
4 years |
vboxsync |
FE/Qt: bugref:10067: UINotificationCenter: Hide if there is nothing to …
|
|
|
@90564
|
4 years |
vboxsync |
FE/Qt: bugref:10067: UINotificationCenter: Rework a way of public …
|
|
|
@90563
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Allow UINotificationCenter to have no parent and …
|
|
|
@90562
|
4 years |
vboxsync |
FE/Qt: bugref:10067: UINotificationCenter: A bit of sanity checks.
|
|
|
@90561
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Notification signature for user manual …
|
|
|
@90560
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Moving singleton functionality from …
|
|
|
@90559
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Notification signature for ext pack downloading …
|
|
|
@90558
|
4 years |
vboxsync |
VMM/PGMCritSect: Avoid queuing on PDMCritSectLeave contention and …
|
|
|
@90557
|
4 years |
vboxsync |
VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695
|
|
|
@90556
|
4 years |
vboxsync |
FE/Qt: bugref:10067: New notification interfaces for downloader object …
|
|
|
@90555
|
4 years |
vboxsync |
Audio/ValKit: Try harder finding a free service port in …
|
|
|
@90554
|
4 years |
vboxsync |
Audio/ValKit: Init crit sect in atsTcpCreate() to match its …
|
|
|
@90553
|
4 years |
vboxsync |
VMM/PGMCritSectRw: Added 'critsectrw' info item. bugref:6695
|
|
|
@90552
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Possibility to invoke UINotificationCenter from …
|
|
|
@90551
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Pass progress-canceled and progress-finished …
|
|
|
@90550
|
4 years |
vboxsync |
VMM/PGMCritSect: Added 'critsect' info item. bugref:6695
|
|
|
@90549
|
4 years |
vboxsync |
VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
|
|
|
@90548
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Forgot something in r146153.
|
|
|
@90547
|
4 years |
vboxsync |
FE/Qt: bugref:10067: UINetworkRequestManager: A possibility to cancel …
|
|
|
@90546
|
4 years |
vboxsync |
FE/Qt: bugref:10067: UINetworkRequestManager: Reworking …
|
|
|
@90545
|
4 years |
vboxsync |
FE/Qt: UIActionPoolManager: Rename Exit action to Quit to keep default …
|
|
|
@90544
|
4 years |
vboxsync |
Audio/ValKit: More fixes for tstAudioTestService. bugref:10008
|
|
|
@90543
|
4 years |
vboxsync |
VBoxDbg: doxygen fix.
|
|
|
@90542
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Pass progress-change and progress-failed signals …
|
|
|
@90541
|
4 years |
vboxsync |
FE/Qt: bugref:10067: A bit of refactoring for UINetworkCustomer and …
|
|
|
@90540
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Pass failed signal above from network-request …
|
|
|
@90539
|
4 years |
vboxsync |
FE/Qt: bugref:10067: Get rid of network-request manager window and …
|
|
|