VirtualBox

Timeline



Aug 2, 2021:

8:40 PM Changeset in vbox [90486] by vboxsync
VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
5:27 PM Changeset in vbox [90485] by vboxsync
FE/Qt: bugref:10067: UINotificationModel: Proper prepare/cleanup …
5:18 PM Changeset in vbox [90484] by vboxsync
FE/Qt: bugref:10067: UINotificationCenter: Further work on …
3:46 PM Changeset in vbox [90483] by vboxsync
FE/Qt: bugref:10067: Notification signatures for host-only network …
2:54 PM Changeset in vbox [90482] by vboxsync
AMD IOMMU: bugref:9654 Doxygen.
2:20 PM Changeset in vbox [90481] by vboxsync
AMD IOMMU: bugref:9654 Build fix.
2:16 PM Changeset in vbox [90480] by vboxsync
Main/HostImpl: AssertRC -> AssertMsgRC here is useful.
2:16 PM Changeset in vbox [90479] by vboxsync
Intel IOMMU: bugref:9967 Comment nit.
2:15 PM Changeset in vbox [90478] by vboxsync
AMD IOMMU: bugref:9654 Avoid looking up the DTE cache twice when …
1:19 PM Changeset in vbox [90477] by vboxsync
FE/Qt: bugref:10067: Adjust progress task to create progress object …
1:14 PM Changeset in vbox [90476] by vboxsync
FE/Qt: bugref:10067: Adjust notification-progress task to handle …
1:12 PM Changeset in vbox [90475] by vboxsync
FE/Qt: Pre-clear the copy of the pressed keys, too. We may get into a …
12:25 PM Changeset in vbox [90474] by vboxsync
bs3-locking-1: scm fix. bugref:6695
12:16 PM Changeset in vbox [90473] by vboxsync
Debugger/DBGPlugInLinuxModuleCodeTmpl.cpp.h: Make scm happy
11:31 AM Changeset in vbox [90472] by vboxsync
VMM/PDM: Enabled new critical section enter code that'll wait in …
11:24 AM Changeset in vbox [90471] by vboxsync
bs3-locking-1: Test more, report some values. bugref:6695
11:21 AM Changeset in vbox [90470] by vboxsync
ValKit/Bs3Kit: Added Bs3TestValue.
11:21 AM Changeset in vbox [90469] by vboxsync
iprt/asm-amd64-x86-watcom-16.h: Another fix for ASMOutStrU8/16/32 - …
10:58 AM Changeset in vbox [90468] by vboxsync
VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
10:57 AM Changeset in vbox [90467] by vboxsync
VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we …
10:56 AM Changeset in vbox [90466] by vboxsync
iprt/asm-amd64-x86-watcom-16.h: Fix ASMOutStrU8/16/32 - cannot list DS …
10:40 AM Changeset in vbox [90465] by vboxsync
Devices/TPM: TPM device emulation skeleton, bugref:10075
10:23 AM Changeset in vbox [90464] by vboxsync
FE/Qt: bugref:10067: Expand UINotificationCenter vertically with a …

Aug 1, 2021:

9:27 PM Changeset in vbox [90463] by vboxsync
bs3-locking-1: New testcase. bugref:6695
9:27 PM Changeset in vbox [90462] by vboxsync
VMMDev: New port for lock contention testing. [grr] bugref:6695
8:56 PM Changeset in vbox [90461] by vboxsync
VMMDev: New port for lock contention testing. bugref:6695
8:55 PM Changeset in vbox [90460] by vboxsync
VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
8:54 PM Changeset in vbox [90459] by vboxsync
IPRT: comment typo.
2:17 PM Changeset in vbox [90458] by vboxsync
/Config.kmk: Added way of supplying the /analyze switch to VC++, …
1:11 PM Changeset in vbox [90457] by vboxsync
FE/Qt: bugref:10067: Notification signature for snapshot restore …
12:26 PM Changeset in vbox [90456] by vboxsync
FE/Qt: bugref:10067: Notification signature for snapshot delete …
11:45 AM Changeset in vbox [90455] by vboxsync
FE/Qt: bugref:10067: Notification signature for snapshot take progress …
10:44 AM Changeset in vbox [90454] by vboxsync
EFI: Export missing E1kNet.inf
9:04 AM Changeset in vbox [90453] by vboxsync
FE/Qt: bugref:10067: UIFDCreationDialog: Full cleanup / refactoring; …
9:03 AM Changeset in vbox [90452] by vboxsync
FE/Qt: bugref:10067: A fix for r145856, for …
9:01 AM Changeset in vbox [90451] by vboxsync
FE/Qt: bugref:10067: A fix for r145890, for medium create …

Jul 31, 2021:

1:17 PM Changeset in vbox [90450] by vboxsync
iprt/cdefs.h: DECL_CHECK_RETURN for Visual C++ (require /analyze to do …
12:58 AM Changeset in vbox [90449] by vboxsync
VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
12:54 AM Changeset in vbox [90448] by vboxsync
Dev*: Require ring-3 to check PDMDevHlpCritSectEnter return values …
12:44 AM Changeset in vbox [90447] by vboxsync
Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …

Jul 30, 2021:

10:18 PM Changeset in vbox [90446] by vboxsync
PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
10:18 PM Changeset in vbox [90445] by vboxsync
Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
10:16 PM Changeset in vbox [90444] by vboxsync
iprt/cdefs.h: Added DECL_CHECK_RETURN and DECL_CHECK_RETURN_NOT_R3. …
8:44 PM Changeset in vbox [90443] by vboxsync
whitespace
8:32 PM Changeset in vbox [90442] by vboxsync
Main/VirtualBox: fix incorrect log class update in include/VBox/log.h …
8:15 PM Changeset in vbox [90441] by vboxsync
Main/Appliance: Make compilers happy (and the code actually work). For …
8:00 PM Changeset in vbox [90440] by vboxsync
Main/VirtualBox: New event for creating/deleting of Progress objects …
4:41 PM Changeset in vbox [90439] by vboxsync
VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
4:25 PM Changeset in vbox [90438] by vboxsync
Main/ovfreader.cpp: Another forgotten file, again related to string ID.
4:18 PM Changeset in vbox [90437] by vboxsync
VMM: More PDMCritSectEnter return code checks. bugref:6695
4:03 PM Changeset in vbox [90436] by vboxsync
VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
3:59 PM Changeset in vbox [90435] by vboxsync
VMM/PDMCritSectEnter: Added macros for correctly asserting on …
3:56 PM Changeset in vbox [90434] by vboxsync
Main/ovfreader.h: Forgotten check-in for string-based identifiers. …
3:48 PM Changeset in vbox [90433] by vboxsync
VMM/PDMCritSectEnter: Added macros for correctly asserting on …
3:26 PM Changeset in vbox [90432] by vboxsync
Debugger/DBGPlugInLinux: Added parsing of symbols of kernel modules so …
3:17 PM Changeset in vbox [90431] by vboxsync
Installer: Linux: vboxdrv.sh: fix modules presence detection, bugref:9958.
2:23 PM Changeset in vbox [90430] by vboxsync
FE/Qt: bugref:9996. More fixes on the expert page of new vd wizard.
1:58 PM Changeset in vbox [90429] by vboxsync
Intel IOMMU: Fixed buggy status code handling in DMAR_LOCK_RET. …
1:57 PM Changeset in vbox [90428] by vboxsync
VMM/PDMCritSectEnter: Added note about new return handling …
1:38 PM Changeset in vbox [90427] by vboxsync
FE/Qt: bugref:9996. Fixes on the new vd expert page.
1:22 PM Changeset in vbox [90426] by vboxsync
IOM: Be more careful checking the status of IOM_LOCK_SHARED(). bugref:6695
1:15 PM Changeset in vbox [90425] by vboxsync
FE/Qt: Tiny coding-style and cleanup fixes around GUI.
12:41 PM Changeset in vbox [90424] by vboxsync
Main/Appliance: Allow arbitrary unique resource IDs, not just …
10:46 AM Changeset in vbox [90423] by vboxsync
FE/Qt: bugref:10067: Notification signature for medium resize progress …
10:24 AM Changeset in vbox [90422] by vboxsync
FE/Qt: bugref:10067: A fix for r145855; We can determine initial …
9:21 AM Changeset in vbox [90421] by vboxsync
AMD IOMMU: bugref:9654 Fix IOTLB caching, the DTE cache flags were …
12:42 AM Changeset in vbox [90420] by vboxsync
VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
12:37 AM Changeset in vbox [90419] by vboxsync
SUP: Export RTThreadQueryTerminationStatus from SUPDrv. bugref:6695
12:35 AM Changeset in vbox [90418] by vboxsync
VBox/err.h: Moved VERR_IOMMU_XXXX from 7200 to 7300, because …

Jul 29, 2021:

9:29 PM Changeset in vbox [90417] by vboxsync
IPRT: Implemented RTThreadQueryTerminationStatus for NT (windows). …
9:10 PM Changeset in vbox [90416] by vboxsync
IPRT: Adding RTThreadQueryTerminationStatus (ring-0). bugref:6695
6:22 PM Changeset in vbox [90415] by vboxsync
configure: Deal with static openssl on Linux properly.
5:45 PM Changeset in vbox [90414] by vboxsync
debian/control, src/VBox/Installer/linux/debian/control: Remove …
3:54 PM Changeset in vbox [90413] by vboxsync
FE/Qt: bugref:9996. More cleaning.
2:55 PM Changeset in vbox [90412] by vboxsync
FE/Qt: bugref:10067: Notification signature for medium storage …
2:16 PM Changeset in vbox [90411] by vboxsync
FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
1:54 PM Changeset in vbox [90410] by vboxsync
FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
1:40 PM Changeset in vbox [90409] by vboxsync
FE/Qt: bugref:10067: Notification signature for virtual cloud machine …
1:21 PM Changeset in vbox [90408] by vboxsync
Debugger/DBGPlugInLinux: Fix loaded kernel module processing for …
1:17 PM Changeset in vbox [90407] by vboxsync
FE/Qt: bugref:9996. Cleaning
1:12 PM Changeset in vbox [90406] by vboxsync
FE/Qt: bugref:10067: Notification signature for virtual machine …
1:02 PM Changeset in vbox [90405] by vboxsync
FE/Qt: bugref:10067: Notification signature for virtual machine …
12:59 PM Changeset in vbox [90404] by vboxsync
debian, src/VBox/Installer/linux: remove all traces of VBoxVRDP (long …
12:10 PM Changeset in vbox [90403] by vboxsync
FE/Qt: bugref:9996. Adding missing connections for medium path and size.
12:06 PM Changeset in vbox [90402] by vboxsync
configure: Detect gSOAP from the tools directory, assuming that it is …
10:36 AM Changeset in vbox [90401] by vboxsync
FE/Qt: bugref:9996. Restoring disk creation stuff.
9:40 AM Changeset in vbox [90400] by vboxsync
FE/Qt: bugref:9996. Fixing medium size and location page.
9:07 AM Changeset in vbox [90399] by vboxsync
iprt/thread.h: Removed RTThreadIsOperational as we don't have any …
9:00 AM Changeset in vbox [90398] by vboxsync
iprt/critsect.h: comment typo.
8:52 AM Changeset in vbox [90397] by vboxsync
VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
8:50 AM Changeset in vbox [90396] by vboxsync
IPRT/RTThreadCreate: Modernize assertions.
8:47 AM Changeset in vbox [90395] by vboxsync
IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
8:38 AM Changeset in vbox [90394] by vboxsync
FE/Qt: bugref:10067: Notification signature for cloud console …
8:30 AM Changeset in vbox [90393] by vboxsync
FE/Qt: bugref:10067: A bit of cleanup for various …
8:25 AM Changeset in vbox [90392] by vboxsync
IPRT/RTThreadCreate: Added RTTHREADFLAGS_NO_SIGNALS (posix only). …
8:25 AM Changeset in vbox [90391] by vboxsync
FE/Qt: bugref:10067: UINotificationObjectItem: Update details at …
8:11 AM Changeset in vbox [90390] by vboxsync
VMM/PDMCritSect: @todo. bugref:6695
7:59 AM Changeset in vbox [90389] by vboxsync
FE/Qt: bugref:10067: Notification signature for cloud console …
7:57 AM Changeset in vbox [90388] by vboxsync
FE/Qt: bugref:10067: UINotificationObjectItem: Moving common code …
7:56 AM Changeset in vbox [90387] by vboxsync
FE/Qt: bugref:10067: UINotificationObject: A bit of protection for …
7:54 AM Changeset in vbox [90386] by vboxsync
FE/Qt: bugref:9722: VirtualBox Manager: A fix for r141314; Proper …

Jul 28, 2021:

11:02 PM Changeset in vbox [90385] by vboxsync
VMM: Doxygen fix. bugref:9218 bugref:10074
11:02 PM Changeset in vbox [90384] by vboxsync
VMM: Doxygen fix. bugref:9218 bugref:10074
10:37 PM Changeset in vbox [90383] by vboxsync
VMM: Doxygen fixes for critsect drvhlps. bugref:9218 bugref:10074
10:13 PM Changeset in vbox [90382] by vboxsync
VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
9:58 PM Changeset in vbox [90381] by vboxsync
VMM/PDMCritSect: Don't sleep forever. bugref:6695
9:38 PM Changeset in vbox [90380] by vboxsync
VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
8:00 PM Changeset in vbox [90379] by vboxsync
VMM: Implementing blocking on critical sections in ring-0 HM context …
7:57 PM Changeset in vbox [90378] by vboxsync
VBox/vmm/dbgf.h: Removed duplicate prototypes.
7:01 PM Changeset in vbox [90377] by vboxsync
configure: Don't use the include path for Qt5Gui since this would need …
5:11 PM Changeset in vbox [90376] by vboxsync
FE/Qt: bugref:10067: Notification signature for virtual machine move …
3:41 PM Changeset in vbox [90375] by vboxsync
FE/Qt: Small refactoring; Renaming strShortProviderName to …
3:37 PM Changeset in vbox [90374] by vboxsync
FE/Qt: bugref:10067: A bit of reordering for UINotificationObjects.
3:33 PM Changeset in vbox [90373] by vboxsync
FE/Qt: bugref:10067: Notification signatures for cloud virtual machine …
3:30 PM Changeset in vbox [90372] by vboxsync
FE/Qt: bugref:9996. More fixes for new disk wizard.
2:38 PM Changeset in vbox [90371] by vboxsync
FE/Qt: bugref:10067: Fixing memory leak; Forgot to delete an object …
2:18 PM Changeset in vbox [90370] by vboxsync
FE/Qt: bugref:9996. Fixing medium format and variant connections
1:34 PM Changeset in vbox [90369] by vboxsync
Installer/linux/rpm/VirtualBox.tmpl.spec: Fix deletion of chrpath when …
1:30 PM Changeset in vbox [90368] by vboxsync
Installer/linux/rpm/VirtualBox.tmpl.spec: Use the right expansion for …
1:11 PM Changeset in vbox [90367] by vboxsync
Installer/linux/rpm/VirtualBox.tmpl.spec: For EL7 make sure we use …
12:51 PM Changeset in vbox [90366] by vboxsync
scm
11:18 AM Changeset in vbox [90365] by vboxsync
FE/Qt: bugref:10067: Notification signatures for virtual machine media …
9:57 AM Changeset in vbox [90364] by vboxsync
pdmdev.h: PDM_IRQ_LEVEL_FLIP_FLOP docs update. bugref:10073

Jul 27, 2021:

9:59 PM Changeset in vbox [90363] by vboxsync
DevIoApic: Comment update for flip-flip case. bugref:10073
6:00 PM Changeset in vbox [90362] by vboxsync
FE/Qt: bugref:9996. Working on new vd wizard. it is still broken
4:38 PM Changeset in vbox [90361] by vboxsync
debian/rules, rpm/rules: Fix relative path reference to chrpath.
3:34 PM Changeset in vbox [90360] by vboxsync
configure: fix typo
3:20 PM Changeset in vbox [90359] by vboxsync
debian/rules, rpm/rules: Fix svn_revision variable use.
2:50 PM Changeset in vbox [90358] by vboxsync
FE/Qt: bugref:9996. build fix
2:07 PM Changeset in vbox [90357] by vboxsync
debian/rules, rpm/rules: Forgotten wildcard for .qhc file.
2:06 PM Changeset in vbox [90356] by vboxsync
FE/Qt: bugref:9996. started refactoring new disk wizard. it is totally …
1:40 PM Changeset in vbox [90355] by vboxsync
configure: Use $DEVDIR to refer to the tools directory consistently. …
11:57 AM Changeset in vbox [90354] by vboxsync
configure, debian/rules, rpm/rules: Many bug fixes. Clean up the …
11:46 AM Changeset in vbox [90353] by vboxsync
Deleting openssl-1.1.1j bugref:10072
11:08 AM Changeset in vbox [90352] by vboxsync
FE/Qt: bugref:10067: Notification signatures for Extension pack …
8:49 AM Changeset in vbox [90351] by vboxsync
Typo in comment.
7:26 AM Changeset in vbox [90350] by vboxsync
FE/Qt: QITreeWidget: A bit of coding-style fixes for r128418.

Jul 26, 2021:

11:09 PM Changeset in vbox [90349] by vboxsync
VBoxManage: cloud machine console-history - bugref:10065.
9:01 PM Changeset in vbox [90348] by vboxsync
VMM: Removed the VM pointers from the internal critsect structures. …
8:36 PM Changeset in vbox [90347] by vboxsync
VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
7:55 PM Changeset in vbox [90346] by vboxsync
- VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
7:24 PM Changeset in vbox [90345] by vboxsync
doc/manual/Makefile.kmk: Deal with VBOX_WITH_DOCS_QHELP_PACKING and …
6:26 PM Changeset in vbox [90344] by vboxsync
FE/Qt: bugref:10067: Notification signature for final Export Appliance …
4:13 PM Changeset in vbox [90343] by vboxsync
Runtime/efivarstorevfs.cpp: Fixes, the variable header is aligned to a …
4:12 PM Changeset in vbox [90342] by vboxsync
efi-common.h: Two new GUIDs, bugref:9580
4:11 PM Changeset in vbox [90341] by vboxsync
Runtime/tools/RTEfiSigDb: Fixes, bugref:9580
2:59 PM Changeset in vbox [90340] by vboxsync
/Config.kmk: back out previous change, not working on SDK build box …
2:19 PM Changeset in vbox [90339] by vboxsync
/Config.kmk: build QHelp docs only for non-SDK-only builds
1:58 PM Changeset in vbox [90338] by vboxsync
/Config.kmk: cleanup, consistency
1:55 PM Changeset in vbox [90337] by vboxsync
Main/ConsoleImpl2: Added extra data hack for overriding wasapi driver: …
1:47 PM Changeset in vbox [90336] by vboxsync
Runtime/tools/RTEfiSigDb: Try to fix lin32 builds, bugref:9580 [build fix]
1:24 PM Changeset in vbox [90335] by vboxsync
Runtime/tools/RTEfiSigDb: Try to fix lin32 builds, bugref:9580
1:07 PM Changeset in vbox [90334] by vboxsync
FE/Qt: bugref:10067: Notification signature for final Import Appliance …
1:00 PM Changeset in vbox [90333] by vboxsync
FE/Qt: bugref:9996. UITooolBox minimum size hint fix.
12:57 PM Changeset in vbox [90332] by vboxsync
Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
12:53 PM Changeset in vbox [90331] by vboxsync
DevHda: Use PDMCritSect API via PDMDevHlp. bugref:10074
12:50 PM Changeset in vbox [90330] by vboxsync
Drv*: Access PDMCritSect API via PDMDrvHlp. bugref:10074
12:47 PM Changeset in vbox [90329] by vboxsync
PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
12:18 PM Changeset in vbox [90328] by vboxsync
FE/Qt: bugref:9996. Aligning line edits of the unattended additional …
9:54 AM Changeset in vbox [90327] by vboxsync
FE/Qt: bugref:10067: Notification signature for final New Virtual Disk …
9:36 AM Changeset in vbox [90326] by vboxsync
FE/Qt: bugref:10067: UIMediumSelector: Virtual disk can be created …

Jul 24, 2021:

1:21 PM Changeset in vbox [90325] by vboxsync
FE/Qt: bugref:10067: Notification signature for final Clone VM wizard …

Jul 23, 2021:

7:40 PM Changeset in vbox [90324] by vboxsync
Additions: Linux: VBoxClient: VMSVGA: fix monitor index calculation. …
6:27 PM Changeset in vbox [90323] by vboxsync
DevVGA-SVGA: Moved the pfnVBVAEnable calls up before …
6:21 PM Changeset in vbox [90322] by vboxsync
Runtime/tools/RTEfiSigDb: Add some sub-command to initialize a NVRAM …
6:03 PM Changeset in vbox [90321] by vboxsync
FE/Qt: bugref:10067: Notification signature for final Create Cloud VM …
5:23 PM Changeset in vbox [90320] by vboxsync
Installer/linux/Makefile.kmk: Fix packing of the QHelp documentation.
5:12 PM Changeset in vbox [90319] by vboxsync
VMSVGA: prevent screen artifacts after restoring VM from saved state, …
4:26 PM Changeset in vbox [90318] by vboxsync
DevIoApic: Must save & restore the flip-flop bitmap. bugref:10073 …
4:02 PM Changeset in vbox [90317] by vboxsync
Runtime/tools/RTEfiSigDb: Build fix, bugref:9580
3:49 PM Changeset in vbox [90316] by vboxsync
Runtime/tools/RTEfiSigDb: Add a sub-command to add new signatures to a …
3:48 PM Changeset in vbox [90315] by vboxsync
Runtime/efisignaturedb.cpp: Fix writing X.509 type signature lists, …
3:48 PM Changeset in vbox [90314] by vboxsync
Runtime/efivarstorevfs.cpp: Some fixes, bugref:9580
3:35 PM Changeset in vbox [90313] by vboxsync
FE/Qt: bugref:6143. Poweroff key's unicode symbol was not showing on …
3:23 PM Changeset in vbox [90312] by vboxsync
VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]
3:07 PM Changeset in vbox [90311] by vboxsync
VMM/DBGF: Stop all vCPUs when a breakpoint event happens
3:06 PM Changeset in vbox [90310] by vboxsync
VMM/DBGFR3Bp: Only clear the active breakpoint iff the owner processed …
2:04 PM Changeset in vbox [90309] by vboxsync
DevIoApic: Tenative fix for re-triggering edge interrupts in EOI …
1:59 PM Changeset in vbox [90308] by vboxsync
DevIoApic: PDM_IRQ_LEVEL_FLIP_FLOP fix (HPET). Needs state saving. …
1:56 PM Changeset in vbox [90307] by vboxsync
DevIoApic: IRQ tagging fixes. Todo for EIO. bugref:10073 oem2tickeref:43
1:48 PM Changeset in vbox [90306] by vboxsync
FE/Qt: bugref:6143. Adding a poweroff button to multimedia keys
1:45 PM Changeset in vbox [90305] by vboxsync
VMM/APIC: Don't notify the calling EMT in apicSetInterruptFF ring-3. …
1:39 PM Changeset in vbox [90304] by vboxsync
DevHPET: Logging. bugref:10073 oem2ticketref:43
1:37 PM Changeset in vbox [90303] by vboxsync
Typo.
1:08 PM Changeset in vbox [90302] by vboxsync
FE/Qt: bugref:10067: Notification signature for final Add Cloud VM …
12:47 PM Changeset in vbox [90301] by vboxsync
FE/Qt: bugref:10067: Notification signature for final Clone Virtual …
11:26 AM Changeset in vbox [90300] by vboxsync
FE/Qt: bugref:10067: First notification signature for …
10:58 AM Changeset in vbox [90299] by vboxsync
FE/Qt: bugref:10067: VirtualBox Manager: Enabling …
10:37 AM Changeset in vbox [90298] by vboxsync
DevIoApic: Don't point to out of scope variable in ioapicSendMsi. …
Note: See TracTimeline for information about the timeline view.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette