VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5167   17 years vboxsync New halt method.
(edit) @5143   17 years vboxsync The rest of the GMM code.
(edit) @5142   17 years vboxsync More GMM code.
(edit) @5135   17 years vboxsync More GMM code.
(edit) @5124   17 years vboxsync tstVMMFork.
(edit) @5123   17 years vboxsync allocation code.
(edit) @5119   17 years vboxsync Rewrote two error messages
(edit) @5106   17 years vboxsync Hooked up the GMM code.
(edit) @5100   17 years vboxsync GMMPAGEDESC for handy pages.
(edit) @5099   17 years vboxsync getenv() => RTEnvGet()
(edit) @5086   17 years vboxsync GMM.
(edit) @5081   17 years vboxsync -@name
(edit) @5080   17 years vboxsync Debugging problem with too much spinning. Read parameters.
(edit) @5073   17 years vboxsync Limit the amount of resume loops
(edit) @5072   17 years vboxsync Run vmx guest code with interrupts disabled.
(edit) @5064   17 years vboxsync GMM.
(edit) @5056   17 years vboxsync assertion was the wrong way around. typical 2am bug.
(edit) @5055   17 years vboxsync PGMPhysIsPageMappingLockValid won't work on uninitialized data.
(edit) @5054   17 years vboxsync PGMPhysIsPageMappingLockValid won't work on uninitialized data.
(edit) @5053   17 years vboxsync case
(edit) @5045   17 years vboxsync Removed incorrect assertion (breaks VT-x)
(edit) @5040   17 years vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @5035   17 years vboxsync PRORITY => PRIORITY
(edit) @5034   17 years vboxsync fixed tree
(edit) @5033   17 years vboxsync GMM…
(edit) @5032   17 years vboxsync UVM.
(edit) @5031   17 years vboxsync Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM …
(edit) @5029   17 years vboxsync GVM -> GVMM
(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
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