VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @106362   6 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106352   6 months vboxsync Devices/EFI/Firmware: Expose ACPI tables if available, bugref:10733 …
(edit) @106346   6 months vboxsync Devices/Network: Beginnings of a USB/NCM network interface emulation …
(edit) @106336   6 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106323   6 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106322   6 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106321   6 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106259   6 months vboxsync Devices/Security: Query the buffer size of the device above and use …
(edit) @106212   7 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106211   7 months vboxsync VMM/SSM: Added SSM_OPEN_F_FOR_WRITING to SSMR3Open together with …
(edit) @106077   7 months vboxsync Main: Name locks.
(edit) @106061   7 months vboxsync Copyright year updates by scm.
(edit) @106033   7 months vboxsync VBox/various.sed: Ignore the \r in \r\n when on unixy hosts. Fixes …
(edit) @106022   7 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @106004   7 months vboxsync Disassembler/ArmV8: Updates and start on floating point and SIMD …
(edit) @105876   8 months vboxsync Guest Control: Added a note for GSTCTLDIRFILTER.
(edit) @105858   8 months vboxsync Disassembler/ARMv8: Implement decoding of the ldr/str …
(edit) @105850   8 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105849   8 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105848   8 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105831   8 months vboxsync Disassembler/ARMv8: Implement decoding of the ldp/stp unsigned variant …
(edit) @105815   8 months vboxsync Disassembler/ARMv8: Started decoding more ldr/str instruction …
(edit) @105810   8 months vboxsync Disassembler/ARMv8: Implement disassembly of ccmp/ccmn register …
(edit) @105794   8 months vboxsync Disassembler/ARMv8: Build fixes, our ancient compilers on the 32-bit …
(edit) @105785   8 months vboxsync Disassembler/ARMv8: Updates, decode basic ldr/str (unsigned with …
(edit) @105781   8 months vboxsync Disassembler/ARMv8: Updates, decode more instructions, add them to the …
(edit) @105779   8 months vboxsync Disassembler/ARMv8: Updates, decode more instructions, add them to the …
(edit) @105751   8 months vboxsync VMMDev,Vbgl: Extend the VMMDevReq_HGCMCancel2 request to take a full …
(edit) @105745   8 months vboxsync VMM/PGM: Some preparations for ARMv8 page table walking, introduce …
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