|
|
@54874
|
10 years |
vboxsync |
SUPR0QueryVTCaps: Added SUPVTCAPS_VTX_UNRESTRICTED_GUEST return flag. …
|
|
|
@54863
|
10 years |
vboxsync |
hm_vmx.h: updates
|
|
|
@54862
|
10 years |
vboxsync |
Corrected x86.h/mac typo.
|
|
|
@54845
|
10 years |
vboxsync |
VMM/GIM,TM: paranoia assertions.
|
|
|
@54835
|
10 years |
vboxsync |
Encryption: Add a way to retrieve the encryption settings without …
|
|
|
@54834
|
10 years |
vboxsync |
Frontend,SharedOpenGL: 3D notification without safearray.
|
|
|
@54809
|
10 years |
vboxsync |
Distinguished error codes when a provided password is wrong
|
|
|
@54775
|
10 years |
vboxsync |
iprt/time.h: fixed typo in RTTimeSpecSubSeconds(). Changed to using …
|
|
|
@54763
|
10 years |
vboxsync |
PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
|
|
|
@54738
|
10 years |
vboxsync |
VMM,REM: CPUID revamp - almost there now.
|
|
|
@54728
|
10 years |
vboxsync |
PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a …
|
|
|
@54724
|
10 years |
vboxsync |
Runtime/RTStream: Make it possible to disable echoing of typed …
|
|
|
@54720
|
10 years |
vboxsync |
VMM: Some more internal decls.
|
|
|
@54719
|
10 years |
vboxsync |
VMM: Make the thread-context hook functions VMM internal linkage.
|
|
|
@54718
|
10 years |
vboxsync |
VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified …
|
|
|
@54714
|
10 years |
vboxsync |
PATM,CPUM: CPUID patch update.
|
|
|
@54713
|
10 years |
vboxsync |
iprt/asmdefs.mac: Added RT_BIT_32 macro.
|
|
|
@54712
|
10 years |
vboxsync |
VMM: Clear idHostCpu mapping while deregistering the context-hooks …
|
|
|
@54706
|
10 years |
vboxsync |
asn1-generator-pass.h: Don't do anything stupid should RTAsn1MemAllocZ …
|
|
|
@54697
|
10 years |
vboxsync |
VMM/TM: TMR3CpuTickIsFixedRateMonotonic() for now.
|
|
|
@54690
|
10 years |
vboxsync |
asmdefs.mac: RT_CONCAT* macros.
|
|
|
@54673
|
10 years |
vboxsync |
CPUM: Working on refactoring the guest CPUID handling.
|
|
|
@54650
|
10 years |
vboxsync |
SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
|
|
|
@54649
|
10 years |
vboxsync |
build fix
|
|
|
@54648
|
10 years |
vboxsync |
FE/Qt and Debugger UI: 6227: Omitting some of the dependencies for COM …
|
|
|
@54624
|
10 years |
vboxsync |
Storage/VD: Add API to prepare a chain of images for use with filters
|
|
|
@54591
|
10 years |
vboxsync |
Add support to supply passwords for disk encryption while the VM is running
|
|
|
@54584
|
10 years |
vboxsync |
DHCPServer: Define DHCP option encodings as an enum. The enum is not …
|
|
|
@54582
|
10 years |
vboxsync |
Host 3D unscaled HiDPI output: privide notifyHiDPIOutputPolicyChange() …
|
|
|
@54565
|
10 years |
vboxsync |
include,Additions: introduce VBVA_SCREEN_F_BLANK
|
|
|
@54557
|
10 years |
vboxsync |
Alignment.
|
|
|
@54556
|
10 years |
vboxsync |
VUSB: Added RH service to abort an endpoint (as opposed to canceling a …
|
|
|
@54540
|
10 years |
vboxsync |
Be -pedantic about trailing comma at the end of an enum for the sake …
|
|
|
@54533
|
10 years |
vboxsync |
SVM: Added comments for easier cross-referencing with manuals.
|
|
|
@54526
|
10 years |
vboxsync |
timer.h: doxygen typo.
|
|
|
@54512
|
10 years |
vboxsync |
RTTimerDestroy() is off limits from the timer callback on windows too.
|
|
|
@54506
|
10 years |
vboxsync |
os2/VBoxMouse: Use VBOXGUEST_IOCTL_CTL_FILTER_MASK and …
|
|
|
@54496
|
10 years |
vboxsync |
VMMSwitcher: test code for disabling the Extended LVT APIC registers …
|
|
|
@54495
|
10 years |
vboxsync |
Main/Display and Mouse: input mapping fix for when VMMDev is not in use.
|
|
|
@54491
|
10 years |
vboxsync |
PDM/Audio: Fixed crashes on termination.
|
|
|
@54481
|
10 years |
vboxsync |
iprt/test.h: Added RTTESTI_CHECK_MSG_BREAK.
|
|
|
@54470
|
10 years |
vboxsync |
iprt/test.h: Added RTTESTI_CHECK_RC_OK_BREAK.
|
|
|
@54455
|
10 years |
vboxsync |
iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in …
|
|
|
@54430
|
10 years |
vboxsync |
Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
|
|
|
@54415
|
10 years |
vboxsync |
IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
|
|
|
@54411
|
10 years |
vboxsync |
forgot mangling.
|
|
|
@54408
|
10 years |
vboxsync |
IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
|
|
|
@54403
|
10 years |
vboxsync |
Storage/VDFilterrypt,Main: Move key store implementation to the crypto …
|
|
|
@54382
|
10 years |
vboxsync |
mp.h: doc update.
|
|
|
@54368
|
10 years |
vboxsync |
PDM/Audio: Some renaming.
|
|
|
@54352
|
10 years |
vboxsync |
SUPDrv,TM: Overhauled the CPU/TSC frequency a little, making it …
|
|
|
@54340
|
10 years |
vboxsync |
Storage/VD: Allow different filter chains for reads and writes …
|
|
|
@54339
|
10 years |
vboxsync |
SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
|
|
|
@54333
|
10 years |
vboxsync |
sup.h: whether TSC-delta is available for given CPU.
|
|
|
@54314
|
10 years |
vboxsync |
Main/DHCPServerImpl: for DHCP options keep not just the text …
|
|
|
@54311
|
10 years |
vboxsync |
Use existing typedef to define DHCPServer::GlobalDhcpOptions.
|
|
|
@54310
|
10 years |
vboxsync |
oops
|
|
|
@54309
|
10 years |
vboxsync |
build fix
|
|
|
@54308
|
10 years |
vboxsync |
VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
|
|
|
@54294
|
10 years |
vboxsync |
mp: update doc and todo for Solaris, better/lighter API possible it …
|
|
|
@54293
|
10 years |
vboxsync |
doc update.
|
|
|
@54290
|
10 years |
vboxsync |
HostDrivers/Support: TSC-delta thread adjustments for tsc-delta …
|
|
|
@54286
|
10 years |
vboxsync |
SUPR3TscDeltaMesaure prototype correction.
|
|
|
@54275
|
10 years |
vboxsync |
missed copyright year update.
|
|
|
@54274
|
10 years |
vboxsync |
HostDrivers/Support: use warning and not error code.
|
|
|
@54270
|
10 years |
vboxsync |
IPRT,TM: Implemented the get-cpu-number optimizations for the …
|
|
|
@54269
|
10 years |
vboxsync |
asm.h: Don't call assmebly for ASMAtomicUoReadU64 on AMD64.
|
|
|
@54260
|
10 years |
vboxsync |
iprt/asm-amd64-x86.h: Build fix for linux.x86 VM used to build the …
|
|
|
@54258
|
10 years |
vboxsync |
SUPReadTsc: semi-predict we can call ASMReadTSC and doesn't need deltas.
|
|
|
@54256
|
10 years |
vboxsync |
VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
|
|
|
@54255
|
10 years |
vboxsync |
forgot asmdefs.mac changes for ASMGetIdtrLimit.asm
|
|
|
@54254
|
10 years |
vboxsync |
Added ASMGetIdtrLimit.
|
|
|
@54252
|
10 years |
vboxsync |
SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
|
|
|
@54251
|
10 years |
vboxsync |
asm-amd64-x86.h: Added ASMReadTscWithAux().
|
|
|
@54230
|
10 years |
vboxsync |
PDM/Audio: Update.
|
|
|
@54224
|
10 years |
vboxsync |
SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
|
|
|
@54222
|
10 years |
vboxsync |
sup.h: build fix.
|
|
|
@54219
|
10 years |
vboxsync |
HostDrivers/support: TSC-delta bits.
|
|
|
@54218
|
10 years |
vboxsync |
DBGF,DBGC: Added dmesg command and implemented it for linux guests.
|
|
|
@54215
|
10 years |
vboxsync |
Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
|
|
|
@54214
|
10 years |
vboxsync |
HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync.
|
|
|
@54208
|
10 years |
vboxsync |
IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
|
|
|
@54202
|
10 years |
vboxsync |
IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
|
|
|
@54201
|
10 years |
vboxsync |
HostDrivers/Support, VMM: avoid code duplication.
|
|
|
@54200
|
10 years |
vboxsync |
sup.h: nit and todo.
|
|
|
@54198
|
10 years |
vboxsync |
warning
|
|
|
@54188
|
10 years |
vboxsync |
RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
|
|
|
@54181
|
10 years |
vboxsync |
HostDrivers/support: fix reinit of GipCpu data where TSC-delta isn't …
|
|
|
@54106
|
10 years |
vboxsync |
NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it …
|
|
|
@54068
|
10 years |
vboxsync |
try address the 'char *' conversion warnings on solaris.
|
|
|
@54065
|
10 years |
vboxsync |
VMM: Implemented TM TSC-mode switching with paravirtualized guests.
|
|
|
@54013
|
10 years |
vboxsync |
Support: added SUPR3LockDownLoader()
|
|
|
@54010
|
10 years |
vboxsync |
Additions/common/VBoxGuestLib: add respawn counter to Daemonize().
|
|
|
@53997
|
10 years |
vboxsync |
iprt/alloca.h: Seems linux might need to include alloca.h just like …
|
|
|
@53977
|
10 years |
vboxsync |
VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX …
|
|
|
@53966
|
10 years |
vboxsync |
Devices/Graphics, Main: optionally send cursor integration toggle and …
|
|
|
@53965
|
10 years |
vboxsync |
Devices/Graphics, Main: optionally send cursor integration toggle and …
|
|
|
@53901
|
10 years |
vboxsync |
iprt/mangling.h: RTCrX509OtherName_*.
|
|
|
@53900
|
10 years |
vboxsync |
IPRT: Implemented X.509 OtherName.
|
|
|
@53896
|
10 years |
vboxsync |
Host 3D: scaling: Increase scaling precision multiplier; Adjust …
|
|
|