VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24467   15 years vboxsync Document VMR3Req* caveats.
(edit) @24463   15 years vboxsync CPUM: Enabled the last bit of live migration code.
(edit) @24461   15 years vboxsync VMM/VM: pass uintptr 0 instead of NULL while passing SSM load info to EMT.
(edit) @24453   15 years vboxsync CPUM: CPUID validation on state load.
(edit) @24443   15 years vboxsync Build fix
(edit) @24442   15 years vboxsync AsyncCompletion: New key to enable the host cache with async I/O. Not …
(edit) @24416   15 years vboxsync Fixed bugs in VBoxManage list hostcpuids and the cpuid part of the …
(edit) @24415   15 years vboxsync AsyncCompletion: Release the write lock when done. Should fix guest hangs
(edit) @24406   15 years vboxsync Main/CPUM: Use /CPUM/HostCPUID instead of /CPUM/CPUID since the latter …
(edit) @24368   15 years vboxsync Additional check for in-use AMD-V.
(edit) @24363   15 years vboxsync PGMSavedState: Save the RAM config (size + hole).
(edit) @24360   15 years vboxsync AsyncCompletion: Option to enforce use of the failsafe I/O manager
(edit) @24359   15 years vboxsync AsyncCompletion: CFGM key to disable the cache globally
(edit) @24358   15 years vboxsync AsyncCompletion: Don't enqueue requests if the endpoint is moving
(edit) @24356   15 years vboxsync AsyncCompletion: Improve write performance for random acess. If a …
(edit) @24355   15 years vboxsync AsyncCompletion: Fix crash when doing load balancing
(edit) @24353   15 years vboxsync Main,VM: Working the teleportation state. Made VMR3Teleport report …
(edit) @24349   15 years vboxsync PGMR3PhysWriteExternal: Instrumented it to track down who is writing …
(edit) @24343   15 years vboxsync Temporary release assertions to see what's going wrong
(edit) @24328   15 years vboxsync Comment update
(edit) @24327   15 years vboxsync Load CPUID leaf override; we currently don't care if the caller …
(edit) @24324   15 years vboxsync Minor cleanup
(edit) @24292   15 years vboxsync SSMSetLoadErrorV: Don't use %N as the VMSetError message may be …
(edit) @24290   15 years vboxsync Typo
(edit) @24289   15 years vboxsync PDMDevHlp: Enabled APIC fix again.
(edit) @24284   15 years vboxsync Compile fix
(edit) @24283   15 years vboxsync Cleaned up
(edit) @24282   15 years vboxsync PDM: Added missing driver instance checks.
(edit) @24278   15 years vboxsync AsyncCompletion: Cleanup in the cache and more statistics (more to come)
(edit) @24272   15 years vboxsync PDMDevice.cpp: Check the number of devices instances against the max …
(edit) @24268   15 years vboxsync SSM: Better tracking of load errors.
(edit) @24267   15 years vboxsync VMSetError: Do a LogRel if no callbacks.
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24264   15 years vboxsync SSM: Added SSMR3SetLoadError[V] and SSMR3SetCfgError for setting log …
(edit) @24254   15 years vboxsync Long mode check update
(edit) @24251   15 years vboxsync Another tpr patch fix
(edit) @24249   15 years vboxsync TPR patch fixes
(edit) @24248   15 years vboxsync VT-x: Must save the host's LSTAR msr in case the guest changed it (TPR …
(edit) @24244   15 years vboxsync PDMThread: Fend of already suspended threads in PDMR3ThreadSuspend.
(edit) @24243   15 years vboxsync TPR patching for VT-x without VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC. Untested.
(edit) @24239   15 years vboxsync PGMSavedState.cpp: -newline
(edit) @24227   15 years vboxsync PGMAllPool.cpp: shut up gcc warnings.
(edit) @24222   15 years vboxsync PDMAsyncCompletionFileFailsafe: warning
(edit) @24216   15 years vboxsync VMM: Backed out r54155 & r54154 due to XP breakage.
(edit) @24208   15 years vboxsync Warning
(edit) @24207   15 years vboxsync Check if we need to intercept invlpg; we catch all page table updates, …
(edit) @24206   15 years vboxsync No #ifdefs
(edit) @24202   15 years vboxsync AsyncCompletion/FileCache: Create new cache entries for writes which …
(edit) @24201   15 years vboxsync Compile fix
(edit) @24200   15 years vboxsync PGM.cpp: Validate the size of a saved MMIO2 range.
(edit) @24199   15 years vboxsync VM.cpp: Fixed some bugs in the failure path of a live save.
(edit) @24198   15 years vboxsync SSM: Do the SaveDone round on live failure.
(edit) @24197   15 years vboxsync Introducing PGMHasDirtyPages
(edit) @24192   15 years vboxsync Enabled dirty page optimization again; watch for regressions
(edit) @24181   15 years vboxsync VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
(edit) @24154   15 years vboxsync Fixed relocation for disabled pfnLocalInterruptRC handler
(edit) @24141   15 years vboxsync Disable the APIC fix due to Linux SMP regressions
(edit) @24139   15 years vboxsync Also missing ApicHlp_SetInterruptFF cases for R0/RC.
(edit) @24138   15 years vboxsync Missing Set/ClearInterruptFF cases for R0 & RC.
(edit) @24127   15 years vboxsync PDMAPIC: alignment fix.
(edit) @24125   15 years vboxsync DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
(edit) @24121   15 years vboxsync AsyncCompletion: Process the request list of an endpoint after it was …
(edit) @24116   15 years vboxsync Assertion changes
(edit) @24077   15 years vboxsync Fixed nested paging for 64 bits guests on 32 bits hosts (AMD-V only).
(edit) @24061   15 years vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
(edit) @24059   15 years vboxsync AsyncCompletion: Don't leak file descriptors when closing the …
(edit) @24047   15 years vboxsync AsyncCompletion: Do not use a failsafe manager for more than one endpoint
(edit) @24041   15 years vboxsync Also flush dirty pages when unmapping cr3
(edit) @24037   15 years vboxsync Missing break
(edit) @24033   15 years vboxsync Error code handling
(edit) @24032   15 years vboxsync Return error code if VT-x/AMD-V init fails.
(edit) @24030   15 years vboxsync Warn about AMD-V in use.
(edit) @24029   15 years vboxsync Compile fix
(edit) @24027   15 years vboxsync Fail if VT-x or AMD-V are already enabled (Windows 7)
(edit) @24009   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23983   15 years vboxsync Must flush all contexts when restarting with asid 1
(edit) @23978   15 years vboxsync Remove semicolon
(edit) @23977   15 years vboxsync Cleaned up
(edit) @23976   15 years vboxsync Flush page instead of context (code path not used)
(edit) @23975   15 years vboxsync AsyncCompletion: Fix possible data corruption
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23972   15 years vboxsync Must set tlb flush flag when exiting ring 0 (local init)
(edit) @23959   15 years vboxsync PDMAsyncCompletion: Disable async I/O on linux if opening fails …
(edit) @23958   15 years vboxsync temporary debugging code
(edit) @23956   15 years vboxsync PDMAsyncCompletion: Migrate endpoints to a failsafe manager if a …
(edit) @23952   15 years vboxsync AsyncCompletion: Disable RTFILE_O_NO_CACHE for Linux on filesystems …
(edit) @23944   15 years vboxsync Format specifier fix
(edit) @23943   15 years vboxsync More verbose assertion
(edit) @23927   15 years vboxsync netflt/win: alternative loopback handling mechanism (disabled for now)
(edit) @23925   15 years vboxsync dbgfR3VMMWait: polling hack.
(edit) @23922   15 years vboxsync missing case
(edit) @23917   15 years vboxsync VM: Set it VMINT::fTeleportedAndNotFullyResumedYet in VMR3Load.…
(edit) @23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
(edit) @23905   15 years vboxsync SSM: Moved the LivePrep phase to the worker thread.
(edit) @23904   15 years vboxsync VMM,Main: Fixed bugs related to teleporting a paused VM.
(edit) @23901   15 years vboxsync doc typo.
(edit) @23895   15 years vboxsync SSM.cpp: Corrected assertion.
(edit) @23872   15 years vboxsync SSM: Extended and fixed the SSMFIELD_ENTRY_OLD bits.
(edit) @23853   15 years vboxsync docs
(edit) @23851   15 years vboxsync Annoying assertion
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