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