|
|
@68675
|
7 years |
vboxsync |
include file build fixes (kmk -C include)
|
|
|
@68594
|
7 years |
vboxsync |
PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
|
|
|
@68532
|
7 years |
vboxsync |
CPUM: Use a valid value for initializing PkgCStateCfgCtrl on Core 2 CPUs.
|
|
|
@68485
|
7 years |
vboxsync |
Audio: Implemented ability to enable / disable audio input / output …
|
|
|
@68470
|
7 years |
vboxsync |
PDM: add new PDM device helper for sending a MSI directly (from all …
|
|
|
@68468
|
7 years |
vboxsync |
Audio: Cleaned up callback stuff and got rid of the deprecated …
|
|
|
@68433
|
7 years |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@68425
|
7 years |
vboxsync |
Another alignment fix
|
|
|
@68424
|
7 years |
vboxsync |
Alignment fix
|
|
|
@68423
|
7 years |
vboxsync |
Devices/Bus/PCI,MSI-X: Fix static initialization of the MSI-X …
|
|
|
@68405
|
7 years |
vboxsync |
cpumctx.h: unintentional paste. build fix.
|
|
|
@68404
|
7 years |
vboxsync |
cpumctx.h: Attempted build fix.
|
|
|
@68403
|
7 years |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@68402
|
7 years |
vboxsync |
Comment.
|
|
|
@68361
|
7 years |
vboxsync |
VMM/HMSVMR0: Nested Hw.virt bits.
|
|
|
@68293
|
7 years |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@68272
|
7 years |
vboxsync |
Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
|
|
|
@68271
|
7 years |
vboxsync |
Audio: Renamed PDMAUDIOSTRMRATE -> PDMAUDIOSTREAMRATE. No actual code …
|
|
|
@68226
|
7 years |
vboxsync |
VMM: Nested Hw.virt: SVM R0 bits.
|
|
|
@68138
|
7 years |
vboxsync |
vmm/pdmaudioifs.h: Audio documentation.
|
|
|
@68132
|
7 years |
vboxsync |
Audio: Renamed audio samples to audio frame because that's what they …
|
|
|
@68077
|
7 years |
vboxsync |
vmm/pdmaudioifs.h: Documentation.
|
|
|
@68076
|
7 years |
vboxsync |
Audio: Implemented optional callbacks StreamPlayBegin / StreamPlayEnd …
|
|
|
@68013
|
7 years |
vboxsync |
VMMR0,PciRawR0,GVMMR0: More pGVM cleanups.
|
|
|
@68011
|
7 years |
vboxsync |
GVMMR0,VMMR0: More cleanups.
|
|
|
@68009
|
7 years |
vboxsync |
VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
|
|
|
@68007
|
7 years |
vboxsync |
VMMR0,GVMMR0: Adding GVM parameter to the calls.
|
|
|
@68001
|
7 years |
vboxsync |
PGMR0,GVMMR0: Ditto for I/O MMU setup.
|
|
|
@67994
|
7 years |
vboxsync |
PGMR0,GVMMR0: Ditto for large page alloc.
|
|
|
@67993
|
7 years |
vboxsync |
PGMR0Phys*Handy*: Added pGVM parameter and changed the PVMCPU to idCpu.
|
|
|
@67992
|
7 years |
vboxsync |
GVMMR0: build fix and GVMMR0ValidateGVMandVMandEMT.
|
|
|
@67991
|
7 years |
vboxsync |
GVMMR0*Statistics*: Pass GVM along with pVM when we got one.
|
|
|
@67990
|
7 years |
vboxsync |
GVMMR0Sched*: pass pGVM along when we've got it - part #2.
|
|
|
@67989
|
7 years |
vboxsync |
GVMMR0Sched*: pass pGVM along when we've got it.
|
|
|
@67987
|
7 years |
vboxsync |
GVMMR0: Added EMT deregistration API to complement the registration one.
|
|
|
@67983
|
7 years |
vboxsync |
VMMR0OPERATION: Spread the enum values out so we can safely add new …
|
|
|
@67955
|
7 years |
vboxsync |
VMM,SUPDrv: Started on some session/VMMR0 nits. I/O control interface …
|
|
|
@67944
|
7 years |
vboxsync |
VMM: Nested HW.virt: CPUM fixes
|
|
|
@67943
|
7 years |
vboxsync |
cpum.h: Fixes crash, follow up fixes to r116929
|
|
|
@67938
|
7 years |
vboxsync |
Nit.
|
|
|
@67937
|
7 years |
vboxsync |
CPUM: Quick fix for cleanup crash.
|
|
|
@67924
|
7 years |
vboxsync |
VMM/CPUM: Nested Hw.virt: Allocate the nested-guest VMCB (controls and …
|
|
|
@67916
|
7 years |
vboxsync |
VMM: Comments, clean up.
|
|
|
@67695
|
7 years |
vboxsync |
Audio: vmm/pdmaudioifs.h: Shuffle parameters around in PDMAUDIOPCMPROPS.
|
|
|
@67668
|
7 years |
vboxsync |
PDM: rip out the entire FakePCIBIOS support, no longer triggered from …
|
|
|
@67660
|
7 years |
vboxsync |
VMM/HMSVMR0: Added decode assist for invlpg, mov CRx instruction VM-exits.
|
|
|
@67659
|
7 years |
vboxsync |
VMM/IEM: Added IEMExecDecodedInvlpg.
|
|
|
@67529
|
7 years |
vboxsync |
VMM: Nested Hw.virt: Fixes and debugger info support for VCPU hwvirt state.
|
|
|
@67528
|
7 years |
vboxsync |
VMM/IEM: Nested Hw.virt: Fixes.
|
|
|
@67366
|
8 years |
vboxsync |
Audio: Forward ported audio mixing buffer changes from 5.1 (as of r115728).
|
|
|
@67258
|
8 years |
vboxsync |
VMM/CPUM: Nested Hw.virt: Added some SVM nested-guest interrupt helpers.
|
|
|
@67204
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Physical interrupts and virtual interrupt fixes.
|
|
|
@67156
|
8 years |
vboxsync |
VMM/HMSVMR0, VMM/HMSVMAll: Nested Hw.virt: Fixes.
|
|
|
@67155
|
8 years |
vboxsync |
cpum.h: Nested Hw.virt: adjustments.
|
|
|
@67136
|
8 years |
vboxsync |
HostDrivers/Support, VMM: bugref:8864: On Linux 4.12 the GDT is mapped …
|
|
|
@66885
|
8 years |
vboxsync |
DBGFReg: Added support for YMM registers, expanding the DBGFREVAL type …
|
|
|
@66878
|
8 years |
vboxsync |
CPUM,HM: Added CPUMRZFpuStateActualizeAvxForRead and fixed missing …
|
|
|
@66752
|
8 years |
vboxsync |
VMM/IEM: Comment.
|
|
|
@66751
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Adjusted the helper functions for use with …
|
|
|
@66711
|
8 years |
vboxsync |
VMM/IEM: Added another bit of info required by VT-x for handling …
|
|
|
@66686
|
8 years |
vboxsync |
VMM/IEM: Handle raising of exceptions during delivery of a previous …
|
|
|
@66668
|
8 years |
vboxsync |
hm_svm.h: Added SVM_IOIO_OP_SIZE_SHIFT.
|
|
|
@66667
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Added an fInterceptEvents SVM field in cpumctx.
|
|
|
@66645
|
8 years |
vboxsync |
header fix
|
|
|
@66581
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
|
|
|
@66403
|
8 years |
vboxsync |
CPUM: Added the MXCSR mask to the CPU database and CPUM::GuestInfo as …
|
|
|
@66373
|
8 years |
vboxsync |
Doxygen.
|
|
|
@66371
|
8 years |
vboxsync |
VMM: Nested Hw.virt: MSR and IO intercept helpers for SVM.
|
|
|
@66356
|
8 years |
vboxsync |
VMM: Nested Hw.virt: SVM intercept functions WIP.
|
|
|
@66327
|
8 years |
vboxsync |
IEM,CPUM: Implemented clflush Mb (0f ae /7).
|
|
|
@66318
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Interrupt logic helpers for nested SVM.
|
|
|
@66301
|
8 years |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@66277
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Struct member offset checks.
|
|
|
@66276
|
8 years |
vboxsync |
VMM: Nested Hw.virt: SVM MSRPM and IOPM allocations.
|
|
|
@66270
|
8 years |
vboxsync |
Devices/Bus/MsiCommon.cpp: support devices with MSI, but without …
|
|
|
@66269
|
8 years |
vboxsync |
comment typo
|
|
|
@66227
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
|
|
|
@66193
|
8 years |
vboxsync |
pdmstorageifs.h: Return the region number on success too
|
|
|
@66192
|
8 years |
vboxsync |
VD,pdmstorageifs.h: Move media descriptor related definitions to an …
|
|
|
@66166
|
8 years |
vboxsync |
pdmstorageifs.h,DrvVD.cpp: Add region descriptor API for media which …
|
|
|
@66095
|
8 years |
vboxsync |
CPUMR3CpuId.cpp: Detect AMD Ryzen.
|
|
|
@66060
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Solaris build fix
|
|
|
@66047
|
8 years |
vboxsync |
VMM: Attempted build fix for Solaris.
|
|
|
@66043
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Build fix.
|
|
|
@66042
|
8 years |
vboxsync |
VMM: Nested Hw.virt: bits.
|
|
|
@66041
|
8 years |
vboxsync |
VMM: Nested Hw.virt: bits.
|
|
|
@66040
|
8 years |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@66023
|
8 years |
vboxsync |
VBox/vmm/pgm.h: Note that PGMMODE is part of saved state.
|
|
|
@66022
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Backed out r113878. Attempted build fix for linux …
|
|
|
@66015
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Bits.
|
|
|
@66001
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Temporary build fix to work around recompiler …
|
|
|
@66000
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.
|
|
|
@65989
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
|
|
|
@65934
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Invlpga IEM interface with HM.
|
|
|
@65933
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
|
|
|
@65910
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Empty struct fix.
|
|
|
@65909
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Alignment fixes for 32-bit.
|
|
|
@65907
|
8 years |
vboxsync |
VMM: Nested Hw.virt: doxygen.
|
|
|
@65906
|
8 years |
vboxsync |
VMM: Nested Hw.virt: alignment fix for 32-bit host.
|
|
|
@65904
|
8 years |
vboxsync |
VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
|
|
|