|
|
@64257
|
8 years |
vboxsync |
SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
|
|
|
@64256
|
8 years |
vboxsync |
SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
|
|
|
@64255
|
8 years |
vboxsync |
SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
|
|
|
@64207
|
8 years |
vboxsync |
bugref:8614: Additions/common/VBoxVideo: make the code more …
|
|
|
@64203
|
8 years |
vboxsync |
pgm.h: typo
|
|
|
@64192
|
8 years |
vboxsync |
bugref:8614: Additions/common/VBoxVideo: make the code more …
|
|
|
@64185
|
8 years |
vboxsync |
bugref:8614: Additions/common/VBoxVideo: make the code more …
|
|
|
@64143
|
8 years |
vboxsync |
VMM/HM: Report support for 'true' VMX capability MSRs.
|
|
|
@64139
|
8 years |
vboxsync |
scsi.h: Add new command to retrieve a list of supported commands
|
|
|
@64133
|
8 years |
vboxsync |
VMM: Add PDMR3UsbQueryDriverOnLun and export PDMR3DriverDetach
|
|
|
@64132
|
8 years |
vboxsync |
VSCSI: Add method to eject media from the guest and make use of it in …
|
|
|
@64131
|
8 years |
vboxsync |
PDMIMEDIAEX: Required callback to notify about ejected media, this …
|
|
|
@64115
|
8 years |
vboxsync |
PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
|
|
|
@64093
|
8 years |
vboxsync |
Storage: Move the NonRotationalMedium property from the devices and …
|
|
|
@64090
|
8 years |
vboxsync |
build fix
|
|
|
@64089
|
8 years |
vboxsync |
VMM/HMVMXR0: Macro for true ctls MSR bit.
|
|
|
@64078
|
8 years |
vboxsync |
PDMIMEDIAEX: Add parameter to pfnIoReqSendScsiCmd to indicate where to …
|
|
|
@64019
|
8 years |
vboxsync |
Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
|
|
|
@64002
|
8 years |
vboxsync |
Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by …
|
|
|
@63997
|
8 years |
vboxsync |
Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard …
|
|
|
@63992
|
8 years |
vboxsync |
VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
|
|
|
@63991
|
8 years |
vboxsync |
PDMIMEDIAEX: Another addendum, make it possible to query a residual …
|
|
|
@63955
|
8 years |
vboxsync |
pdmstorageifs.h: Small addendum to PDMIMEDIAEX which enables us to …
|
|
|
@63951
|
8 years |
vboxsync |
DrvVD: More work on the extended media interface to bring it up to par …
|
|
|
@63912
|
8 years |
vboxsync |
vd*.h: Correct guard macros
|
|
|
@63906
|
8 years |
vboxsync |
svn properties
|
|
|
@63905
|
8 years |
vboxsync |
Storage/VD: Add proper versioning of the backend structures instead of …
|
|
|
@63865
|
8 years |
vboxsync |
Audio: Added device flags PDMAUDIODEV_FLAGS_LOCKED and …
|
|
|
@63824
|
8 years |
vboxsync |
VBoxVideo.h: comment for VBVA_SCREEN_F_BLANK
|
|
|
@63822
|
8 years |
vboxsync |
include,Main,DevVGA: bugref:8387: support for guest request to blank …
|
|
|
@63812
|
8 years |
vboxsync |
Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
|
|
|
@63802
|
8 years |
vboxsync |
Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
|
|
|
@63790
|
8 years |
vboxsync |
vd-ifs.h: Doxygen fixes
|
|
|
@63787
|
8 years |
vboxsync |
Doxygen fix
|
|
|
@63782
|
8 years |
vboxsync |
vd-ifs.h: Add vdIfProgress wrapper for the progress interface
|
|
|
@63781
|
8 years |
vboxsync |
Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
|
|
|
@63716
|
8 years |
vboxsync |
Docs.
|
|
|
@63711
|
8 years |
vboxsync |
Audio: Implemented support for audio device enumeration handling, …
|
|
|
@63704
|
8 years |
vboxsync |
export
|
|
|
@63701
|
8 years |
vboxsync |
pdmdev: remark about PDM_DEVHLPR3_VERSION in 5.0
|
|
|
@63695
|
8 years |
vboxsync |
pdmdev.h: Missed some inline wrappers when doing MMIO.
|
|
|
@63694
|
8 years |
vboxsync |
revert previous commit (r110452).
|
|
|
@63692
|
8 years |
vboxsync |
pdmdev.h: Missed some inline wrappers when doing MMIO.
|
|
|
@63690
|
8 years |
vboxsync |
PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
|
|
|
@63685
|
8 years |
vboxsync |
PDM,DevPci*: Allow larger PCI region sizes.
|
|
|
@63682
|
8 years |
vboxsync |
PDM,IOM: MMIO range length is now a RTGCPHYS instead of uint32_t.
|
|
|
@63660
|
8 years |
vboxsync |
MM: Added MMR3PhysGet4GBRamHoleSize, MMPhysGetRamSizeAbove4GB, and …
|
|
|
@63648
|
8 years |
vboxsync |
VMM/GIM/HyperV: Add partial support for synthetic interrupt controller …
|
|
|
@63646
|
8 years |
vboxsync |
3D: Reverted r110321, more simple solution found for bugref:8387
|
|
|
@63642
|
8 years |
vboxsync |
microatl.h: InternalRelease should check VBOX_STRICT not DEBUG. Use …
|
|
|
@63638
|
8 years |
vboxsync |
microatl.h: indent
|
|
|
@63634
|
8 years |
vboxsync |
VMM/APIC: doxygen fix.
|
|
|
@63632
|
8 years |
vboxsync |
VMM/APIC: Initial Hyper-V support for synthetic interrupts, Hyper-V …
|
|
|
@63614
|
8 years |
vboxsync |
Audio/pdmaudioifs.h: Removed unused header.
|
|
|
@63611
|
8 years |
vboxsync |
3D: Special handling of PM events in DdiCommitVidPn by introducing …
|
|
|
@63606
|
8 years |
vboxsync |
PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.
|
|
|
@63598
|
8 years |
vboxsync |
Audio/pdmaudioifs.h: Blow up PDMAUDIOFILETYPE and PDMAUDIOCALLBACKTYPE …
|
|
|
@63597
|
8 years |
vboxsync |
Audio/pdmaudioifs.h: Blow up PDMAUDIOBACKENDSTS and PDMAUDIOSTREAMCTX …
|
|
|
@63538
|
8 years |
vboxsync |
Documentation.
|
|
|
@63534
|
8 years |
vboxsync |
Audio: Renaming.
|
|
|
@63529
|
8 years |
vboxsync |
Audio: Bugfixes.
|
|
|
@63472
|
8 years |
vboxsync |
Audio/pdmaudioifs.h: Updated IID.
|
|
|
@63468
|
8 years |
vboxsync |
Build fix.
|
|
|
@63467
|
8 years |
vboxsync |
Audio: Partly reverted r110001 (no use of function macros anymore).
|
|
|
@63456
|
8 years |
vboxsync |
VBoxGuest.h: always use VBGLBIGREQ for NetBSD too, like FreeBSD does.
|
|
|
@63443
|
8 years |
vboxsync |
pdmaudioifs.h: r=bird: The PDMAUDIO_IHOSTAUDIO_FN_XXX macros are not …
|
|
|
@63385
|
8 years |
vboxsync |
Frontends: warnings (gcc)
|
|
|
@63362
|
8 years |
vboxsync |
Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
|
|
|
@63360
|
8 years |
vboxsync |
Audio: Added more defines / documentation for the host interfaces to …
|
|
|
@63273
|
8 years |
vboxsync |
Additions/common/VBoxGuestVideo: fix a friendly todo request, part 2.
|
|
|
@63271
|
8 years |
vboxsync |
Additions/common/VBoxGuestVideo: fix a friendly todo request.
|
|
|
@63267
|
8 years |
vboxsync |
NetworkServices: warnings
|
|
|
@63241
|
8 years |
vboxsync |
nits
|
|
|
@63232
|
8 years |
vboxsync |
VBox/com/array.h: don't use -Wno-conversion, do an explicit cast instead
|
|
|
@63226
|
8 years |
vboxsync |
Introducing PGM_ALL_CB2_PROTO.
|
|
|
@63224
|
8 years |
vboxsync |
vmm/pgm.h: PGM_ALL_CB_DECL and PGM_ALL_CB2_DECL need to be DECLCALLBACK.
|
|
|
@63199
|
8 years |
vboxsync |
GuestHost/OpenGL: warnings (gcc).
|
|
|
@63147
|
8 years |
vboxsync |
Main: warnings
|
|
|
@63042
|
8 years |
vboxsync |
VBox/VBoxVideoGuest.h: *big sigh*
|
|
|
@63039
|
8 years |
vboxsync |
GA/NT/Graphics: warnings
|
|
|
@63026
|
8 years |
vboxsync |
GA/NT/Graphics: warnings
|
|
|
@62984
|
8 years |
vboxsync |
DrvPciRaw.cpp/PDMIPCIRAWUP: warnings and adjustments.
|
|
|
@62965
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62932
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62924
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62916
|
8 years |
vboxsync |
RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
|
|
|
@62893
|
8 years |
vboxsync |
VBox/log.h: eliminate never used NE2000 log group and fix the DRV_TCP name
|
|
|
@62890
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62858
|
8 years |
vboxsync |
doxygen fix
|
|
|
@62855
|
8 years |
vboxsync |
warnings
|
|
|
@62833
|
8 years |
vboxsync |
Comment, new line.
|
|
|
@62825
|
8 years |
vboxsync |
UsbWebcam cleanups, nits.
|
|
|
@62824
|
8 years |
vboxsync |
UsbWebcam cleanups, part 4.
|
|
|
@62823
|
8 years |
vboxsync |
UsbWebcam cleanups, part 3.
|
|
|
@62822
|
8 years |
vboxsync |
UsbWebcam cleanups, part 2.
|
|
|
@62821
|
8 years |
vboxsync |
UsbWebcam cleanups, part 1.
|
|
|
@62818
|
8 years |
vboxsync |
Fixed PDMUSB_CHECK_VERSIONS_XXX macros and deployed them in the ExtPack.
|
|
|
@62802
|
8 years |
vboxsync |
HostServices: warnings
|
|
|
@62784
|
8 years |
vboxsync |
VBoxAuth.h: doxygen!
|
|
|
@62780
|
8 years |
vboxsync |
Wrap objbase.h + objidl.h too.
|
|
|