|
|
@81696
|
5 years |
vboxsync |
DevVirtioNet.cpp: Some cleanups prepping for refactoring to new PDM …
|
|
|
@81695
|
5 years |
vboxsync |
DevRTC: Use default statistics prefix (was hiding under /TM/RTC).
|
|
|
@81694
|
5 years |
vboxsync |
DevE1000: Use default statistics prefix.
|
|
|
@81693
|
5 years |
vboxsync |
VMMDev: Use default statistics prefix.
|
|
|
@81692
|
5 years |
vboxsync |
Devices/USB/Dev*: Use default statistics prefix.
|
|
|
@81691
|
5 years |
vboxsync |
PDMDevHlpSTAMRegister: Will now add default name prefix to names not …
|
|
|
@81690
|
5 years |
vboxsync |
Virtio_1_0: indent fix (my bad). bugref:9218
|
|
|
@81689
|
5 years |
vboxsync |
Virtio_1_0: Missing return VINF_SUCCESS in virtioMmioWrite. Reduced …
|
|
|
@81688
|
5 years |
vboxsync |
Main/idl: go back to old javadoc hack (no link)
|
|
|
@81687
|
5 years |
vboxsync |
Main/idl: documentation fixes (almost all doxygen warnings fixed, and …
|
|
|
@81686
|
5 years |
vboxsync |
WDDM: process HGSMI interrupts for VBoxSVGA adapter, this makes VHWA …
|
|
|
@81685
|
5 years |
vboxsync |
Main/idl: fix broken xref
|
|
|
@81684
|
5 years |
vboxsync |
Main/Host: add IHostUpdate stub interface
Main/idl: eliminate …
|
|
|
@81683
|
5 years |
vboxsync |
FE/Qt: bugref:9601: Since we are filtering UIFormEditorView, it is …
|
|
|
@81682
|
5 years |
vboxsync |
Main/Console+ConsoleVRDPServer+ApplianceExport+Host+Machine+USBDeviceFi …
|
|
|
@81680
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Doxygen fixes. bugref:9218 bugref:9440
|
|
|
@81679
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Doxygen fixes. bugref:9218 bugref:9440
|
|
|
@81678
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: s/virtio/virtioCore/ + …
|
|
|
@81677
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Converting to new PDM model - mostly done, I …
|
|
|
@81676
|
5 years |
vboxsync |
FE/Qt: bugref:9340. Adding the disk file selection to the context menu …
|
|
|
@81675
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Converting to new PDM model - split up …
|
|
|
@81674
|
5 years |
vboxsync |
Main: Fixes for deprecated implicit copy operators (GCC 9).
|
|
|
@81673
|
5 years |
vboxsync |
NetworkServices/NAT: Disabled warnings for unaligned pointer values of …
|
|
|
@81672
|
5 years |
vboxsync |
NetworkServices/NAT: Disabled warnings for unaligned pointer values of …
|
|
|
@81670
|
5 years |
vboxsync |
IPRT/Rest: Fixes for deprecated implicit copy operators (GCC 9).
|
|
|
@81667
|
5 years |
vboxsync |
Main: Added a portPath attribute to IUSBDevice. This will allow …
|
|
|
@81666
|
5 years |
vboxsync |
Devices/IPXE: Use labs() instead of abs() for signed long.
|
|
|
@81665
|
5 years |
vboxsync |
VMM: Nested VMX: bugref:9180 Cleanup cpum.h interfaces - drop unused …
|
|
|
@81664
|
5 years |
vboxsync |
USB/win: More work on USB enumeration.
|
|
|
@81663
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
|
|
|
@81662
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
|
|
|
@81661
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
|
|
|
@81660
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
|
|
|
@81659
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
|
|
|
@81658
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
|
|
|
@81656
|
5 years |
vboxsync |
Shared Clipboard/X11: More cleanup.
|
|
|
@81655
|
5 years |
vboxsync |
Shared Clipboard/X11: Minor cleanup.
|
|
|
@81654
|
5 years |
vboxsync |
virtio_1_0: Unused inlines (clang is a pain). bugref:9218 bugref:9440
|
|
|
@81653
|
5 years |
vboxsync |
Virtio_1_0: Very superficial code review (style mostly), preparing for …
|
|
|
@81652
|
5 years |
vboxsync |
Devices/Graphics: dump shader code in D3D backend if shader creation …
|
|
|
@81651
|
5 years |
vboxsync |
WDDM: support for the legacy VBoxVGA adapter
|
|
|
@81650
|
5 years |
vboxsync |
WDDM: code for the legacy VBoxVGA adapter
|
|
|
@81649
|
5 years |
vboxsync |
Linux 5.4: no more arbitrary executable pages and more changes, …
|
|
|
@81648
|
5 years |
vboxsync |
Additions/WINNT/Installer: removed the wddm_or_basic_d3d dialog, …
|
|
|
@81647
|
5 years |
vboxsync |
EFI/Firmware/VBoxApfsJmpStartDxe: Implement fletcher64 checksum …
|
|
|
@81645
|
5 years |
vboxsync |
DevVirtioScsi: More standard function ordering & placement. …
|
|
|
@81644
|
5 years |
vboxsync |
Main: Removed unused/obsolete/useless portVersion attribute of IUSBDevice.
|
|
|
@81643
|
5 years |
vboxsync |
VMMDev: Converted to the new PDM device style. [fix] bugref:9218
|
|
|
@81642
|
5 years |
vboxsync |
DevVirtioScsi: Found one more place that RTMemAllocZ should be used …
|
|
|
@81641
|
5 years |
vboxsync |
IPRT/memobj-r0drv-linux.cpp: Implemented sub-mappings in kernel space. …
|
|
|
@81640
|
5 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 whitespace nit.
|
|
|
@81639
|
5 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 Don't divide by zero when calculating …
|
|
|
@81638
|
5 years |
vboxsync |
VMM/HMVMXR0: Don't assert pbVirtApic or HCPhysVirtApic when APIC …
|
|
|
@81637
|
5 years |
vboxsync |
VMM/HMVMXR0: Revamped allocation of ring-0 VMCS and related data …
|
|
|
@81636
|
5 years |
vboxsync |
DevVirtioScsi: Put unused stringifiers in LOG_ENABLED ifdefs to make …
|
|
|
@81635
|
5 years |
vboxsync |
scm fix
|
|
|
@81634
|
5 years |
vboxsync |
DevVirtioScsi,Virtio_1_0: A quick and superficial review of …
|
|
|
@81633
|
5 years |
vboxsync |
Devices/Graphics: remove unnecessary assertion: this case works.
|
|
|
@81632
|
5 years |
vboxsync |
WDDM: miniport should tell the user mode driver whether 3D is enabled …
|
|
|
@81630
|
5 years |
vboxsync |
Reverting 134386. Wrong dir.
|
|
|
@81629
|
5 years |
vboxsync |
pdmstorageifs.h: Added missing NIL_PDMMEDIAEXIOREQ - handles must have …
|
|
|
@81628
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp Fixed leaks found with Sanitizer. Worked on …
|
|
|
@81627
|
5 years |
vboxsync |
VMMDev: Converted to the new PDM device style. [fixes] bugref:9218
|
|
|
@81626
|
5 years |
vboxsync |
PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
|
|
|
@81625
|
5 years |
vboxsync |
VMMDev: Converted to the new PDM device style. bugref:9218
|
|
|
@81624
|
5 years |
vboxsync |
PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
|
|
|
@81623
|
5 years |
vboxsync |
SUPDrv: Export SUPR0PageMapKernel and SUPR0PageProtect. bugref:9218
|
|
|
@81622
|
5 years |
vboxsync |
FE/Qt: bugref:9598: Windows: Adjust mouse integration pointer …
|
|
|
@81621
|
5 years |
vboxsync |
IPRT/memobj-r0drv-linux.cpp: Implemented sub-mappings in kernel space. …
|
|
|
@81620
|
5 years |
vboxsync |
IPRT/memobj-r0drv-os2.cpp: Implemented sub-mappings in kernel space. …
|
|
|
@81619
|
5 years |
vboxsync |
VMM/HM: Sometimes we abort on guru meditations and the info doesn't …
|
|
|
@81618
|
5 years |
vboxsync |
Additions/3D/mesa: Deal with the coordinate system differences between …
|
|
|
@81617
|
5 years |
vboxsync |
Devices/Graphics: dump all mipmaps of a texture; log.
|
|
|
@81616
|
5 years |
vboxsync |
DevPlayground,pdmdev.h: Converted the playground sample device. …
|
|
|
@81613
|
5 years |
vboxsync |
VMM,SUPDrv,x86.h: Nits.
- supdrvTscMeasureDeltaOne: No bulldozer …
|
|
|
@81612
|
5 years |
vboxsync |
FE/Qt: Extra-data Manager stuff: A group of fixes for r134303.
|
|
|
@81611
|
5 years |
vboxsync |
FE/Qt: VM settings / Shared Folders page: Rename DialogType to …
|
|
|
@81609
|
5 years |
vboxsync |
Devices/Graphics: use the source context in vmsvga3dSurfaceCopy in D3D …
|
|
|
@81608
|
5 years |
vboxsync |
forgotten export
|
|
|
@81607
|
5 years |
vboxsync |
VBoxCpuReporter: cleanups, make output directly usable
|
|
|
@81606
|
5 years |
vboxsync |
typo
|
|
|
@81605
|
5 years |
vboxsync |
VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
|
|
|
@81604
|
5 years |
vboxsync |
EFI: Disabled APFS jumpstart for 32-bit as there's no use for it and …
|
|
|
@81603
|
5 years |
vboxsync |
Main: Added PCnet-ISA/NE2100/Am79C960 to the API (the device side is …
|
|
|
@81601
|
5 years |
vboxsync |
EFI/VBoxApfsJmpStartDxe: oops
|
|
|
@81600
|
5 years |
vboxsync |
VBoxApfsJmpStartDxe: Make cl.exe happy
|
|
|
@81599
|
5 years |
vboxsync |
Devices/Graphics: remove obsolete code from D3D backend
|
|
|
@81598
|
5 years |
vboxsync |
EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver …
|
|
|
@81597
|
5 years |
vboxsync |
EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver …
|
|
|
@81596
|
5 years |
vboxsync |
EFI/Firmware/VBoxPkg/VBoxApfsJmpStartDxe: Add APFS jump start driver …
|
|
|
@81594
|
5 years |
vboxsync |
WDDM: increase the max mouse pointer size to 256x256; use the VMSVGA …
|
|
|
@81593
|
5 years |
vboxsync |
FE/Qt: bugref:9598: Build fix for r134348.
|
|
|
@81592
|
5 years |
vboxsync |
FE/Qt: bugref:9598: Introducing UIMousePointerShapeData, a separate …
|
|
|
@81591
|
5 years |
vboxsync |
Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
|
|
|
@81588
|
5 years |
vboxsync |
FE/VBoxManage: Show clipboard file transfers enabled status in …
|
|
|
@81587
|
5 years |
vboxsync |
IPRT/memobj-r0drv-linux.c: Don't mark allocations as executable unless …
|
|
|
@81586
|
5 years |
vboxsync |
IPRT/alloc-r0drv-linux.c: Shouldn't need to mark pages allocated by …
|
|
|
@81585
|
5 years |
vboxsync |
Devices: A couple of doxygen fixes.
|
|
|
@81584
|
5 years |
vboxsync |
Windows host installer: Tabs.
|
|
|
@81583
|
5 years |
vboxsync |
Windows host installer: Added a VBOX_INSTALLER_QUICK define for …
|
|
|