VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5026   17 years vboxsync GVM -> GVMM.
(edit) @5020   17 years vboxsync Simplified the YASM/NASM invocations avoiding unnecessary statement …
(edit) @5018   17 years vboxsync some code…
(edit) @5017   17 years vboxsync GVM kick-off.
(edit) @5006   17 years vboxsync
(edit) @5001   17 years vboxsync Correction
(edit) @5000   17 years vboxsync Log SUPPageAlloc failures
(edit) @4999   17 years vboxsync More logging
(edit) @4992   17 years vboxsync LogFlow instead
(edit) @4991   17 years vboxsync More logging
(edit) @4984   17 years vboxsync (void)
(edit) @4980   17 years vboxsync GVMR0CreateVM isn't used yet, so disable the code for now.
(edit) @4979   17 years vboxsync New ring-0 assertion avoidance, now for all platforms.
(edit) @4978   17 years vboxsync Backed out most of 24659.
(edit) @4977   17 years vboxsync Backed out most of 24659.
(edit) @4975   17 years vboxsync backing out 24660.
(edit) @4972   17 years vboxsync IN_GVM_R0
(edit) @4971   17 years vboxsync GVM.
(edit) @4970   17 years vboxsync r=bird
(edit) @4967   17 years vboxsync yasm bug #115 triggered this assertion.
(edit) @4960   17 years vboxsync Raise IRQL to DISPATCH_LEVEL to prevent Windows from rescheduling us …
(edit) @4959   17 years vboxsync build fix.
(edit) @4958   17 years vboxsync Added hSelf and removed pVMHC from the VM structure.
(edit) @4955   17 years vboxsync Compile fix
(edit) @4954   17 years vboxsync Accidental commit removed
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4951   17 years vboxsync leading _ is fine.
(edit) @4943   17 years vboxsync Return from VMR3ReqWait, if the request was killed in vmR3DestroyFinalBit.
(edit) @4936   17 years vboxsync svn:eol-style for unix targets on a windows share.
(edit) @4932   17 years vboxsync Always use the ioctl path for hwaccm code execution.
(edit) @4929   17 years vboxsync Removed incorrect log flush
(edit) @4923   17 years vboxsync Bugfix
(edit) @4921   17 years vboxsync Debug code removed
(edit) @4920   17 years vboxsync Corrections
(edit) @4918   17 years vboxsync Introduced RT_NO_RING0_ASSERTIONS
(edit) @4917   17 years vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4906   17 years vboxsync Hack for new yasm.
(edit) @4901   17 years vboxsync don't kill the heap, it'll be taken care of in VMR3Create if we fail.
(edit) @4900   17 years vboxsync fixed driver version error code
(edit) @4899   17 years vboxsync small include fix for certain yasm versions
(edit) @4829   17 years vboxsync inverted VBOX_WITHOUT_IDT_PATCHING.
(edit) @4814   17 years vboxsync Corrected the entry point.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(edit) @4799   17 years vboxsync blanks.
(edit) @4790   17 years vboxsync Paranoid checks
(edit) @4789   17 years vboxsync Also use host OS ioctls to go to ring 0 for hardware virtualization.
(edit) @4788   17 years vboxsync Logging level change
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4776   17 years vboxsync Stricter type checking. Removed unnecessary code from the ring 0 module.
(edit) @4773   17 years vboxsync Corrected
(edit) @4772   17 years vboxsync Compile fix
(edit) @4771   17 years vboxsync Compile fix
(edit) @4769   17 years vboxsync Cleanup
(edit) @4768   17 years vboxsync Use the hypervisor heap for page pool blocks.
(edit) @4767   17 years vboxsync Stricter types
(edit) @4766   17 years vboxsync Too early to user MMHyperAlloc
(edit) @4764   17 years vboxsync Translate VERR_EM_INTERPRETER to VINF_EM_RAW_EMULATE_INSTR.
(edit) @4763   17 years vboxsync Use MMHyperAlloc
(edit) @4762   17 years vboxsync Sigh
(edit) @4761   17 years vboxsync And another one
(edit) @4760   17 years vboxsync Bugfix
(edit) @4759   17 years vboxsync silly me. 0x100 not Start+0x100.
(edit) @4756   17 years vboxsync Translate VERR_EM_INTERPRETER to VINF_EM_RAW_EMULATE_INSTR
(edit) @4755   17 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4754   17 years vboxsync PGMPhysReadGCPtr at poweroff crashes calling a NULL pointer (GetPage), …
(edit) @4752   17 years vboxsync eol
(edit) @4738   17 years vboxsync more new phys code.
(edit) @4714   17 years vboxsync ZeroPg
(edit) @4713   17 years vboxsync more on the phys page management rewrite…
(edit) @4697   17 years vboxsync Force R3 context for DECLCALLBACKMEMBER & DECLCALLBACKPTR
(edit) @4696   17 years vboxsync Stricter types
(edit) @4693   17 years vboxsync PGMPhysGCPtr2CCPtr and ReadOnly versions.
(edit) @4692   17 years vboxsync Changed API for converting guest memory into CCPtrs.
(edit) @4691   17 years vboxsync
(edit) @4690   17 years vboxsync Enabled clflush and corrected cpuid[1].ebx.
(edit) @4689   17 years vboxsync ring-3 chunk mappings (in progress).
(edit) @4688   17 years vboxsync MM_TAG_PGM_CHUNK_MAPPING.
(edit) @4684   17 years vboxsync Removed some CLIs that're no longer needed. Also straighted out a …
(edit) @4680   17 years vboxsync PGMPhysGCPtr2HCPtr -> PGMPhysGCPtr2GCPhys + PGMPhysGCPhys2CCPtr + …
(edit) @4679   17 years vboxsync Corrected PGMPhysGCPtr2GCPhys to respect the page offset.
(edit) @4678   17 years vboxsync PGMPhysGCPtr2HCPtr -> PGMPhysReadGCPtr.
(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) @4621   17 years vboxsync pgmPhysCacheAdd doesn't look like it's SMP safe, at least I got a …
(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) @4598   17 years vboxsync Only check for vmx root mode for 64 bits hosts.
(edit) @4593   17 years vboxsync Don't modify the X86_CR4_VMXE flag.
(edit) @4592   17 years vboxsync Give up earlier, esp. if we're not the EMT - just had EMT in a HLT …
(edit) @4591   17 years vboxsync PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the …
(edit) @4569   17 years vboxsync Read and write to GC virt is only allowed from EMT.
(edit) @4568   17 years vboxsync Compile fix
(edit) @4566   17 years vboxsync Cleaned up
(edit) @4564   17 years vboxsync Don't allow gc to hc virt address conversions from non-EMT threads.
(edit) @4563   17 years vboxsync Add a release log message when PGMPhysGCPhys2HCPtr fails
(edit) @4558   17 years vboxsync Added PDMDEVHLP::pfnPhysGCPtr2GCPhys
(edit) @4551   17 years vboxsync EMSTATE_NONE
(edit) @4549   17 years vboxsync overlooked some import libs…
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