VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108231   5 weeks vboxsync include/iprt/acpi.h: Doxygen fix, bugref:10733
(edit) @108222   5 weeks vboxsync Runtime/RTAcpi*: Support generating AML for more statements found in …
(edit) @108221   5 weeks vboxsync Runtime/RTAcpi*: Support generating AML for more statements found in …
(edit) @108186   5 weeks vboxsync VMM/IEM: Removed memory write stats since nobody is using the anymore …
(edit) @108184   5 weeks vboxsync Runtime/RTAcpi*: Parser updates, the code is now able to parse …
(edit) @108168   5 weeks vboxsync Runtime/RTAcpi*: Continue with resource template parsing, bugref:10733
(edit) @108167   5 weeks vboxsync Runtime/RTAcpi*: Continue with resource template parsing, bugref:10733
(edit) @108150   5 weeks vboxsync Runtime/RTAcpi*: Start implementing some basic namespace handling for …
(edit) @108141   5 weeks vboxsync Runtime/RTAcpi*: Some new helpers to allow format strings for name …
(edit) @108132   5 weeks vboxsync VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. …
(edit) @108131   5 weeks vboxsync Runtime/RTAcpi*: Add method to dump the ACPI table to a memory buffer, …
(edit) @108096   6 weeks vboxsync Runtime/RTAcpi*: Implement SizeOf, While, Increment, Decrement, …
(edit) @108095   6 weeks vboxsync Runtime/RTAcpi*: Implement SizeOf, While, Increment, Decrement, …
(edit) @108089   6 weeks vboxsync Runtime/RTAcpi*: Updates to the ASL -> AML compiler, it is now …
(edit) @108088   6 weeks vboxsync Runtime/RTAcpi*: Updates to the ASL -> AML compiler, it is now …
(edit) @108087   6 weeks vboxsync Runtime/RTAcpi*: Updates to the ASL -> AML compiler, can process our …
(edit) @108066   6 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733
(edit) @108059   6 weeks vboxsync Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733
(edit) @108049   6 weeks vboxsync Runtime/RTScriptLex*: Allow case insensitivity with converting all …
(edit) @108046   6 weeks vboxsync doc/manual,include/VBox,Frontends/{VBoxManage,VirtualBox/src},Main/{inc …
(edit) @108029   6 weeks vboxsync Runtime/RTAcpi: Some more work on the ASL -> AML compiler, can process …
(edit) @108014   6 weeks vboxsync Runtime/common/script/scriptlex.cpp: Fix C string literal scanning and …
(edit) @108013   7 weeks vboxsync VBox/com/string.h: Added a UTF-16 assign() function to Utf8Str. [fix]
(edit) @108011   7 weeks vboxsync VBox/com/string.h: Added a UTF-16 assign() function to Utf8Str.
(edit) @107989   7 weeks vboxsync Windows driver installation: Implemented APIs for controlling (driver …
(edit) @107988   7 weeks vboxsync Windows driver installation: Implemented APIs for controlling (driver …
(edit) @107985   7 weeks vboxsync Windows driver installation: Implemented APIs for controlling (driver …
(edit) @107984   7 weeks vboxsync VMM/GIC: bugref:10404 CFGM bits.
(edit) @107973   7 weeks vboxsync Windows driver installation: Fixed the …
(edit) @107957   7 weeks vboxsync VMM/GIC: bugref:10404 Some register renaming, minor bits.
(edit) @107952   7 weeks vboxsync Runtime: Start imlementing a basic ACPI decompiler and iasl compatible …
(edit) @107933   8 weeks vboxsync include/iprt/armv8.h,VMM: Drop the deprecated ARMV8_AARCH64_REG_XXX …
(edit) @107929   8 weeks vboxsync VMM: GIC: bugref:10404 Renamed some places where GICv3 to GIC, a …
(edit) @107904   8 weeks vboxsync VMM: Define VM_STRUCT_VERSION (for use inside the VMM) with a few …
(edit) @107901   8 weeks vboxsync Windows driver installation: Fixed incorrect size passed to …
(edit) @107900   8 weeks vboxsync VMM: Define VM_STRUCT_VERSION (for use inside the VMM) with a few …
(edit) @107895   8 weeks vboxsync VMM: Check the target platform arch in VM_ASSERT_VALID_EXT_RETURN, …
(edit) @107894   8 weeks vboxsync VMM: Check the target platform arch in VM_ASSERT_VALID_EXT_RETURN, …
(edit) @107893   8 weeks vboxsync VMM,VBox/types.h,VBox/err.h: Added VM target platform arch members to …
(edit) @107854   2 months vboxsync x86.h,VMM: More AMD CPUID bits; addressed some old todos related to …
(edit) @107852   2 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Remove the …
(edit) @107827   2 months vboxsync pdmdrv.h: spaces
(edit) @107803   2 months vboxsync Runtime/r3/fileio.cpp: Make the parameters of RTFileSetForceFlags() …
(edit) @107775   2 months vboxsync Devices/Samples/DevPlayground.cpp: Fix possible integer overflow, …
(edit) @107764   2 months vboxsync Windows driver installation/VBoxDrvInst: Added the possibility to …
(edit) @107763   2 months vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107749   2 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107731   2 months vboxsync VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
(edit) @107729   2 months vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107703   2 months vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107659   2 months vboxsync iprt/x86.h: Whitespace adjustments. jiraref:VBP-947
(edit) @107653   2 months vboxsync src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp + …
(edit) @107650   2 months vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107605   2 months vboxsync Additions: Linux: vboxvideo: Additional fix for UBSAN warnings, …
(edit) @107548   2 months vboxsync Devices/Network: Fixed and added configuration for packets broadcast …
(edit) @107508   2 months vboxsync include/VBox/settings.h: Fixed warning found by Parfait (unused and …
(edit) @107494   2 months vboxsync include/VBox/com/ErrorInfo.h: Fixed a warning found by Parfait. …
(edit) @107389   3 months vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107382   3 months vboxsync IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and …
(edit) @107375   3 months vboxsync VBoxDumpImage.exe: Added a quick and dirty icon file structure dumper …
(edit) @107373   3 months vboxsync doxygen fix
(edit) @107317   3 months vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107310   3 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   3 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107283   3 months vboxsync VBox/log.h: Fixed ordering for USB_NET, bugref:10779
(edit) @107276   3 months vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107272   3 months vboxsync USB/Net/Logging: bugref:10779 Missed renaming USB_ETH to USB_NET
(edit) @107249   3 months vboxsync iprt/stdin.h: Another parfait/solaris kludge.
(edit) @107248   3 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Fill in some …
(edit) @107244   3 months vboxsync iprt/types.h: solaris/pairfait workaround attempt.
(edit) @107242   3 months vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 1)
(edit) @107228   3 months vboxsync include/Makefile.kmk: Do VMM syntax checking in agnostic mode. …
(edit) @107227   3 months vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   4 months vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107216   4 months vboxsync iprt/cdefs.h: doxygen typo
(edit) @107215   4 months vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107200   4 months vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107193   4 months vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107192   4 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107187   4 months vboxsync include/VBox/settings.h: Removed Hardware::fSyntheticCpu (unused), …
(edit) @107171   4 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107121   4 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Add two new …
(edit) @107118   4 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   4 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   4 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   4 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107099   4 months vboxsync IPRT: Adding RTArchValToString and RTSystemGetNativeArch for detecting …
(edit) @107091   4 months vboxsync iprt/cdefs.h,SUPDrvIOC.h,VBoxGuestR0Lib: Added a …
(edit) @107076   4 months vboxsync Windows driver installation: Added INF installation testcases (dry-run …
(edit) @107064   4 months vboxsync Runtime/RTAcpi*: Support more statements, an extended variant of the …
(edit) @107063   4 months vboxsync Runtime/RTAcpi*: Some updates to the ACPI code generation, bugref:10733
(edit) @107061   4 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY …
(edit) @107059   4 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_DRYRUN to …
(edit) @107050   4 months vboxsync iprt/test.h: Added RTTEST_CHECK_RC_OK_BREAK.
(edit) @107042   4 months vboxsync /include/Makefile.kmk: Tweaks for arm64 header syntax checking. …
(edit) @107039   4 months vboxsync w64-dep* build fix. jiraref:VBP-1442
(edit) @107038   4 months vboxsync EFI/Firmware: Made it build with VCC143 (ak a VS2022). Updated the …
(edit) @107036   4 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @107031   4 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @106998   4 months vboxsync SUPHardNt: Fixed two more bugs from r165898, first more mixing of TAFs …
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