VirtualBox

Timeline



Dec 2, 2022:

8:39 PM Changeset in vbox [97735] by vboxsync
DnD/VBoxClient: Use RT_BIT macros for the Xdnd flags, renamed DnDEvent …
7:58 PM Changeset in vbox [97734] by vboxsync
DnD/VBoxClient: Now uses similar debug / verbose messages via system …
4:40 PM Changeset in vbox [97733] by vboxsync
DnD/VbglR3: Added some (optional release) logging to the generic code.
4:19 PM Changeset in vbox [97732] by vboxsync
Additions/VBoxClient: Cleaned up / unified the "notify to desktop" …
3:37 PM Changeset in vbox [97731] by vboxsync
DnD/Host service: Added DumpQueue() for debug builds, and also make …
3:32 PM Changeset in vbox [97730] by vboxsync
DnD: Added DnDHostMsgToStr() and DnDGuestMsgToStr().
1:07 AM Changeset in vbox [97729] by vboxsync
Devices/Config.kmk: Documented the BIOS compiler switches. bugref:6549
1:06 AM Changeset in vbox [97728] by vboxsync
DBGC: Support multiple commands for a breakpoint. (This code sucks and …
1:05 AM Changeset in vbox [97727] by vboxsync
DBGC: Added 'sleep' command for delaying execution a given number of …
1:01 AM Changeset in vbox [97726] by vboxsync
BIOS: The compiler refuses to re-load / restore DS after calling the …

Dec 1, 2022:

1:50 PM Changeset in vbox [97725] by vboxsync
DnD/Main: Increased the default timeout of …
1:45 PM Changeset in vbox [97724] by vboxsync
DnD/Main: Also be a bit more informative wrt error reporting to the …
11:06 AM Changeset in vbox [97723] by vboxsync
VMM/NEM: No else after return.
2:00 AM Ticket #21323 (Non-mouse Integration) created by Harvey Walker
I have noticed that whenever I disable mouse integration on my virtual …

Nov 30, 2022:

6:27 PM Changeset in vbox [97722] by vboxsync
Devices/Graphics: corrected an assert; logging. bugref:9830
6:19 PM Changeset in vbox [97721] by vboxsync
WDDM: always call pfnSetErrorCb. bugref:9845
6:02 PM Changeset in vbox [97720] by vboxsync
DnD/Main: Added some more (verbose) release logging for the drop …
4:59 PM Changeset in vbox [97719] by vboxsync
DnD/Main: Added a dedicated COM error for drag and drop operations …
4:42 PM Changeset in vbox [97718] by vboxsync
DnD/FE/Qt: Propagate H->G dropping errors to the message center, so …
4:41 PM Changeset in vbox [97717] by vboxsync
DnD/Main: Added some more (verbose) release logging for the drop …
4:17 PM Changeset in vbox [97716] by vboxsync
Main/Console: If the snapshot directory (identified by …
3:08 PM Ticket #21322 (VM loses connection to Host) created by Matt G
After some time the guest OS (Windows 11 Pro 22H2 22621.819 Windows …
2:02 PM Ticket #21320 (Wrong RAM displayed when importing OVA on Windows host) closed by gombara
fixed
1:21 PM Changeset in vbox [97715] by vboxsync
FE/Qt: bugref:9898: Migrating UIDesktopWidgetWatchdog class to Qt6; …
11:30 AM Ticket #21321 (Compiling the kernel-modules fails with error: ‘VMX_BF_EPT_PT_0_MASK’ ...) created by gentoo-bird
The compilation fails with: vboxdrv/include/VBox/vmm/hm_vmx.h:532:29: …
8:31 AM Changeset in vbox [97714] by vboxsync
VMM/IEM: Comments and preprocessor indent adjustments. bugref:9898
6:27 AM Ticket #21320 (Wrong RAM displayed when importing OVA on Windows host) created by tronpydd
The OVA file is located at …

Nov 29, 2022:

11:25 PM Changeset in vbox [97713] by vboxsync
VMM/IEM: Some more work on the other iemOpcodeFetchMoreBytes code. …
10:35 PM Changeset in vbox [97712] by vboxsync
VMM/IEM: Some more iemOpcodeFetchBytesJmp work. bugref:9898
8:15 PM Changeset in vbox [97711] by vboxsync
Main/glue-java.xsl: Move the closing "p" tag around. Javadoc needs it …
8:07 PM Ticket #21319 (Ring Zero Assertion Error on virtual machine after upgrade to 7.0.x) created by nobodyreally
Not sure about the trigger - sometimes hangs in 30 minutes, sometimes …
8:02 PM Changeset in vbox [97710] by vboxsync
Main/glue-java.xsl: Remove leftover table related tags.
7:41 PM Changeset in vbox [97709] by vboxsync
Main/glue-java.xsl, Main/VirtualBox.xidl: Eliminate the use of the …
7:35 PM Changeset in vbox [97708] by vboxsync
doc/manual/docbook2latex.xsl: Fix page numbering style for SDK …
3:04 PM Changeset in vbox [97707] by vboxsync
FE/Qt: bugref:9898: Build fix for r154763.
2:55 PM Changeset in vbox [97706] by vboxsync
FE/Qt: bugref:9898: Migrating UIDesktopWidgetWatchdog class to Qt6; …
2:11 PM Changeset in vbox [97705] by vboxsync
VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
12:23 PM Changeset in vbox [97704] by vboxsync
FE/Qt: bugref:9898: Migrating UIDesktopWidgetWatchdog class to Qt6; A …
11:42 AM Changeset in vbox [97703] by vboxsync
FE/Qt: bugref:9898: Migrating to Qt6 for UIDesktopWidgetWatchdog …
11:26 AM Changeset in vbox [97702] by vboxsync
FE/Qt: bugref:9898: Build-fix for r154758.
10:09 AM Changeset in vbox [97701] by vboxsync
FE/Qt: bugref:9898: Migrating to Qt6 for UIDesktopWidgetWatchdog …
10:01 AM Changeset in vbox [97700] by vboxsync
FE/Qt: bugref:9898: Migrating to Qt6 for UIDesktopWidgetWatchdog …
8:37 AM Changeset in vbox [97699] by vboxsync
VMM/DBGF: Corrected copy&paste error in DBGFBpCheckInstruction …
7:20 AM Changeset in vbox [97698] by vboxsync
Devices/Graphics: renamed win-dx to dx-dx11. bugref:9830
7:02 AM Changeset in vbox [97697] by vboxsync
Devices/Graphics: removed unused code. bugref:9830
12:58 AM Changeset in vbox [97696] by vboxsync
ValKit/bs3kit.h: Bs3MemAlloc[Z] doc fix.
12:58 AM Changeset in vbox [97695] by vboxsync
ValKit/bs3-cpu-basic-2: Simple instruction length test. bugref:9898

Nov 28, 2022:

10:08 PM Changeset in vbox [97694] by vboxsync
VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
10:03 PM Changeset in vbox [97693] by vboxsync
VMM/DBGF: Added a DBGFBpCheckInstruction function for checking for …
10:01 PM Changeset in vbox [97692] by vboxsync
ValKit/bs3-cpu-basic-2: Tweaked one of the hardware breakpoint tests a …
3:52 PM Changeset in vbox [97691] by vboxsync
FE/Qt: bugref:9950 Clear virtual hard disk related variables as …
2:07 PM Ticket #21318 (Freeze on Oracle Linux 9.1 w. UEK Kernel) created by Egon Rath
Issue: VirtualBox 7.0.4 freezes immediatly when started on …
12:05 PM Ticket #21271 (Problems after update to 6.1.40.) closed by galitsyn
duplicate: Hi SergeB, Please use it as a temporary workaround for now. …
11:53 AM Changeset in vbox [97690] by vboxsync
Validation Kit/Guest Control: Made setting up the Guest Control …
9:32 AM Changeset in vbox [97689] by vboxsync
ValKit/bs3-cpu-basic-2: Added some hardware breakpoint and DR6 tests …
9:21 AM Changeset in vbox [97688] by vboxsync
Validation Kit/Guest Control: Skip doing further testing if we're dead …
2:10 AM Ticket #21317 (Mac dark mode makes it impossible to read help) created by traisjames
I was trying to access the help for VB on my mac in which I run dark …

Nov 26, 2022:

11:59 AM Ticket #21316 (VM GUI does not open, machine visibly starting in preview) created by AptemCat
When clicking on the "Start" button for any VM in the VM Manager, it …
10:06 AM Ticket #21315 ("Create virtual machine" window "Name" field,if input is "mac10.7",the ...) created by qfinzj
I pressed ctrl+N got to "Create virtual machine".In the window:"Name …

Nov 25, 2022:

7:38 PM Changeset in vbox [97687] by vboxsync
Main/webservice: Fix Java 8 version check.
7:31 PM Changeset in vbox [97686] by vboxsync
Main/glue-java.xsl: Avoid "summary" attribute for "table" tags since …
5:58 PM Changeset in vbox [97685] by vboxsync
IPRT/fs-posix.cpp: Update RTFsQueryType() to use statvfs(2) instead of …
5:09 PM Ticket #21314 (Vgate installation on -Developer preview for macOS / Arm64 (M1/M2) hosts-) created by Stabbass
Hi, I am trying to install Vgate by using Virtualbox for macOS M1 …
2:17 PM Changeset in vbox [97684] by vboxsync
Validation Kit/btresolver.py: Catch exceptions when running into …
2:13 PM Changeset in vbox [97683] by vboxsync
Validation Kit/btresolver.py: Catch exceptions when running into …
2:12 PM Ticket #21313 (ВМ) created by Olek89990
Моя вм с Windows Xp прерывается, я не знаю почему.
12:57 PM Changeset in vbox [97682] by vboxsync
FE/Qt: bugref:9898: Reverting half of r154736 cause it was too fast; …
12:30 PM Changeset in vbox [97681] by vboxsync
FE/Qt: bugref:9898: Cleanup/rework for UIDesktopWidgetWatchdog class; …
12:27 PM Ticket #21172 (Port forwarding for SSH does not work after restoring a snapshot in ...) reopened by Osprey
EDIT: Deleted. Will provide a new update.
10:57 AM Changeset in vbox [97680] by vboxsync
FE/Qt: bugref:9898: Migrating to Qt6; Small rework for …
10:04 AM Changeset in vbox [97679] by vboxsync
FE/Qt: bugref:9898: Migrating to Qt6; A bit of rework for QIComboBox …
5:53 AM Ticket #21312 (USB Device unknown) created by CrayZD
Windows7 x64 is installed on the guest system, after applying the …

Nov 24, 2022:

9:30 PM Ticket #21311 (VB 6.1.x, 7.0.4 failed builiding kernel module on RHEL 9.1) closed by paulson
duplicate: Duplicate of #21299.
8:01 PM Ticket #21311 (VB 6.1.x, 7.0.4 failed builiding kernel module on RHEL 9.1) created by VB User22
After upgrading RHEL 9.0 to 9.1, existing 6.1.6 and 7.0.4 both failed …
7:09 PM Changeset in vbox [97678] by vboxsync
FE/VBoxIntNetPcap: Fix building after the changes done to internal …
5:06 PM Changeset in vbox [97677] by vboxsync
Main/glue-java.xsl: Turn "tt" tags into "code" ones since recent …
3:28 PM Ticket #21306 (Virtual Box 6.1.40 r154048(Qt5.6.2) freezing) closed by aeichner
duplicate: Duplicate of #21307.
3:27 PM Ticket #21238 (logical error in DBGFR3BpSetInt3Ex => fixed in SVN/next 7.0.x maintenance) closed by aeichner
fixed
3:09 PM Changeset in vbox [97676] by vboxsync
IEM: PCMPISTRI does not enforce 128-bit alignment of memory operands.
3:08 PM Ticket #21183 (Reimplement "Restore to the last snapshot on power off") closed by aeichner
duplicate
3:04 PM Ticket #21288 ("Restore current snapshot" option removed) closed by aeichner
duplicate: Duplicate of #21189.
2:57 PM Ticket #21286 (Bridge Adapter not Connecting in Virtualbox 7.x) closed by aeichner
duplicate: Duplicate of #21284.
2:56 PM Ticket #21285 (Bridge Adapter not Connecting in Virtualbox 7.x) closed by aeichner
duplicate: Duplicate of #21284.
2:54 PM Ticket #21087 (VM aborted due to kernel general protection fault on Ubuntu) closed by aeichner
invalid: Please reopen when you've attached the complete log file.
2:51 PM Ticket #21297 (Missing option to "Restore current snapshot" when close VM in VirtualBox 7) closed by aeichner
duplicate: Duplicate of #21288.
2:51 PM Ticket #21301 (Please restore 'Restore current snapshot') closed by aeichner
duplicate: Duplicate of #21288.
2:50 PM Ticket #21302 (Please restore 'Restore current snapshot') closed by aeichner
duplicate: Duplicate of #21288.
2:47 PM Ticket #21305 (Virtual Box 6.1.40 r154048(Qt5.6.2) freezing) closed by aeichner
duplicate: Duplicate of #21306.
1:20 PM Ticket #21310 (Linux/arm64 guest) created by Valerio Messina
hi, please add support for guest ARM64 architecture at least with …
11:56 AM Changeset in vbox [97675] by vboxsync
Validation Kit: Fixed lots of warnings, based on pylint 2.12.2 …
11:50 AM Changeset in vbox [97674] by vboxsync
FE/Qt: bugref:10326: Bugfix for UIMachineWindowNormal; When scrollbars …
11:46 AM Changeset in vbox [97673] by vboxsync
Validation Kit: Fixed lots of warnings, based on pylint 2.12.2.
10:14 AM Ticket #21309 ([drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* ...) created by Srini8987
Hi, Seeing this below error after upgrade to VBOX 7.0.4 [Thu Nov 24 …
8:33 AM Ticket #21304 (Cannot launch win10 on M1 mac) closed by aeichner
invalid: M1 is not officially supported right now, it is a developer preview only.
8:28 AM Changeset in vbox [97672] by vboxsync
Validation Kit: Solaris core dump name tweaking.
8:27 AM Ticket #21308 (guest OS bortion right after startup around 5 mins, if run more than 2 vm) created by dantan
tried many times, found vm abortion or switch into hibernet status. on …
7:10 AM Ticket #21232 (3d Accerlation causes guest to not start on Ventura => fixed in ...) reopened by khb4711
I can confirm that my WIN10 guest no longer crashes hard. It seems to …
12:20 AM Ticket #21307 (Virtual Box 6.1.40 r154048(Qt5.6.2) freezing) created by Aiki451
I recently upgraded VM to the summary version. Subsequently I have had …
12:19 AM Ticket #21306 (Virtual Box 6.1.40 r154048(Qt5.6.2) freezing) created by Aiki451
I recently upgraded VM to the summary version. Subsequently I have had …
12:18 AM Ticket #21305 (Virtual Box 6.1.40 r154048(Qt5.6.2) freezing) created by Aiki451
I recently upgraded VM to the summary version. Subsequently I have had …

Nov 23, 2022:

8:37 PM Ticket #21304 (Cannot launch win10 on M1 mac) created by xtc
Trying to launch newly created windows 10 vm from iso file on M1 …
3:15 PM Changeset in vbox [97671] by vboxsync
Validation Kit: Use environ.get() instead of getDirEnv() in …
2:33 PM Changeset in vbox [97670] by vboxsync
Validation Kit: Use environ.get() instead of getDirEnv() in …
2:23 PM Changeset in vbox [97669] by vboxsync
Validation Kit: Also enable + collecting crash reporting (core dumps) …
2:20 PM Changeset in vbox [97668] by vboxsync
Validation Kit/vsheriff: Taught it some more VM crashed / terminated …
1:21 PM Changeset in vbox [97667] by vboxsync
Validation Kit: Also enable + collecting crash reporting (core dumps) …
1:10 PM Ticket #21303 (exception in module VBoxMRXNP.dll => Fixed in SVN) created by medved
application running in MS Visual Studio 2019 crashes if it tries to …
1:08 PM Ticket #21302 (Please restore 'Restore current snapshot') created by davevm
This option has been removed in V7 when closing a VM and it is very …
1:07 PM Ticket #21301 (Please restore 'Restore current snapshot') created by davevm
This option has been removed in V7 when closing a VM and it is very …
1:06 PM Changeset in vbox [97666] by vboxsync
Validation Kit: Also enable + collecting crash reporting (core dumps) …
1:04 PM Ticket #21300 ('Assertion Failed' in PGMHandlerPhysicalDeregister) created by pv32768
3d mode in VirtualBox-7.0.4 works a little worse than in wine. I tried …
12:35 PM Changeset in vbox [97665] by vboxsync
Linux: Host Drivers: VBoxNetFlt: Fix build for RHEL 9.1 kernel, …
11:03 AM Ticket #21299 (VirtualBox-7.0.4 kernel module build fails on RHEL9.1 host => fixed in svn) created by Hosstyle
Upon updating from RHEL 9.0 kernel 5.14.0-70.26.1.el9_0.x86_64 (uname …
10:48 AM Changeset in vbox [97664] by vboxsync
Validation Kit: Added enabling + collecting crash reporting (core …
10:45 AM Ticket #21298 (Menu Screen -virtual screen - Use creen # does not work no more) created by JLB
From version 7, it's impossible to move a "full screen mode" VM from a …
10:20 AM Ticket #21292 (Shared folders between 64 bit host and 32 bit guests corrupt data.) closed by galitsyn
invalid: Hi KimonHoffmann, Thank you for the logs. However, upstream version …
10:13 AM Ticket #21297 (Missing option to "Restore current snapshot" when close VM in VirtualBox 7) created by PeterCWatson
After upgrading to VB7, the first thing I noticed on closing a VM was …
10:07 AM Ticket #21296 (TPM not working without UEFI/SecureBoot) created by DidiKo
When TPM is enabled, Windows cannot start it if not starting from …
9:33 AM Changeset in vbox [97663] by vboxsync
FE/Qt: bugref:10326: Bugfix for UIGraphicsScrollArea on macOS; When …
8:08 AM Changeset in vbox [97662] by vboxsync
VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
7:50 AM Changeset in vbox [97661] by vboxsync
Validation Kit: Added enabling + collecting crash reporting (core …
7:36 AM Changeset in vbox [97660] by vboxsync
Validation Kit/vsheriff: Taught it some more VM crashed / terminated …

Nov 22, 2022:

10:05 PM Ticket #21295 (Win 7 32b guest VM craash when installing guest additions 7.0.4) created by sunrider
Host: Ubuntu 20.04.5 LTS kernel 5.4.0-132 Wayland, Gnome 3.36.8 …
9:15 PM Ticket #21294 (Windows 11 freezes shortly after startup on VBox7 MacOS) created by h00die
MacOS Vbox 7 hangs eventually running Windows 11. Downgrading guest …
7:27 PM Changeset in vbox [97659] by vboxsync
Validation Kit: Added enabling + collecting crash reporting (core …
5:50 PM Changeset in vbox [97658] by vboxsync
Validation Kit: Added enabling + collecting crash reporting (core …
5:28 PM Changeset in vbox [97657] by vboxsync
FE/Qt: Show the icon label of UIMarkableLineEdit only if line edit is …
3:20 PM Changeset in vbox [97656] by vboxsync
Guest Control/Main: Bail out early from the file copy from/to inner …
2:18 PM Changeset in vbox [97655] by vboxsync
Guest Control/Main: Made (release) logging of paths a bit more uniform …
12:38 PM Changeset in vbox [97654] by vboxsync
FE/Qt: bugref:9898: Migrating to Qt6; What can actually go wrong #1.
12:20 PM Changeset in vbox [97653] by vboxsync
VGABIOS: Corrected mode table for 350-line mono mode 7.
11:04 AM Changeset in vbox [97652] by vboxsync
Deleted woefully obsolete files.
11:03 AM Changeset in vbox [97651] by vboxsync
VGABIOS: Use a real 8x16 font and apply 9x16 patches when setting mode …
10:56 AM Changeset in vbox [97650] by vboxsync
Linux: Adjust startup scripts for building kernel modules for UEK7 on …
9:10 AM Changeset in vbox [97649] by vboxsync
FE/Qt: bugref:9898: Transparency is glitching in Qt6 on ARM host; …
1:19 AM Changeset in vbox [97648] by vboxsync
Main/ClientWatcher: Use newly added RTProcSignalName to get uniform …
1:18 AM Changeset in vbox [97647] by vboxsync
IPRT: Windows and 32-bit linux build fixes for RTProcSignalName.
1:02 AM Changeset in vbox [97646] by vboxsync
IPRT: Added RTProcSignalName and a generic implementation of it.
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