VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102770   13 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102735   13 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102733   13 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102717   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102699   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102688   13 months vboxsync iprt/armv8.h: Corrected Armv8A64MkInstrLslImm. bugref:10371
(edit) @102669   13 months vboxsync iprt/armv8.h: doxygen fixes. bugref:10371
(edit) @102663   13 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102654   13 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @102647   13 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102646   13 months vboxsync x86.h: bugref:10498 Added MSR_IA32_MTRR_PHYSBASE_MT_MASK.
(edit) @102629   13 months vboxsync Typo fix.
(edit) @102628   13 months vboxsync IPRT/x86: Added a subset of CPUID leaf 6 bits.
(edit) @102624   14 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   14 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102562   14 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102554   14 months vboxsync IPRT/uri.h: Improved docs.
(edit) @102514   14 months vboxsync include/VBox/platforms/vbox-armv8.h: Allow setting a dedicated MMIO …
(edit) @102510   14 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102491   14 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102488   14 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102468   14 months vboxsync Shared Clipboard: Added a dedicated event type for the X11 …
(edit) @102449   14 months vboxsync VMM/IEM: movsx & movzx from registers. [arm build fix] bugref:10371
(edit) @102447   14 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102385   14 months vboxsync VMM/IEM: Fixed problem in iemNativeEmitStoreGregU16 where we ended up …
(edit) @102377   14 months vboxsync VMM/IEM: Use UBFX instead of BFI for loading a high 8-bit register …
(edit) @102375   14 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102374   14 months vboxsync VBox/vmm/cpumctx-x86-amd64.h: offsets to make disassembly easier to …
(edit) @102373   14 months vboxsync iprt/armv8.h: movk fix. bugref:10371
(edit) @102370   14 months vboxsync VMM/IEM: Some ARM bugfixes. bugref:10371
(edit) @102361   14 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102360   14 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   14 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102352   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, …
(edit) @102335   14 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102298   14 months vboxsync IPRT/crypto/shacrypt: Docs. bugref:10551
(edit) @102297   14 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   14 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102276   14 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102257   14 months vboxsync VBox/err.mac: kmk incs
(edit) @102255   14 months vboxsync VMM/IEM,err.h: VERR_IEM_VAR_IPE_11 and VERR_IEM_EMIT_BAD_MEM_SIZE. …
(edit) @102169   14 months vboxsync VBox/ostypes.h: Added some words on how VBOXOSTYPE is split up as well …
(edit) @102168   14 months vboxsync VBox/ostypes.h: Added some words on how VBOXOSTYPE is split up as well …
(edit) @102155   14 months vboxsync include/VBox/ostypes.h: Fix platform architecture mask, …
(edit) @102141   14 months vboxsync Shared Clipboard/Transfers: Implemented support for percent-encoded …
(edit) @102126   14 months vboxsync include: kmk incs (sans VBox/err.mac) bugref:10371
(edit) @102092   15 months vboxsync VMM/DBGF,DBGC,Main: Added DBGFR3RegNmQueryEx and fixed some issues …
(edit) @102081   15 months vboxsync iprt/armv8.h: Doxygen fix. bugref:10371
(edit) @102077   15 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102068   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32 and …
(edit) @102066   15 months vboxsync iprt/armv8.h: Build fix. bugref:10371
(edit) @102065   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of …
(edit) @102023   15 months vboxsync hm_vmx.h: Added new VMCS field encodings.
(edit) @102021   15 months vboxsync Additions: X11/Wayland: Add forgotten VBGH_ENV_DESKTOP_SESSION macro, …
(edit) @102020   15 months vboxsync VMM: Nested VMX: bugref:10318 Discard unused VMCS launch-state bits …
(edit) @101967   15 months vboxsync libs/xpcom/xpcom: Convert PR_Atomic* to ASMAtomic*, bugref:10545
(edit) @101910   15 months vboxsync iprt/armv8.h: Fixed swapped immediates in Armv8A64MkInstrLogicalImm. …
(edit) @101909   15 months vboxsync iprt/armv8.h: Fixed swapped immediates inArmv8A64MkInstrLogicalImm. …
(edit) @101908   15 months vboxsync VMM/IEM: Arm64 code generation fixes. bugref:10371
(edit) @101906   15 months vboxsync VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
(edit) @101878   15 months vboxsync Additions: X11/Wayland: Add initial support for clipboard sharing with …
(edit) @101844   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101704   15 months vboxsync VMM/IEM: Native translation for …
(edit) @101690   15 months vboxsync iprt/sg.h: spell it out in the file header as well
(edit) @101687   15 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101682   15 months vboxsync VMM/IEM,VBox/err.h: Refactored the native recompiler code to …
(edit) @101674   15 months vboxsync GuestHost: Shared Clipboard and DnD: Add common code for mime-types …
(edit) @101673   15 months vboxsync GuestHost: DisplayServerType: Add runtime detection if Gtk library is …
(edit) @101670   15 months vboxsync vmm/vm.h: Doxygen fix.
(edit) @101668   15 months vboxsync vmm/vm.h: Space nit.
(edit) @101667   15 months vboxsync vmm/vm.h: Added VMX VCPU FFs to VMCPU_FF_ALL_MASKS as suggested in the …
(edit) @101666   15 months vboxsync iprt/uint128.h: Just zero both return values when returning NULL from …
(edit) @101664   15 months vboxsync include/iprt/uint128.h: Make sure the remainder is set to 0 or code …
(edit) @101659   15 months vboxsync iprt/x86.h: Doxygen fix. bugref:10371
(edit) @101640   15 months vboxsync VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
(edit) @101639   15 months vboxsync vmm/vm.h: A few todos and some whitespace adjustments.
(edit) @101633   15 months vboxsync Main/Unattended: Support debian arm64 (tested with Debian 11 netinst) …
(edit) @101620   15 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
(edit) @101618   15 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
(edit) @101617   15 months vboxsync Devices/Gpio/DevPL061: Updates to the code, bugref:10453
(edit) @101611   15 months vboxsync iprt/armv8.h: Worked out the two immediates for logical instructions …
(edit) @101610   15 months vboxsync iprt/armv8.h: Worked out the two immediates for logical instructions …
(edit) @101609   15 months vboxsync iprt/armv8.h: Worked out the two immediates for logical instructions …
(edit) @101602   15 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
(edit) @101601   15 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
(edit) @101599   15 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101598   15 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101597   15 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101586   15 months vboxsync IPRT/formats/udf.h: Docs fixes. bugref:10517
(edit) @101585   15 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
(edit) @101572   15 months vboxsync include/VBox/ostypes.h: Add more ARM variants, bugref:10384
(edit) @101546   15 months vboxsync DIS: Added DIS_FMT_FLAGS_BYTES_WIDTH_MASK/SHIFT/MAKE and …
(edit) @101544   15 months vboxsync iprt/armv8.h: Build fix. bugref:10371
(edit) @101540   15 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101539   15 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101537   15 months vboxsync VMM/IEM: Undebugged code for …
(edit) @101533   15 months vboxsync iprt/armv8.h: doxygen fix. bugref:10371
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