VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108433   7 weeks vboxsync VMM/GIC: bugref:10404 Doxygen fixes.
(edit) @108427   7 weeks vboxsync VMM/GIC: bugref:10404 Extend the interrupt lines to the full extent …
(edit) @108386   8 weeks vboxsync VMMR3/VMEmt.cpp,VMMR3/TM.cpp,VMMR3/NEMR3Native-win-armv8.cpp: …
(edit) @108186   2 months vboxsync VMM/IEM: Removed memory write stats since nobody is using the anymore …
(edit) @108132   2 months vboxsync VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. …
(edit) @108046   3 months vboxsync doc/manual,include/VBox,Frontends/{VBoxManage,VirtualBox/src},Main/{inc …
(edit) @108013   3 months vboxsync VBox/com/string.h: Added a UTF-16 assign() function to Utf8Str. [fix]
(edit) @108011   3 months vboxsync VBox/com/string.h: Added a UTF-16 assign() function to Utf8Str.
(edit) @107989   3 months vboxsync Windows driver installation: Implemented APIs for controlling (driver …
(edit) @107988   3 months vboxsync Windows driver installation: Implemented APIs for controlling (driver …
(edit) @107985   3 months vboxsync Windows driver installation: Implemented APIs for controlling (driver …
(edit) @107984   3 months vboxsync VMM/GIC: bugref:10404 CFGM bits.
(edit) @107973   3 months vboxsync Windows driver installation: Fixed the …
(edit) @107957   3 months vboxsync VMM/GIC: bugref:10404 Some register renaming, minor bits.
(edit) @107929   3 months vboxsync VMM: GIC: bugref:10404 Renamed some places where GICv3 to GIC, a …
(edit) @107904   3 months vboxsync VMM: Define VM_STRUCT_VERSION (for use inside the VMM) with a few …
(edit) @107901   3 months vboxsync Windows driver installation: Fixed incorrect size passed to …
(edit) @107900   3 months vboxsync VMM: Define VM_STRUCT_VERSION (for use inside the VMM) with a few …
(edit) @107895   3 months vboxsync VMM: Check the target platform arch in VM_ASSERT_VALID_EXT_RETURN, …
(edit) @107894   3 months vboxsync VMM: Check the target platform arch in VM_ASSERT_VALID_EXT_RETURN, …
(edit) @107893   3 months vboxsync VMM,VBox/types.h,VBox/err.h: Added VM target platform arch members to …
(edit) @107854   3 months vboxsync x86.h,VMM: More AMD CPUID bits; addressed some old todos related to …
(edit) @107852   3 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Remove the …
(edit) @107827   3 months vboxsync pdmdrv.h: spaces
(edit) @107764   3 months vboxsync Windows driver installation/VBoxDrvInst: Added the possibility to …
(edit) @107763   3 months vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107749   3 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107729   3 months vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107703   3 months vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107653   3 months vboxsync src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp + …
(edit) @107650   3 months vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107605   3 months vboxsync Additions: Linux: vboxvideo: Additional fix for UBSAN warnings, …
(edit) @107548   3 months vboxsync Devices/Network: Fixed and added configuration for packets broadcast …
(edit) @107508   3 months vboxsync include/VBox/settings.h: Fixed warning found by Parfait (unused and …
(edit) @107494   3 months vboxsync include/VBox/com/ErrorInfo.h: Fixed a warning found by Parfait. …
(edit) @107389   4 months vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107373   4 months vboxsync doxygen fix
(edit) @107317   4 months vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107310   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107283   4 months vboxsync VBox/log.h: Fixed ordering for USB_NET, bugref:10779
(edit) @107276   4 months vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107272   4 months vboxsync USB/Net/Logging: bugref:10779 Missed renaming USB_ETH to USB_NET
(edit) @107248   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Fill in some …
(edit) @107242   5 months vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 1)
(edit) @107227   5 months vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   5 months vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107215   5 months vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107200   5 months vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107193   5 months vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107187   5 months vboxsync include/VBox/settings.h: Removed Hardware::fSyntheticCpu (unused), …
(edit) @107171   5 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107121   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Add two new …
(edit) @107118   5 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   5 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   5 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   5 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107076   5 months vboxsync Windows driver installation: Added INF installation testcases (dry-run …
(edit) @107061   5 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY …
(edit) @107059   5 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_DRYRUN to …
(edit) @107039   5 months vboxsync w64-dep* build fix. jiraref:VBP-1442
(edit) @107031   5 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @106998   5 months vboxsync SUPHardNt: Fixed two more bugs from r165898, first more mixing of TAFs …
(edit) @106996   5 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106978   5 months vboxsync SUPHardNt: Slightly relaxed the extension pack signing requirements in …
(edit) @106971   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev: Add a new OStype for …
(edit) @106968   5 months vboxsync SUPHardNt: Slightly relaxed the extension pack signing requirements in …
(edit) @106957   5 months vboxsync Main/ResourceAssignmentManager: Rewrite to accomodate for the fact …
(edit) @106923   5 months vboxsync Windows driver installation: Renamed + added some more defines. …
(edit) @106920   5 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106866   5 months vboxsync Windows driver installation: Added some more defines for the INF …
(edit) @106840   6 months vboxsync SUP: Added SUPGIPGETCPU_TPIDRRO_EL0 for win.arm64, makes driver work …
(edit) @106839   6 months vboxsync Windows driver installation: Made it a bit smarter wrt model / PnP ID …
(edit) @106812   6 months vboxsync microatl.h: too long lines to read
(edit) @106809   6 months vboxsync VBox/com/defs.h,Main/VirtualBoxErrorInfoImpl.h: Use uuidof(iface) …
(edit) @106806   6 months vboxsync Disassembler: Decode RCW compare and swap and RCW compare and swap …
(edit) @106791   6 months vboxsync Disassembler: Decode Advanced SIMD load/store multiple structures …
(edit) @106777   6 months vboxsync Disassembler: Decode Load/Store exclusive register instructions, …
(edit) @106767   6 months vboxsync Disassembler: Decode atomic memory operation instructions (FEAT_LSE, …
(edit) @106766   6 months vboxsync GuestHost: Mime-type converter: Fix docs, bugref:10194.
(edit) @106746   6 months vboxsync Disassembler: Decode SIMD ldr/str instructions, bugref:10394
(edit) @106744   6 months vboxsync Disassembler: Calculate final displacement in the core already, some …
(edit) @106635   6 months vboxsync SUPDrv: Making it build on win.arm64... jiraref:VBP-1253
(edit) @106632   6 months vboxsync Disassembler: Decode more hint instructions instructions, bugref:10394
(edit) @106631   6 months vboxsync Disassembler: Decode data processing 1-source instructions, bugref:10394
(edit) @106627   6 months vboxsync Disassembler: Decode irg, gmi and subp instructions, bugref:10394
(edit) @106626   6 months vboxsync Disassembler: Re-arrange the ARMv8 tables to allow for multiple …
(edit) @106616   6 months vboxsync Disassembler: Fix decoding instructions which take sp as a register …
(edit) @106591   6 months vboxsync VMM/IEM: Missing IEMTARGETCPU_DYNAMIC for arm. jiraref:VBP-1171
(edit) @106567   6 months vboxsync VMM/cpum: Alignment fixes for CPUMFEATURES and CPUMCTX. jiraref:VBP-1171
(edit) @106516   6 months vboxsync Main,settings.h: Workarounds for a handful warnings about default copy …
(edit) @106511   6 months vboxsync VBox/com/array.h: Returning a 'const T' type makes no sense for 'const …
(edit) @106476   6 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106410   6 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106396   6 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106395   6 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106394   6 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106392   6 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106384   6 months vboxsync Main: Code for configuring and enabling nested virtualization support …
(edit) @106381   6 months vboxsync VMM/CPUMAllRegs-armv8.cpp: Some helpers to get at the TCR_EL1 of the …
Note: See TracRevisionLog for help on using the revision log.

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