VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4979   17 years vboxsync New ring-0 assertion avoidance, now for all platforms.
(edit) @4976   17 years vboxsync backing out 24661 and 24659.
(edit) @4971   17 years vboxsync GVM.
(edit) @4970   17 years vboxsync r=bird
(edit) @4964   17 years vboxsync PSUPDRVSESSION is already R0 only.
(edit) @4958   17 years vboxsync Added hSelf and removed pVMHC from the VM structure.
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4927   17 years vboxsync Only bool is required, no need for _Bool.
(edit) @4919   17 years vboxsync Introduced RT_NO_RING0_ASSERTIONS
(edit) @4917   17 years vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4907   17 years vboxsync Second try
(edit) @4905   17 years vboxsync Reverted for now
(edit) @4904   17 years vboxsync Fix (hopefully!) for bool type handling in Linux
(edit) @4860   17 years vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4852   17 years vboxsync CTR3R0TYPE isn't needed.
(edit) @4829   17 years vboxsync inverted VBOX_WITHOUT_IDT_PATCHING.
(edit) @4822   17 years vboxsync Fixed bad name.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4808   17 years vboxsync Added an RTErrnoConvertFromErr function to simplify error management …
(edit) @4807   17 years vboxsync DECLCALLBACKPTR and DECLCALLBACKMEMBER aren't supposed to be ring-3 only.
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(edit) @4799   17 years vboxsync blanks.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4765   17 years vboxsync Added SUPPageFreeLocked & SUPPageAllocLocked
(edit) @4755   17 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4747   17 years vboxsync file header.
(edit) @4738   17 years vboxsync more new phys code.
(edit) @4734   17 years vboxsync _TIMEVAL and _TIMESPEC for darwin.
(edit) @4723   17 years vboxsync regenerated.
(edit) @4722   17 years vboxsync VINF_EM_NO_MEMORY.
(edit) @4721   17 years vboxsync regenerated.
(edit) @4720   17 years vboxsync regenerated.
(edit) @4713   17 years vboxsync more on the phys page management rewrite…
(edit) @4702   17 years vboxsync DECLCALLBACKMEMBER -> DECLR3CALLBACKMEMBER
(edit) @4698   17 years vboxsync Compile fix
(edit) @4697   17 years vboxsync Force R3 context for DECLCALLBACKMEMBER & DECLCALLBACKPTR
(edit) @4693   17 years vboxsync PGMPhysGCPtr2CCPtr and ReadOnly versions.
(edit) @4692   17 years vboxsync Changed API for converting guest memory into CCPtrs.
(edit) @4689   17 years vboxsync ring-3 chunk mappings (in progress).
(edit) @4688   17 years vboxsync MM_TAG_PGM_CHUNK_MAPPING.
(edit) @4687   17 years vboxsync Added RTAvllU32*. Applied enumeration fixes for non-unique tree. …
(edit) @4679   17 years vboxsync Corrected PGMPhysGCPtr2GCPhys to respect the page offset.
(edit) @4668   17 years vboxsync Removed MMPhysGCVirt2HCVirt.
(edit) @4665   17 years vboxsync Moved some of the odd address conversion routines to PGMR3Dbg just to …
(edit) @4662   17 years vboxsync Update
(edit) @4633   17 years vboxsync OS/2 + FreeBSD timspec and timeval indicators.
(edit) @4631   17 years vboxsync TIMEVAL_TO_TIMESPEC doesn't necessarily imply timeval.
(edit) @4626   17 years vboxsync A couple of more getters.
(edit) @4620   17 years vboxsync The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) …
(edit) @4616   17 years vboxsync Ditto for REM(R3)NotifyHandlerPhysicalDeregister.
(edit) @4615   17 years vboxsync REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, …
(edit) @4611   17 years vboxsync Updates
(edit) @4600   17 years vboxsync Fix
(edit) @4591   17 years vboxsync PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the …
(edit) @4575   17 years vboxsync Updates
(edit) @4573   17 years vboxsync More statistics. Started implementing the guest side.
(edit) @4571   17 years vboxsync Future proof
(edit) @4570   17 years vboxsync More guest statistics
(edit) @4567   17 years vboxsync Documented limitations of address conversion helpers
(edit) @4560   17 years vboxsync Added PDMDevHlpPhysGCPtr2GCPhys
(edit) @4558   17 years vboxsync Added PDMDEVHLP::pfnPhysGCPtr2GCPhys
(edit) @4540   17 years vboxsync Implemented notification for guest about an active VRDP connection.
(edit) @4533   17 years vboxsync Cleaned up a bit
(edit) @4532   17 years vboxsync Memory balloon size change updates
(edit) @4524   17 years vboxsync Updates for guest statistics
(edit) @4519   17 years vboxsync VRDP change event bit.
(edit) @4516   17 years vboxsync Skeleton for guest management extension
(edit) @4503   17 years vboxsync CFGMR3InsertBytes should take a const data pointer.
(edit) @4492   17 years vboxsync Continued Main-VMMDev work on memory ballooning.
(edit) @4478   17 years vboxsync copyright header fixes
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4473   17 years vboxsync movxz -> movzbl in the GNU parts. (hopefully this fixes some mac os x …
(edit) @4442   17 years vboxsync size_t
(edit) @4425   17 years vboxsync some more CPU feature flags
(edit) @4421   17 years vboxsync Fixed bugs found during testing. Wakeup -> WakeUp.
(edit) @4412   17 years vboxsync Added PGMPhysWriteGCPtrSafe & PGMPhysReadGCPtrSafe
(edit) @4403   17 years vboxsync PDMCritSectIsInitialized.
(edit) @4388   17 years vboxsync Shadow ROM emulation. Clear the RESERVED flag for ROM.
(edit) @4387   17 years vboxsync more grokable.
(edit) @4382   17 years vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4351   17 years vboxsync Added additional logging macros
(edit) @4350   17 years vboxsync Initial code for seamless mode in Linux guests
(edit) @4337   17 years vboxsync Mian/CFGLDR: Use IPRT functions to do string<->integer conversion …
(edit) @4334   17 years vboxsync Ring 3 callback handlers; mark them as such
(edit) @4329   17 years vboxsync Some DBGCVAR stuff.
(edit) @4287   17 years vboxsync Solaris
(edit) @4256   17 years vboxsync CR/LF
(edit) @4236   17 years vboxsync Alexander Eichner: host serial device cleanup + added Windows host support
(edit) @4217   17 years vboxsync Updated the AllocNC and ReserveKernel docs.
(edit) @4213   17 years vboxsync multiplication and an operator associativity+precendency fix.
(edit) @4212   17 years vboxsync SELMSelInfoIsExpandDown
(edit) @4208   17 years vboxsync CPUMGetGuestMode
(edit) @4207   17 years vboxsync CPUMGetGuestMode
(edit) @4185   17 years vboxsync Fixed x86/amd64 file header difference. Added SSMAFTER_DEBUG_IT for …
(edit) @4184   17 years vboxsync added getters for the vendor and device id.
(edit) @4172   17 years vboxsync eol-style native
(edit) @4171   17 years vboxsync export
(edit) @4170   17 years vboxsync eol-style native.
(edit) @4169   17 years vboxsync eol-style native.
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