VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette