VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13652   16 years vboxsync Solaris and general 32-bit compilation fixes
(edit) @13648   16 years vboxsync Main/SafeArray: Fixed burns.
(edit) @13647   16 years vboxsync Main/SafeArray: Made ctor taking std containers actually work.
(edit) @13635   16 years vboxsync #1865: TRPM.
(edit) @13633   16 years vboxsync #1865: TM.
(edit) @13624   16 years vboxsync COM: typo
(edit) @13614   16 years vboxsync backed out previous accidental commit
(edit) @13613   16 years vboxsync Build system: enable python module by default on osx
(edit) @13598   16 years vboxsync #1865: STAM - minor cleanups.
(edit) @13596   16 years vboxsync SSM: Eliminated some more silly type methods, adding RTGCUINTREG.
(edit) @13595   16 years vboxsync SSM: removed RTHCUINT/RTHCINT methods. (unused and now deprecated types)
(edit) @13594   16 years vboxsync #1865: SSM - just some cleaning up.
(edit) @13593   16 years vboxsync iprt/types.h: deprecated some silly types.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13579   16 years vboxsync selm.h: stripped duplicated doxygen comments.
(edit) @13578   16 years vboxsync Solaris/additions installer: eliminate devlink.tab, use devfsadm and …
(edit) @13577   16 years vboxsync #1865: SELM.
(edit) @13576   16 years vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13575   16 years vboxsync iprt/types.h: RTSEL_MAX.
(edit) @13574   16 years vboxsync Guest Properties (HostServices and Main): redid property flag handling
(edit) @13572   16 years vboxsync Statistics for rdtsc intercepts
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13561   16 years vboxsync Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
(edit) @13558   16 years vboxsync Guest Properties (Main and HostServices): updated API documentation
(edit) @13557   16 years vboxsync Guest Properties (Main, HostServices, VBoxGuestLib): MAX_*_LEN is the …
(edit) @13551   16 years vboxsync HostServices/GuestProperties and Main (Guest Properties): use the new …
(edit) @13549   16 years vboxsync Just RTSTR_MAX.
(edit) @13546   16 years vboxsync iprt: typo in API documentation
(edit) @13532   16 years vboxsync CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
(edit) @13519   16 years vboxsync fixed return type (gcc found this bug)
(edit) @13517   16 years vboxsync Refined suspend state testing.
(edit) @13515   16 years vboxsync Added VERR_HWACCM_SUSPEND_PENDING
(edit) @13511   16 years vboxsync const
(edit) @13478   16 years vboxsync IPRT: set all properties.
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @13468   16 years vboxsync Export
(edit) @13463   16 years vboxsync REM state size refinements
(edit) @13458   16 years vboxsync SUPR3HardenedMain: Added optional TrustedError callback to the wrapped …
(edit) @13452   16 years vboxsync Solaris/USB: Get rid of compile time descisions regarding r3 device …
(edit) @13445   16 years vboxsync ntwrap.mac: undid header damange.
(edit) @13437   16 years vboxsync OSE header fixes
(edit) @13435   16 years vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13414   16 years vboxsync spaces
(edit) @13411   16 years vboxsync VBOX_WITH_DEBUGGER is defined in Config.kmk now.
(edit) @13388   16 years vboxsync Updates
(edit) @13387   16 years vboxsync First sketch of functionality to create guest physical address aliases.
(edit) @13378   16 years vboxsync HGCM: reverted r33362 and r37670 (added a callback parameter type)
(edit) @13376   16 years vboxsync HostServices/GuestProperties: use an HGCM service extension instead of …
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13373   16 years vboxsync Removed the new MMIO functionality. Will do it in a different way.
(edit) @13371   16 years vboxsync Some updates
(edit) @13368   16 years vboxsync Started with IOMR3MMIORegisterR3 extension for MMIO ranges backed by …
(edit) @13367   16 years vboxsync Added new devhlp functions.
(edit) @13360   16 years vboxsync fix OSE
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13350   16 years vboxsync vm.h: no C++ comments, intent preprocessor directives (assuming …
(edit) @13343   16 years vboxsync VT-x real mode emulation: got rid of all the ugly hacks and just fall …
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13311   16 years vboxsync fixed ().
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13293   16 years vboxsync HostServices/GuestProperties and Main: support property flags - the …
(edit) @13287   16 years vboxsync clearified pfnTMTimerCreate.
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13241   16 years vboxsync Added support for three byte opcodes (not complete; just to test …
(edit) @13236   16 years vboxsync #1865: More polish.
(edit) @13235   16 years vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13232   16 years vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13230   16 years vboxsync further new recompiler work
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @13214   16 years vboxsync added missing inline helper
(edit) @13211   16 years vboxsync iprt/cdefs.h: typo (LODWORD -> HIDWORD)
(edit) @13210   16 years vboxsync Typo.
(edit) @13209   16 years vboxsync too many f's
(edit) @13208   16 years vboxsync iprt: added RT_LODWORD and RT_HIDWORD.
(edit) @13203   16 years vboxsync Missing shadow cases for EPT.
(edit) @13198   16 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
(edit) @13197   16 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13196   16 years vboxsync Compile fix
(edit) @13195   16 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13189   16 years vboxsync PCI: Add support for PCI-to-PCI bridges
(edit) @13183   16 years vboxsync use a gcc extension to fix annoying warnings
(edit) @13174   16 years vboxsync Cleaned up a bit
(edit) @13159   16 years vboxsync HostServices/GuestProperties: add host notifications of property …
(edit) @13157   16 years vboxsync HGCM: added callback type
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13140   16 years vboxsync Missing update
(edit) @13136   16 years vboxsync Struct/union again
(edit) @13132   16 years vboxsync Struct not union of course
(edit) @13131   16 years vboxsync Extra assertions
(edit) @13125   16 years vboxsync Wrong unsigned integer view
(edit) @13119   16 years vboxsync EPT violation handling updates.
(edit) @13118   16 years vboxsync Additional info for EPT violations
(edit) @13113   16 years vboxsync Added PGMGetEPTCR3.
(edit) @13093   16 years vboxsync Compile fixes
(edit) @13086   16 years vboxsync EPT updates
(edit) @13079   16 years vboxsync added getGuestEnteredACPIMode()
(edit) @13075   16 years vboxsync more accurate docs. restored the 64-bit warning.
(edit) @13074   16 years vboxsync - remaining bits of x2APIC, some SMP refinements in LAPIC
(edit) @13064   16 years vboxsync iprt/req.h: corrected API docs
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