VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100869   18 months vboxsync VMM/IEM: Use a fixed maxed-out TB during threaded compilation and …
(edit) @100868   18 months vboxsync VBox/log.h,VMM/IEM: Added a dedicated logging group for IEM memory …
(edit) @100867   18 months vboxsync IPRT/log.h: Added a bunch of Log*Ex() macros that allows logging to a …
(edit) @100866   18 months vboxsync VMM/IEM: Implemented the two flat64 stack function variants. bugref:10369
(edit) @100865   18 months vboxsync VMM/IEM: Implemented the SRegJmp push inline functions. bugref:10369
(edit) @100864   18 months vboxsync VMM/IEM: Corrected missing IEM_CIMPL_F_MODE on iemCImpl_mov_Dd_Rd. …
(edit) @100863   18 months vboxsync VMM/IEM: Implemented inlined TLB based stack accesses for 4 of the …
(edit) @100862   18 months vboxsync Linux: Host drivers: VBoxNetFlt: Build fix for kernel 6.4.10, …
(edit) @100861   18 months vboxsync FE/Qt: bugref:10500: Initial implementation for cloud VM clone …
(edit) @100860   18 months vboxsync VMM/IEM: Reworked basic stack push/pop functions for setjmp, though …
(edit) @100859   18 months vboxsync VMM/IEM: Stack MC rework preps. bugref:10369
(edit) @100858   18 months vboxsync VMM/IEM: Mark 32-bit pushes and pops as not possible in 64-bit mode. …
(edit) @100857   18 months vboxsync VMM/IEM: arm build hack. bugref:10369
(edit) @100856   18 months vboxsync VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of …
(edit) @100855   19 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100854   19 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100853   19 months vboxsync Additions: Linux: rcvboxadd: make status-kernel and status-user …
(edit) @100852   19 months vboxsync VMMDev,Main/Appliance: Update the Linux OS subtypes with recent …
(edit) @100851   19 months vboxsync VMM/IEM: Make the assembly helpers hidden to avoid calling via the plt …
(edit) @100850   19 months vboxsync VMM/IEM: Combined the with-in-page and alignment checks for the …
(edit) @100849   19 months vboxsync VMM/IEM: Removed the #AC raising from the inlined functions and …
(edit) @100848   19 months vboxsync VMM/IEM: Inline TLB use for the new IEM_MC_MAP_MEM_XXX stuff. bugref:10369
(edit) @100847   19 months vboxsync VMM/IEM: Dedicated code for IEM_MC_MEM_COMMIT_AND_UNMAP_RW/WO/RO. …
(edit) @100846   19 months vboxsync VMM/IEM: Fixed a 32-bit xchg regression from r158734. bugref:10369
(edit) @100845   19 months vboxsync ValKit/testdriver/base.py: Use utils.processCheckPidAndName for …
(edit) @100844   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100843   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100842   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100841   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100840   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100839   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100838   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100837   19 months vboxsync include/iprt/x86.h: A small Solaris-specific build warning …
(edit) @100836   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100835   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100834   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX, …
(edit) @100833   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100832   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100831   19 months vboxsync VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
(edit) @100830   19 months vboxsync VMM/IEM: Build fix for when IEM_WITH_SETJMP is undefined. bugref:10369
(edit) @100829   19 months vboxsync VMM/IEM: Implemented hardware instruction breakpoints. Only tested …
(edit) @100828   19 months vboxsync VMM/IEM: Corrected BODY_CHECK_CS_LIM calc was off by one. Untested. …
(edit) @100827   19 months vboxsync VBox/ostypes.h+Main/{Global,Appliance},VMMDev,FE/Qt: Update the Linux …
(edit) @100826   19 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100825   19 months vboxsync gen-slickedit-workspace.sh: IEM update. bugref:10369
(edit) @100824   19 months vboxsync VMM/IEM: Corrected wrong calculation in BODY_CHECK_CS_LIM. Untested. …
(edit) @100823   19 months vboxsync Runtime/r0drv/solaris/semeventwait: Silence a Solaris-specific …
(edit) @100822   19 months vboxsync VMM/IEM: Combined two conditions of the alignment checks into one in …
(edit) @100821   19 months vboxsync VMM/IEM: Build fix to the inlined R/W memory functions. bugref:10369
(edit) @100820   19 months vboxsync VMM/IEM: Refactored the simpler memory access functions using code …
(edit) @100819   19 months vboxsync configure: bugref:10450: Implementing Qt6 support for configure …
(edit) @100818   19 months vboxsync FE/Qt: bugref:10450: Linux: Build fix for VBox with system Qt6.4.
(edit) @100817   19 months vboxsync doc/manual/Makefile.kmk: bugref:10450: Workarounding qhelpgenerator …
(edit) @100816   19 months vboxsync FE/Qt: bugref:10496, bugref:9080. Update settings widget when save as …
(edit) @100815   19 months vboxsync VMM/IEM: Tiny data TLB usage tweak. bugref:10369
(edit) @100814   19 months vboxsync Config.kmk and tools/Makefile.kmk: bugref:10450: Switch Linux to Qt6.
(edit) @100813   19 months vboxsync FE/Qt: bugref:10496, bugref:9080. Supress the settings widget's …
(edit) @100812   19 months vboxsync FE/Qt: ​bugref:10496, bugref:9080. A first pass on VISO creator's …
(edit) @100811   19 months vboxsync VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …
(edit) @100810   19 months vboxsync VMM/IEM: Corrected flat-32-bit mode detection. Clear rcPassUp at the …
(edit) @100809   19 months vboxsync bugref:10493. Added help for the command 'cloud instance clone'.
(edit) @100808   19 months vboxsync bugref:10493. Added the command 'clone' under umbrella 'VBoxManage …
(edit) @100807   19 months vboxsync bugref:10493. First draft of cloud instance clone functionality.
(edit) @100806   19 months vboxsync VMM/IEM: Don't end TBs on mode change. Corrected BltIn_CheckMode to …
(edit) @100805   19 months vboxsync VMM/EM: Reverted accidental change. bugref:10369
(edit) @100804   19 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100803   19 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100802   19 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100801   19 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100800   19 months vboxsync Additions: Linux: vboxvideo: Introduce initial support for kernel 6.5, …
(edit) @100799   19 months vboxsync Additions: Linux: vboxsf: Introduce initial support for kernel 6.5, …
(edit) @100798   19 months vboxsync ValKit: Use SATA Controller for tst-win11-64-efi VM, also for DVD
(edit) @100797   19 months vboxsync ValKit: Use SATA Controller for tst-win11-64-efi VM (build fix)
(edit) @100796   19 months vboxsync ValKit: Use SATA Controller for tst-win11-64-efi VM
(edit) @100795   19 months vboxsync FE/Qt: Search media with regexes.
(edit) @100794   19 months vboxsync Reverted r102846: fail build if deb/rpm distribution is not known.
(edit) @100793   19 months vboxsync Releasing: align distributions_deb and distributions_rpm with the …
(edit) @100792   19 months vboxsync VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
(edit) @100791   19 months vboxsync VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
(edit) @100790   19 months vboxsync VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
(edit) @100789   19 months vboxsync VMM/IEM: CS.LIM check fix. bugref:10369
(edit) @100788   19 months vboxsync VMM/IEM: Added missing CheckMode call to …
(edit) @100787   19 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100786   19 months vboxsync VMM/EM: @todo
(edit) @100785   19 months vboxsync Frontends/VBoxManage: Update 'VBoxManage usbfilter ...' to utilize …
(edit) @100784   19 months vboxsync IEM: Removed extraneous LogRel after SYSENTER/SYSEXIT fix. bugref:10369
(edit) @100783   19 months vboxsync IEM: 32-bit SYSENTER/SYSEXIT always transitions to 32-bit protected …
(edit) @100782   19 months vboxsync bs3kit,bs3-timers-1: Extended the bs3-timers-1 testcase to check for …
(edit) @100781   19 months vboxsync Config.kmk: bugref:10450: Do not deploy libqxcb-glx-integration for …
(edit) @100780   19 months vboxsync switch win10-64 test vm back to previos one
(edit) @100779   19 months vboxsync DrvVUSBRootHub: Don't arm a re-attach timer in vusbR3RhLoadDone when …
(edit) @100778   19 months vboxsync VMM/IEM: Corrections for 8-bit register number calculations for 64-bit …
(edit) @100777   19 months vboxsync IEM/VMM: More detailed (e.g. useful) memory access logging. bugref:10369
(edit) @100776   19 months vboxsync DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
(edit) @100775   19 months vboxsync DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
(edit) @100774   19 months vboxsync DrvVUSBRootHub: Attempt at fixing situation where vusbR3RhSavePrep …
(edit) @100773   19 months vboxsync Config.kmk, Installer/win: bugref:10450: No need for OpenGL lib in Qt6 …
(edit) @100772   19 months vboxsync include/VBox/usbfilter.h,HostDrivers/VBoxUSB/USBFilter: …
(edit) @100771   19 months vboxsync Installer/solaris: bugref:10450: a try to fix strange build issue in …
(edit) @100770   19 months vboxsync Config.kmk and tools/Makefile.kmk: bugref:10450: Attempt to build VBox …
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