VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12554   16 years vboxsync Some debug register statistics added.
(edit) @12550   16 years vboxsync TM: alignment miscounting.
(edit) @12549   16 years vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @12545   16 years vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @12542   16 years vboxsync @page heading.
(edit) @12541   16 years vboxsync @page heading.
(edit) @12534   16 years vboxsync better handling of overflows
(edit) @12532   16 years vboxsync Backed out previous changes for PATM logging. Breaks saved states. …
(edit) @12527   16 years vboxsync 64-bit Linux boxes fix
(edit) @12524   16 years vboxsync Don't overflow the release log with IDT gate disabled messages.
(edit) @12501   16 years vboxsync Comment added
(edit) @12497   16 years vboxsync Rephrased error message.
(edit) @12479   16 years vboxsync Also print ring 0 release assertion messages to the release log. Now …
(edit) @12444   16 years vboxsync VMM/testcase/Makefile.kmk: Don't include MINGW32 if it has already …
(edit) @12441   16 years vboxsync VMM/SSM: fix logging bug
(edit) @12440   16 years vboxsync SSM: save the vbox version and revision in the saved state. LogRel it …
(edit) @12417   16 years vboxsync Flushing the pgm pool cache when switching guest modes does not apply …
(edit) @12407   16 years vboxsync Refined the PGM pool flush check. No need to flush when switching …
(edit) @12405   16 years vboxsync We must flush the PGM pool cache if the guest mode changes; we don't …
(edit) @12404   16 years vboxsync Cut off calculated addresses when not in 64 bits mode. (fixes OS/2 …
(edit) @12350   16 years vboxsync Cleaned up a bit.
(edit) @12339   16 years vboxsync Minor comment correction
(edit) @12324   16 years vboxsync PDMThread: New API PDMR3ThreadSleep. Fixed a per thread event sem leak.
(edit) @12310   16 years vboxsync GVMM: Fixed a semaphore leak.
(edit) @12307   16 years vboxsync Logging
(edit) @12305   16 years vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12301   16 years vboxsync MSR_K8_CSTAR is not valid on Intel CPUs. (see #3158)
(edit) @12300   16 years vboxsync Devices and VMM: cosmetics: removed full stops at the end of …
(edit) @12299   16 years vboxsync Add option to REMR3State to flush all TBs. (currently not yet active)
(edit) @12285   16 years vboxsync Logging fixes
(edit) @12255   16 years vboxsync VMM/testcases: Added missing directory prereqs for tstVMStructGC.h and …
(edit) @12248   16 years vboxsync VMM/Makefiles: Eliminated PATH_TARGET usage and pushed them up to root …
(edit) @12227   16 years vboxsync CPUMR0: ASMGetDR7 assumption.
(edit) @12225   16 years vboxsync VMM: X86_DR7_ENABLED_MASK should not include GD, because it isn't a …
(edit) @12204   16 years vboxsync Moved the fatal assertion.
(edit) @12203   16 years vboxsync More verbose assertion
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12162   16 years vboxsync VMM: Assert that we don't change CPU unexpectedly while executing in …
(edit) @12129   16 years vboxsync Don't check for hypervisor regions in VT-x/AMD-V mode.
(edit) @12122   16 years vboxsync Fixed regression for AMD-V cpus with erratum 170.
(edit) @12121   16 years vboxsync Committed hardware breakpoint support for VT-x and AMD-V. Untested and …
(edit) @12091   16 years vboxsync Debug register support updates
(edit) @12090   16 years vboxsync Started with hardware debug register support. Fixed out of sync …
(edit) @12079   16 years vboxsync More specific error messages for unexpected VT-x failures.
(edit) @12078   16 years vboxsync More release logging
(edit) @12077   16 years vboxsync Adjusted assertions.
(edit) @12071   16 years vboxsync Consistency
(edit) @12070   16 years vboxsync And another fix
(edit) @12069   16 years vboxsync Build fix
(edit) @12068   16 years vboxsync More release logging for the VERR_VMX_INVALID_VMCS_PTR case.
(edit) @12063   16 years vboxsync Compile fix
(edit) @12062   16 years vboxsync Harmless update (unused code).
(edit) @12061   16 years vboxsync Harmless updates for later logging of fatal errors.
(edit) @12020   16 years vboxsync Nested paging support activated; default changed to false
(edit) @12016   16 years vboxsync Reset EFER to zero & MXCSR to 0x1f80.
(edit) @12005   16 years vboxsync Comment update
(edit) @11997   16 years vboxsync PAE+NX is valid for raw mode.
(edit) @11996   16 years vboxsync PAE+NX = PAE (relevant for testing purposes).
(edit) @11985   16 years vboxsync Minor update
(edit) @11984   16 years vboxsync Annoying assertions are triggered because of this.
(edit) @11983   16 years vboxsync Wrong upper boundary for the patch stats.
(edit) @11981   16 years vboxsync Stupid compiler
(edit) @11980   16 years vboxsync Comment update
(edit) @11979   16 years vboxsync Attempt to fix cpuid fixups (nasty code).
(edit) @11976   16 years vboxsync Correct pVMGC->fForcedActions fixups.
(edit) @11974   16 years vboxsync PATM 1.6 restore fixes
(edit) @11973   16 years vboxsync Linux build fix
(edit) @11972   16 years vboxsync More logging
(edit) @11969   16 years vboxsync More logging
(edit) @11967   16 years vboxsync Correct CPUMCTX offset in 1.6 saved states.
(edit) @11964   16 years vboxsync Ignore mapping fix/unfix calls for VT-x/AMD-V.
(edit) @11960   16 years vboxsync No need to clear EFER on reset. Set the TR attribute field to …
(edit) @11947   16 years vboxsync Reset EFER too in CPUMR3Reset.
(edit) @11946   16 years vboxsync Fetched esp from the wrong place (1.6 compatibility)
(edit) @11945   16 years vboxsync Dropped stack position/empty requirement when restoring the vmm part. …
(edit) @11944   16 years vboxsync Updates for state saving
(edit) @11941   16 years vboxsync More logging
(edit) @11936   16 years vboxsync More logging
(edit) @11933   16 years vboxsync Wrong type
(edit) @11929   16 years vboxsync More logging
(edit) @11928   16 years vboxsync Attempt to shut up the compiler.
(edit) @11925   16 years vboxsync More patm compatibility fixes
(edit) @11920   16 years vboxsync More logging
(edit) @11915   16 years vboxsync First part of 1.6 saved state backwards compatibility (PATM).
(edit) @11902   16 years vboxsync More logging
(edit) @11894   16 years vboxsync Correction for raw mode on 64 bits hosts.
(edit) @11893   16 years vboxsync CPUMPushHyper correction for 64 bits guests
(edit) @11889   16 years vboxsync VMM/SUP: Added SUPR3HardenedVerifyFile and use it to verify files we load.
(edit) @11883   16 years vboxsync #3076: better error messages for when using the wrong driver.
(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.
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