History log of /vbox/src/VBox/HostDrivers/Support/SUPDrv.cpp
Revision Date Author Comments Expand
0bc59b80d38b3c89c58bcb558f9eb8261bcb4b84 54890 21-Mar-2015 vboxsync

oops

c16589e4614f86e213d088c5f4867529e6863c41 54889 21-Mar-2015 vboxsync

SUPR0QueryVTCaps: Copy & past wrt unimpeded guest execution.

cd243c608ebc5c5c7bc480990122500625ff43e7 54874 20-Mar-2015 vboxsync

SUPR0QueryVTCaps: Added SUPVTCAPS_VTX_UNRESTRICTED_GUEST return flag. Increased the minor SUPDrv version number.

d46642a697720a96c781768083cc6a92cc288040 54867 20-Mar-2015 vboxsync

HostDrivers/Support: typo.

71e83bf570626af48f11f6129807d57d156bfdd4 54651 05-Mar-2015 vboxsync

build fix

38225f9ea0f545bba35bfcc4f2e3867e0db77ca0 54650 05-Mar-2015 vboxsync

SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0

72524bb0105ba1e269cb7f84bfa37d49cebf1614 54467 24-Feb-2015 vboxsync

IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.

d5dbc72216583ef566ba070ac5613e0bca155f82 54375 23-Feb-2015 vboxsync

SUPDrvGip.cpp: Replaced idTscDeltaInitiator+RTThreadSleep(1) with a mutex semaphore. Allocate the SUPDRVGIPTSCDELTARGS structure (stack might be swappable, also don't waste it). Remove old sync code.

9a59b271202449cf51ec3ac13b8ef1b4b9810850 54339 20-Feb-2015 vboxsync

SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping version req) so that VMMR0.cpp can, if necessary, trigger a delta measurement prior to doing RC and HM stuff. Also, made the context hook set the return-to-ring3 force flag if we're rescheduled on a CPU with an TSC delta needing measuring. This is probably code that will almost never get called...

34281ca49352399191a51f929cc00801b370ee74 54331 20-Feb-2015 vboxsync

SUPDrv.c -> SUPDrv.cpp; SUPDrvSem.c -> SUPDrvSem.cpp