VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107389   4 weeks vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107373   4 weeks vboxsync doxygen fix
(edit) @107317   5 weeks vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107310   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107283   6 weeks vboxsync VBox/log.h: Fixed ordering for USB_NET, bugref:10779
(edit) @107276   6 weeks vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107272   6 weeks vboxsync USB/Net/Logging: bugref:10779 Missed renaming USB_ETH to USB_NET
(edit) @107248   6 weeks vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Fill in some …
(edit) @107242   6 weeks vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 1)
(edit) @107227   7 weeks vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   7 weeks vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107215   7 weeks vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107200   7 weeks vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107193   7 weeks vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107187   7 weeks vboxsync include/VBox/settings.h: Removed Hardware::fSyntheticCpu (unused), …
(edit) @107171   7 weeks vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107121   2 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Add two new …
(edit) @107118   2 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   2 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   2 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   2 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107076   2 months vboxsync Windows driver installation: Added INF installation testcases (dry-run …
(edit) @107061   2 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY …
(edit) @107059   2 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_DRYRUN to …
(edit) @107039   2 months vboxsync w64-dep* build fix. jiraref:VBP-1442
(edit) @107031   2 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @106998   2 months vboxsync SUPHardNt: Fixed two more bugs from r165898, first more mixing of TAFs …
(edit) @106996   2 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106978   2 months vboxsync SUPHardNt: Slightly relaxed the extension pack signing requirements in …
(edit) @106971   2 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev: Add a new OStype for …
(edit) @106968   2 months vboxsync SUPHardNt: Slightly relaxed the extension pack signing requirements in …
(edit) @106957   2 months vboxsync Main/ResourceAssignmentManager: Rewrite to accomodate for the fact …
(edit) @106923   2 months vboxsync Windows driver installation: Renamed + added some more defines. …
(edit) @106920   2 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106866   2 months vboxsync Windows driver installation: Added some more defines for the INF …
(edit) @106840   2 months vboxsync SUP: Added SUPGIPGETCPU_TPIDRRO_EL0 for win.arm64, makes driver work …
(edit) @106839   2 months vboxsync Windows driver installation: Made it a bit smarter wrt model / PnP ID …
(edit) @106812   3 months vboxsync microatl.h: too long lines to read
(edit) @106809   3 months vboxsync VBox/com/defs.h,Main/VirtualBoxErrorInfoImpl.h: Use uuidof(iface) …
(edit) @106806   3 months vboxsync Disassembler: Decode RCW compare and swap and RCW compare and swap …
(edit) @106791   3 months vboxsync Disassembler: Decode Advanced SIMD load/store multiple structures …
(edit) @106777   3 months vboxsync Disassembler: Decode Load/Store exclusive register instructions, …
(edit) @106767   3 months vboxsync Disassembler: Decode atomic memory operation instructions (FEAT_LSE, …
(edit) @106766   3 months vboxsync GuestHost: Mime-type converter: Fix docs, bugref:10194.
(edit) @106746   3 months vboxsync Disassembler: Decode SIMD ldr/str instructions, bugref:10394
(edit) @106744   3 months vboxsync Disassembler: Calculate final displacement in the core already, some …
(edit) @106635   3 months vboxsync SUPDrv: Making it build on win.arm64... jiraref:VBP-1253
(edit) @106632   3 months vboxsync Disassembler: Decode more hint instructions instructions, bugref:10394
(edit) @106631   3 months vboxsync Disassembler: Decode data processing 1-source instructions, bugref:10394
(edit) @106627   3 months vboxsync Disassembler: Decode irg, gmi and subp instructions, bugref:10394
(edit) @106626   3 months vboxsync Disassembler: Re-arrange the ARMv8 tables to allow for multiple …
(edit) @106616   3 months vboxsync Disassembler: Fix decoding instructions which take sp as a register …
(edit) @106591   3 months vboxsync VMM/IEM: Missing IEMTARGETCPU_DYNAMIC for arm. jiraref:VBP-1171
(edit) @106567   3 months vboxsync VMM/cpum: Alignment fixes for CPUMFEATURES and CPUMCTX. jiraref:VBP-1171
(edit) @106516   3 months vboxsync Main,settings.h: Workarounds for a handful warnings about default copy …
(edit) @106511   3 months vboxsync VBox/com/array.h: Returning a 'const T' type makes no sense for 'const …
(edit) @106476   3 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106410   3 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106396   3 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106395   3 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106394   3 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106392   3 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106384   3 months vboxsync Main: Code for configuring and enabling nested virtualization support …
(edit) @106381   3 months vboxsync VMM/CPUMAllRegs-armv8.cpp: Some helpers to get at the TCR_EL1 of the …
(edit) @106362   3 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106352   3 months vboxsync Devices/EFI/Firmware: Expose ACPI tables if available, bugref:10733 …
(edit) @106346   3 months vboxsync Devices/Network: Beginnings of a USB/NCM network interface emulation …
(edit) @106336   3 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106323   3 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106322   3 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106321   3 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106259   3 months vboxsync Devices/Security: Query the buffer size of the device above and use …
(edit) @106212   4 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106211   4 months vboxsync VMM/SSM: Added SSM_OPEN_F_FOR_WRITING to SSMR3Open together with …
(edit) @106077   4 months vboxsync Main: Name locks.
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @106033   4 months vboxsync VBox/various.sed: Ignore the \r in \r\n when on unixy hosts. Fixes …
(edit) @106022   4 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @106004   4 months vboxsync Disassembler/ArmV8: Updates and start on floating point and SIMD …
(edit) @105876   5 months vboxsync Guest Control: Added a note for GSTCTLDIRFILTER.
(edit) @105858   5 months vboxsync Disassembler/ARMv8: Implement decoding of the ldr/str …
(edit) @105850   5 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105849   5 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105848   5 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105831   5 months vboxsync Disassembler/ARMv8: Implement decoding of the ldp/stp unsigned variant …
(edit) @105815   5 months vboxsync Disassembler/ARMv8: Started decoding more ldr/str instruction …
(edit) @105810   5 months vboxsync Disassembler/ARMv8: Implement disassembly of ccmp/ccmn register …
(edit) @105794   5 months vboxsync Disassembler/ARMv8: Build fixes, our ancient compilers on the 32-bit …
(edit) @105785   5 months vboxsync Disassembler/ARMv8: Updates, decode basic ldr/str (unsigned with …
(edit) @105781   5 months vboxsync Disassembler/ARMv8: Updates, decode more instructions, add them to the …
(edit) @105779   5 months vboxsync Disassembler/ARMv8: Updates, decode more instructions, add them to the …
(edit) @105751   5 months vboxsync VMMDev,Vbgl: Extend the VMMDevReq_HGCMCancel2 request to take a full …
(edit) @105745   5 months vboxsync VMM/PGM: Some preparations for ARMv8 page table walking, introduce …
(edit) @105738   5 months vboxsync Disassembler/ARMv8: Build fix and add support conditionals, …
(edit) @105737   5 months vboxsync Disassembler/ARMv8: Build fix and add support conditionals, …
(edit) @105733   5 months vboxsync Disassembler/ARMv8: Refactoring and updates, among others make it …
(edit) @105732   5 months vboxsync VMM/CPUM-armv8: Add some helpers tp query current guest EL and whether …
(edit) @105731   5 months vboxsync Disassembler/ARMv8: Refactoring and updates, among others make it …
(edit) @105726   5 months vboxsync Devices/Network: cleaned up header file, memory leak fixes, search …
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