VirtualBox

Timeline



Aug 11, 2023:

11:16 PM Changeset in vbox [100865] by vboxsync
VMM/IEM: Implemented the SRegJmp push inline functions. bugref:10369
11:14 PM Changeset in vbox [100864] by vboxsync
VMM/IEM: Corrected missing IEM_CIMPL_F_MODE on iemCImpl_mov_Dd_Rd. …
8:46 PM Changeset in vbox [100863] by vboxsync
VMM/IEM: Implemented inlined TLB based stack accesses for 4 of the …
5:16 PM Changeset in vbox [100862] by vboxsync
Linux: Host drivers: VBoxNetFlt: Build fix for kernel 6.4.10, …
3:38 PM Changeset in vbox [100861] by vboxsync
FE/Qt: bugref:10500: Initial implementation for cloud VM clone …
2:08 PM Ticket #21796 (unable to build kernel modules with Kernel 6.4.10 => fixed in svn) created by joeAverage
on Fedora 38 I'm unable to build vbox kernel modules with Kernel …
1:24 PM Changeset in vbox [100860] by vboxsync
VMM/IEM: Reworked basic stack push/pop functions for setjmp, though …
11:43 AM Changeset in vbox [100859] by vboxsync
VMM/IEM: Stack MC rework preps. bugref:10369
11:24 AM Changeset in vbox [100858] by vboxsync
VMM/IEM: Mark 32-bit pushes and pops as not possible in 64-bit mode. …
11:17 AM Changeset in vbox [100857] by vboxsync
VMM/IEM: arm build hack. bugref:10369
9:47 AM Changeset in vbox [100856] by vboxsync
VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of …
8:02 AM Changeset in vbox [100855] by vboxsync
VMM/IEM: In order to get rid of most impossible threaded functions, an …
1:29 AM Changeset in vbox [100854] by vboxsync
VMM/IEM: In order to get rid of most impossible threaded functions, an …

Aug 10, 2023:

8:03 PM Ticket #21795 (Windows 10 Host: Very small fonts on 2.8k displays) created by likudio
Hi, I am opening a ticket in regards to this issue listed here: …
5:41 PM Ticket #21794 (Error: Building the main VirtualBox module.) created by felix_c
hi. i try installed vbox 7.0 from apt tool with repo configured and …
5:23 PM Changeset in vbox [100853] by vboxsync
Additions: Linux: rcvboxadd: make status-kernel and status-user …
3:15 PM Changeset in vbox [100852] by vboxsync
VMMDev,Main/Appliance: Update the Linux OS subtypes with recent …
2:34 PM Changeset in vbox [100851] by vboxsync
VMM/IEM: Make the assembly helpers hidden to avoid calling via the plt …
12:04 PM Changeset in vbox [100850] by vboxsync
VMM/IEM: Combined the with-in-page and alignment checks for the …
12:42 AM Changeset in vbox [100849] by vboxsync
VMM/IEM: Removed the #AC raising from the inlined functions and …
12:07 AM Changeset in vbox [100848] by vboxsync
VMM/IEM: Inline TLB use for the new IEM_MC_MAP_MEM_XXX stuff. bugref:10369

Aug 9, 2023:

11:27 PM Changeset in vbox [100847] by vboxsync
VMM/IEM: Dedicated code for IEM_MC_MEM_COMMIT_AND_UNMAP_RW/WO/RO. …
10:58 PM Changeset in vbox [100846] by vboxsync
VMM/IEM: Fixed a 32-bit xchg regression from r158734. bugref:10369
9:00 PM Changeset in vbox [100845] by vboxsync
ValKit/testdriver/base.py: Use utils.processCheckPidAndName for …
8:17 PM Changeset in vbox [100844] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
8:09 PM Changeset in vbox [100843] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
8:00 PM Changeset in vbox [100842] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
7:53 PM Changeset in vbox [100841] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
5:52 PM Changeset in vbox [100840] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
5:30 PM Changeset in vbox [100839] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
5:25 PM Changeset in vbox [100838] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
3:08 PM Changeset in vbox [100837] by vboxsync
include/iprt/x86.h: A small Solaris-specific build warning …
3:06 PM Changeset in vbox [100836] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
2:56 PM Changeset in vbox [100835] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
2:49 PM Changeset in vbox [100834] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX, …
2:40 PM Changeset in vbox [100833] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
2:31 PM Changeset in vbox [100832] by vboxsync
VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
2:17 PM Changeset in vbox [100831] by vboxsync
VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
1:24 PM Changeset in vbox [100830] by vboxsync
VMM/IEM: Build fix for when IEM_WITH_SETJMP is undefined. bugref:10369
1:02 PM Changeset in vbox [100829] by vboxsync
VMM/IEM: Implemented hardware instruction breakpoints. Only tested …
12:03 PM Changeset in vbox [100828] by vboxsync
VMM/IEM: Corrected BODY_CHECK_CS_LIM calc was off by one. Untested. …
11:51 AM Changeset in vbox [100827] by vboxsync
VBox/ostypes.h+Main/{Global,Appliance},VMMDev,FE/Qt: Update the Linux …
7:39 AM Ticket #20723 (Guest can't pick-up/use Host audio device (like BT or USB headset) ...) closed by pentagonik
duplicate: Duplicate of #20431.
7:38 AM Ticket #20630 (Sound disappears after second change from Speaker to Bluetooth ...) closed by pentagonik
duplicate: Duplicate of #20431.
7:37 AM Ticket #21517 (Sound not arrive to the second host audio output device after the ...) closed by pentagonik
duplicate: Duplicate of #20431.
1:57 AM Changeset in vbox [100826] by vboxsync
VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
12:40 AM Changeset in vbox [100825] by vboxsync
gen-slickedit-workspace.sh: IEM update. bugref:10369
12:21 AM Changeset in vbox [100824] by vboxsync
VMM/IEM: Corrected wrong calculation in BODY_CHECK_CS_LIM. Untested. …

Aug 8, 2023:

1:56 PM Changeset in vbox [100823] by vboxsync
Runtime/r0drv/solaris/semeventwait: Silence a Solaris-specific …
9:01 AM Changeset in vbox [100822] by vboxsync
VMM/IEM: Combined two conditions of the alignment checks into one in …
3:09 AM Changeset in vbox [100821] by vboxsync
VMM/IEM: Build fix to the inlined R/W memory functions. bugref:10369
2:58 AM Changeset in vbox [100820] by vboxsync
VMM/IEM: Refactored the simpler memory access functions using code …

Aug 7, 2023:

10:39 PM Changeset in vbox [100819] by vboxsync
configure: bugref:10450: Implementing Qt6 support for configure …
10:28 PM Changeset in vbox [100818] by vboxsync
FE/Qt: bugref:10450: Linux: Build fix for VBox with system Qt6.4.
5:05 PM Changeset in vbox [100817] by vboxsync
doc/manual/Makefile.kmk: bugref:10450: Workarounding qhelpgenerator …
4:16 PM Ticket #21793 (Resetting the password of a virtual machine after you create it.) created by gwendal
J'ai créé une machine virtuelle sur Virtual box. Cependant lorsque …
10:54 AM Ticket #21792 (Host freeze after about 1 or 2 hours) created by ppc
- Virtual box 7 last version (tested with 6 same thing) Trouble : …
10:47 AM Changeset in vbox [100816] by vboxsync
FE/Qt: bugref:10496, bugref:9080. Update settings widget when save as …
10:32 AM Changeset in vbox [100815] by vboxsync
VMM/IEM: Tiny data TLB usage tweak. bugref:10369
8:39 AM Ticket #21791 (VirtualBox fails on Red Hat 6 installer running) created by myMarck
Installing Red Hat Satellite 6.13 on Red Hat 8.8 fails everytime with …
8:29 AM Changeset in vbox [100814] by vboxsync
Config.kmk and tools/Makefile.kmk: bugref:10450: Switch Linux to Qt6.

Aug 6, 2023:

1:01 PM Changeset in vbox [100813] by vboxsync
FE/Qt: bugref:10496, bugref:9080. Supress the settings widget's …
12:02 PM Changeset in vbox [100812] by vboxsync
FE/Qt: ​bugref:10496, bugref:9080. A first pass on VISO creator's …
1:54 AM Changeset in vbox [100811] by vboxsync
VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …

Aug 5, 2023:

9:38 AM Changeset in vbox [100810] by vboxsync
VMM/IEM: Corrected flat-32-bit mode detection. Clear rcPassUp at the …
7:40 AM Changeset in vbox [100809] by vboxsync
bugref:10493. Added help for the command 'cloud instance clone'.
7:37 AM Changeset in vbox [100808] by vboxsync
bugref:10493. Added the command 'clone' under umbrella 'VBoxManage …
6:02 AM Changeset in vbox [100807] by vboxsync
bugref:10493. First draft of cloud instance clone functionality.
1:24 AM Changeset in vbox [100806] by vboxsync
VMM/IEM: Don't end TBs on mode change. Corrected BltIn_CheckMode to …
1:02 AM Changeset in vbox [100805] by vboxsync
VMM/EM: Reverted accidental change. bugref:10369
1:01 AM Changeset in vbox [100804] by vboxsync
VMM/IEM: Made the rep-prefixed string instructions return new status …

Aug 4, 2023:

10:04 PM Changeset in vbox [100803] by vboxsync
VMM/IEM: More stats. bugref:10369
9:33 PM Changeset in vbox [100802] by vboxsync
VMM/IEM: More complete CS.LIM checking, now considering it on …
9:16 PM Changeset in vbox [100801] by vboxsync
VMM/IEM: More complete CS.LIM checking, now considering it on …
8:02 PM Testbuilds edited by Klaus Espenlaub
(diff)
6:12 PM Changeset in vbox [100800] by vboxsync
Additions: Linux: vboxvideo: Introduce initial support for kernel 6.5, …
6:04 PM Changeset in vbox [100799] by vboxsync
Additions: Linux: vboxsf: Introduce initial support for kernel 6.5, …
2:04 PM Changeset in vbox [100798] by vboxsync
ValKit: Use SATA Controller for tst-win11-64-efi VM, also for DVD
11:22 AM Changeset in vbox [100797] by vboxsync
ValKit: Use SATA Controller for tst-win11-64-efi VM (build fix)
11:15 AM Changeset in vbox [100796] by vboxsync
ValKit: Use SATA Controller for tst-win11-64-efi VM
10:34 AM Changeset in vbox [100795] by vboxsync
FE/Qt: Search media with regexes.
10:13 AM Changeset in vbox [100794] by vboxsync
Reverted r102846: fail build if deb/rpm distribution is not known.
10:12 AM Changeset in vbox [100793] by vboxsync
Releasing: align distributions_deb and distributions_rpm with the …
9:36 AM Changeset in vbox [100792] by vboxsync
VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
9:00 AM Changeset in vbox [100791] by vboxsync
VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
8:53 AM Changeset in vbox [100790] by vboxsync
VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
6:48 AM Ticket #21790 (Add more Linux Distro name and Logos) created by hamidpeywasti
Hi, Please add other popular Linux disro names and logos such as …

Aug 3, 2023:

11:29 PM Changeset in vbox [100789] by vboxsync
VMM/IEM: CS.LIM check fix. bugref:10369
10:12 PM Changeset in vbox [100788] by vboxsync
VMM/IEM: Added missing CheckMode call to …
9:53 PM Changeset in vbox [100787] by vboxsync
VMM/IEM: Check for IRQs immediately after STI as well as after the …
9:51 PM Changeset in vbox [100786] by vboxsync
VMM/EM: @todo
1:02 PM Changeset in vbox [100785] by vboxsync
Frontends/VBoxManage: Update 'VBoxManage usbfilter ...' to utilize …
10:10 AM Changeset in vbox [100784] by vboxsync
IEM: Removed extraneous LogRel after SYSENTER/SYSEXIT fix. bugref:10369
9:03 AM Changeset in vbox [100783] by vboxsync
IEM: 32-bit SYSENTER/SYSEXIT always transitions to 32-bit protected …
1:15 AM Changeset in vbox [100782] by vboxsync
bs3kit,bs3-timers-1: Extended the bs3-timers-1 testcase to check for …

Aug 2, 2023:

4:28 PM Changeset in vbox [100781] by vboxsync
Config.kmk: bugref:10450: Do not deploy libqxcb-glx-integration for …
3:08 PM Changeset in vbox [100780] by vboxsync
switch win10-64 test vm back to previos one
1:39 PM Changeset in vbox [100779] by vboxsync
DrvVUSBRootHub: Don't arm a re-attach timer in vusbR3RhLoadDone when …
8:03 AM Changeset in vbox [100778] by vboxsync
VMM/IEM: Corrections for 8-bit register number calculations for 64-bit …

Aug 1, 2023:

11:03 PM Changeset in vbox [100777] by vboxsync
IEM/VMM: More detailed (e.g. useful) memory access logging. bugref:10369
8:05 PM Changeset in vbox [100776] by vboxsync
DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
8:04 PM Changeset in vbox [100775] by vboxsync
DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
8:01 PM Changeset in vbox [100774] by vboxsync
DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
7:02 PM Changeset in vbox [100773] by vboxsync
Config.kmk, Installer/win: bugref:10450: No need for OpenGL lib in Qt6 …
5:34 PM Changeset in vbox [100772] by vboxsync
include/VBox/usbfilter.h,HostDrivers/VBoxUSB/USBFilter: …
4:22 PM Changeset in vbox [100771] by vboxsync
Installer/solaris: bugref:10450: a try to fix strange build issue in …
3:29 PM Changeset in vbox [100770] by vboxsync
Config.kmk and tools/Makefile.kmk: bugref:10450: Attempt to build VBox …
1:52 PM Ticket #21789 (Alibre (3D) crashes in VBox7, but worked in VBox6) created by phip
== Intro/background Hi everyone, I've been using VirtualBox on an …
12:01 PM Changeset in vbox [100769] by vboxsync
VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
10:59 AM Changeset in vbox [100768] by vboxsync
Devices/Gpio/DevPL061: Stub the saved state logic as there is nothing …
10:59 AM Changeset in vbox [100767] by vboxsync
VMM/GIC: Some more logging, bugref:10404
10:58 AM Changeset in vbox [100766] by vboxsync
Devices/Bus/DevPciGenericEcam: Fixes for saved state loading, need to …
10:34 AM Changeset in vbox [100765] by vboxsync
Devices/Misc/DevFlashCFI: Only save the flash content on poweroff …
10:33 AM Changeset in vbox [100764] by vboxsync
VMM/NEMR3Native-darwin-armv8: Set CNTV_CTL_EL0 and CNTV_CVAL_EL0 when …
8:42 AM Changeset in vbox [100763] by vboxsync
VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
8:35 AM Changeset in vbox [100762] by vboxsync
Devices/Misc/DevFlashCFI: Add saved state support, bugref:10434
6:31 AM Ticket #21788 (Windows 11 Pro restore from saved state gives NS_ERROR_FAILURE (0x80004005)) created by gwiesenekker
Hi, Host is Ubuntu 20.04, guest is Windows 11 Pro. When I restore …
5:30 AM Ticket #21787 (Multiple virtual CPUs: False information about performance degradation.) created by Butcher
If in the virtual machine settings on the System: Processor page …
2:24 AM Changeset in vbox [100761] by vboxsync
VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
2:01 AM Ticket #21786 (Virtualbox Guest Additions 7.0.10 install on Debian 12 but vboxadd ...) created by Clivewi
Unlike Fedora 38, I have been able to install the Virtualbox Guest …
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