VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11813   16 years vboxsync Deal with 1.6 saved states in the recompiler.
(edit) @11808   16 years vboxsync Deal with GCPtr differences between 1.6 & 2.0 saved states.
(edit) @11805   16 years vboxsync - rearranged SDK-only stuff in makefiles per Knut advise
(edit) @11803   16 years vboxsync More assertions
(edit) @11798   16 years vboxsync Fixing backwards compatibility for CPUMCTX.
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11792   16 years vboxsync Assert when the SSM version doesn't match.
(edit) @11767   16 years vboxsync VT-x: always enable caching in cr0.
(edit) @11764   16 years vboxsync Got rid of PAT cpuid feature hack. Properly fixed now.
(edit) @11763   16 years vboxsync Host CR0 CD, NW & ET bits are not restored after a VM exit. We must …
(edit) @11761   16 years vboxsync Filter out X86_CR0_CACHE_DISABLE as well for VT-x. (duh!)
(edit) @11757   16 years vboxsync No room for this
(edit) @11756   16 years vboxsync Use the wbinvd intercept if it's present in the secondary control.
(edit) @11748   16 years vboxsync More logging
(edit) @11740   16 years vboxsync another error code if /dev/vboxdrv could not be found
(edit) @11736   16 years vboxsync warning
(edit) @11734   16 years vboxsync Forgot one template. moved the LIBS.l4 prop into VBOXR3AUTOTST.
(edit) @11733   16 years vboxsync Made the automatic build tests no depend on VBoxRT.
(edit) @11731   16 years vboxsync #3076: More DYLD_FALLBACK_LIBRARY_PATH hacking.
(edit) @11729   16 years vboxsync #3076: DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11721   16 years vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @11714   16 years vboxsync Enable the PAT cpuid feature when switching to long mode.
(edit) @11713   16 years vboxsync Wrong check for state free.
(edit) @11711   16 years vboxsync Deal with PGMR3MappingsUnfix flushing the entire page pool. In long …
(edit) @11706   16 years vboxsync No need to enable VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
(edit) @11705   16 years vboxsync Moved #3026 'fix'.
(edit) @11704   16 years vboxsync Allow enabling and disabling of the PAT cpuid feature.
(edit) @11697   16 years vboxsync Comment update
(edit) @11696   16 years vboxsync Enabled MSR bitmap for VT-x.
(edit) @11693   16 years vboxsync Backed out 32798; causes host slowdown in VT-x mode. See #3026
(edit) @11692   16 years vboxsync Disabled microcode version passthru. Code is sufficient to make sure …
(edit) @11691   16 years vboxsync Allow the MSR_IA32_BIOS_SIGN_ID query only for Intel CPUs.
(edit) @11690   16 years vboxsync Pass the host's MSR_IA32_BIOS_SIGN_ID on to the guest. This msr …
(edit) @11688   16 years vboxsync Some more MSR logging
(edit) @11575   16 years vboxsync Sync back CR2 as it can be changed behind our back in the nested …
(edit) @11570   16 years vboxsync Incorrect destination offset in PGMPhysInterpretedRead (crossed page …
(edit) @11568   16 years vboxsync Cleanup
(edit) @11533   16 years vboxsync Obsolete todo
(edit) @11531   16 years vboxsync Missing changes for PSE-36 support.
(edit) @11526   16 years vboxsync Moved GCPhys4MBPSEMask init
(edit) @11525   16 years vboxsync Added support for PSE-36.
(edit) @11522   16 years vboxsync Activated (lock) cmpxchg emulation for VT-x and AMD-V. Watch for …
(edit) @11518   16 years vboxsync Bump ssm version
(edit) @11517   16 years vboxsync More logging
(edit) @11516   16 years vboxsync Forgot IA32_MSR_STAR syncing.
(edit) @11515   16 years vboxsync Include other members of CPUMCTXCORE in test.
(edit) @11514   16 years vboxsync Removed obsolete logging
(edit) @11513   16 years vboxsync Additional logging
(edit) @11509   16 years vboxsync Added R0/HC emulation of (lock) cmpxchg. Not activated.
(edit) @11508   16 years vboxsync Added emulation of cmpxchg & lock cmpxchg (not yet used).
(edit) @11505   16 years vboxsync Win32 build fix (recompiler)
(edit) @11495   16 years vboxsync CPU context dump fix for sysenter.
(edit) @11494   16 years vboxsync Both sysenter.eip & esp are 64 bits long. Corrected CPU context dump.
(edit) @11492   16 years vboxsync Fixed the non-rep stoswd case (rdi must be updated).
(edit) @11488   16 years vboxsync stoswd emulation fix (DF).
(edit) @11477   16 years vboxsync small logging fix
(edit) @11474   16 years vboxsync AMD-V: Corrected current asid handling. (multiple VMs could end up …
(edit) @11473   16 years vboxsync http://en.wikipedia.org/wiki/Guru_Meditation
(edit) @11458   16 years vboxsync Paranoia.
(edit) @11457   16 years vboxsync BT emulation bugfix.
(edit) @11456   16 years vboxsync Use DISGetParamSize instead of iomGetRegSize.
(edit) @11453   16 years vboxsync More compile issues
(edit) @11452   16 years vboxsync Minor correction
(edit) @11450   16 years vboxsync Access verfication for stoswd emulation.
(edit) @11449   16 years vboxsync Corrected assertion
(edit) @11438   16 years vboxsync Don't ignore the current log flags for ring 0 logging.
(edit) @11434   16 years vboxsync Compile fix
(edit) @11431   16 years vboxsync Paranoia
(edit) @11425   16 years vboxsync Support protected mode without paging in VT-x mode. Note: watch for …
(edit) @11424   16 years vboxsync Emulate stosw/d/q ourselves.
(edit) @11416   16 years vboxsync InvalidatePage: check 4 PDPEs for PAE guest mode. (shouldn't be …
(edit) @11407   16 years vboxsync warnings, comments
(edit) @11398   16 years vboxsync Always sync back the TPR value.
(edit) @11371   16 years vboxsync Too verbose logging
(edit) @11370   16 years vboxsync Deal with flushing of pgm pool pages when an injected event triggers …
(edit) @11366   16 years vboxsync A faulting call also implies the pgm pool page has been reused
(edit) @11349   16 years vboxsync Misleading log statement
(edit) @11317   16 years vboxsync cpum: Use RTMpGetCount and RTMpGetOnlineSet instead of …
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @11309   16 years vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11303   16 years vboxsync pdm: Retired PPDMDEVINSGC.
(edit) @11299   16 years vboxsync mm: MMHyperXXToGC -> MMHyperXXToRC.
(edit) @11298   16 years vboxsync cpum: MMHyperCCToGC -> MMHyperCCToRC.
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @11235   16 years vboxsync warning
(edit) @11224   16 years vboxsync PDM: GC->RC, HC->R3 wrt PCI bus registration.
(edit) @11221   16 years vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11219   16 years vboxsync #1865: DevAPIC.
(edit) @11169   16 years vboxsync #1865: PCI.
(edit) @11164   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11155   16 years vboxsync TMTimerRCPtr and some types.
(edit) @11153   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11152   16 years vboxsync PDMQueueRCPtr: MMHyperHC2GC -> MMHyperCCToRC
(edit) @11150   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11147   16 years vboxsync PDMQueueGCPtr -> PDMQueueRCPtr; strip duplicate comments.
(edit) @11146   16 years vboxsync PDMQueueR0Ptr
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