VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34790   14 years vboxsync Compile fix
(edit) @34789   14 years vboxsync Seen callers with more arguments that cause trouble (a thing as simple …
(edit) @34741   14 years vboxsync Comment update
(edit) @34703   14 years vboxsync VMMR3.def: Corrected the DLL name.
(edit) @34683   14 years vboxsync VM: better error message about a missing device implementation
(edit) @34668   14 years vboxsync More extpack build speedup hacking.
(edit) @34662   14 years vboxsync Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs …
(edit) @34658   14 years vboxsync BlkCache: Build fix
(edit) @34657   14 years vboxsync BlkCache: More verbose release logging
(edit) @34612   14 years vboxsync rcReqRead and rcReqWrite are VBOX_WITH_DEBUGGER, not DEBUG.
(edit) @34593   14 years vboxsync VMMGC.def: Missing RTLogDefaultInstance.
(edit) @34586   14 years vboxsync AsyncCompletion: Allow to change bandwidth limits during runtime
(edit) @34564   14 years vboxsync Fixed unrestricted guest hang with EFI
(edit) @34492   14 years vboxsync VBOX_ONLY_EXTPACKS changes.
(edit) @34467   14 years vboxsync PGMPhys.cpp: Skip ZERO shadow ROM pages in the prealloc case in …
(edit) @34432   14 years vboxsync Burn fix
(edit) @34431   14 years vboxsync AsyncCompletion: Proper debugger command for error injection
(edit) @34428   14 years vboxsync PDMBlkCache: Save dirty entries so they get written again on restart …
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34386   14 years vboxsync PBMBlkCache: Bug fixes
(edit) @34347   14 years vboxsync BlkCache: Suspend the VM if an error occurs during a write
(edit) @34344   14 years vboxsync AsyncCompletion: Debug build only debugger command to inject errors …
(edit) @34340   14 years vboxsync PDMBlkCache: Bug fixes
(edit) @34328   14 years vboxsync CPUM: updated the CPUID processor feature flags
(edit) @34326   14 years vboxsync VMM: Removed the XXXInitCPU and XXXTermCPU methods since all but the …
(edit) @34322   14 years vboxsync VMM: Changed a bunch of VMMR3DECLs to VMMR3_INT_DECL.
(edit) @34320   14 years vboxsync VMM: Moved the fUsePeriodicPreemptionTimers LogRel statement till the …
(edit) @34318   14 years vboxsync PGM: Fixed assertion trying to free a PXE ROM page when restoring an …
(edit) @34286   14 years vboxsync nit
(edit) @34272   14 years vboxsync CPUMInternal.mac: Use RTR0PTR_RES.
(edit) @34246   14 years vboxsync PDMBlkCache: Bug fix
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @34240   14 years vboxsync CFGMR3QueryStringAllocDef: Deal with pszDef = NULL.
(edit) @34223   14 years vboxsync BlockCache: Bug fixes
(edit) @34222   14 years vboxsync PDMDriver: Helper to create a block cache for drivers
(edit) @34221   14 years vboxsync Build fix
(edit) @34220   14 years vboxsync Build fix
(edit) @34219   14 years vboxsync PDM/BlockCache: First part for #5295, move the writeback cache into a …
(edit) @34216   14 years vboxsync VM.cpp: Fix freeing UVM structure, sizeof() doesn't work for VMs with …
(edit) @34207   14 years vboxsync pdmdrv: introduced PDMDrvHlpDBGFInfoRegister / PDMDrvHlpDBGFInfoDeregister
(edit) @34197   14 years vboxsync dbgfR3CoreWrite: Must use PGMPhysSimpleReadGCPhys because PGMPhysRead …
(edit) @34194   14 years vboxsync dbgfR3CoreWrite: Do not write the first page over and over again.
(edit) @34187   14 years vboxsync HWACCM.cpp: Added CFGM value /HWACCM/UsePreemptTimer <bool> for …
(edit) @34186   14 years vboxsync CFGM: A bunch of dittos for other types.
(edit) @34185   14 years vboxsync CFGMR3QueryBoolDef: Must not forget to set pf on failure.
(edit) @34184   14 years vboxsync doc adj.
(edit) @34167   14 years vboxsync PGM: typo causing failure to start a VM
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34149   14 years vboxsync typo
(edit) @34136   14 years vboxsync dbgfR3CoreWrite: Fixed debug assertion in RTFileOpen.
(edit) @34135   14 years vboxsync DBGFCoreWrite.cpp: Untested fix for the core file layout bug.
(edit) @34134   14 years vboxsync DBGFCoreWrite.cpp: Eliminated unnecessary gotos.
(edit) @34020   14 years vboxsync VMMR0/TRPMR0.cpp: use a 64-bit gate descriptor on 64-bit hosts (cleans …
(edit) @33999   14 years vboxsync PGM: derefence pointer before sanity check (strict builds only)
(edit) @33998   14 years vboxsync MM: even larger hyperheap for ICH9
(edit) @33938   14 years vboxsync removed logging
(edit) @33936   14 years vboxsync build fix
(edit) @33935   14 years vboxsync VMM: mask all Local APIC interrupt vectors which are set up to NMI …
(edit) @33877   14 years vboxsync PDMLdr.cpp: log RC load failure better in release builds.
(edit) @33846   14 years vboxsync AsyncCompletion: 32bit Darwin alignment fixes
(edit) @33840   14 years vboxsync AsyncCompletion: Alignment assertions and remove a bit of unused code
(edit) @33799   14 years vboxsync PDM: Added DevHelps to query virtual time without requiring a timer.
(edit) @33795   14 years vboxsync Extra comment
(edit) @33780   14 years vboxsync During state loading; don't free a zero page if it's part of a large page.
(edit) @33771   14 years vboxsync Mark base page as type page table when activating a 4 kb page inside …
(edit) @33726   14 years vboxsync Allocation timeout > 1 second means immediate disabling of large page …
(edit) @33725   14 years vboxsync More stats for large page allocation
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33550   14 years vboxsync some more spelling fixes, thanks Timeless!
(edit) @33545   14 years vboxsync Wrong spelling fix
(edit) @33544   14 years vboxsync Bump the timeout count to 10
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33537   14 years vboxsync Apply timeout to 2 MB page allocation
(edit) @33512   14 years vboxsync (Re)Moved assertions
(edit) @33508   14 years vboxsync Write a note in the release log when we refuse to allocate more large …
(edit) @33507   14 years vboxsync Fail large page allocation if there's less than 2 GB memory free on …
(edit) @33343   14 years vboxsync Fixed missing clearing of large page PDs when clearing the page pool.
(edit) @33333   14 years vboxsync Comment
(edit) @33248   14 years vboxsync Apologies Asimov.
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33221   14 years vboxsync AsyncCompletion: Forgotten change
(edit) @33220   14 years vboxsync Fix alignment burns
(edit) @33219   14 years vboxsync Fix darwin burn
(edit) @33218   14 years vboxsync AsyncCompletion: Move bandwidth groups to the generic code and support …
(edit) @33195   14 years vboxsync Comment
(edit) @33193   14 years vboxsync Fetch ram size from cfgm
(edit) @33192   14 years vboxsync Need more space for the hypervisor heap for large memory guests
(edit) @33172   14 years vboxsync VMEmt,GVMM: Some more tuning…
(edit) @33170   14 years vboxsync GVMM,VMEmt: Use RTSemEventWaitEx, avoid the syrup algorithm in …
(edit) @33164   14 years vboxsync Can't deal with 8 byte operands in our 32-bit emulation code.
(edit) @33163   14 years vboxsync Todo
(edit) @33162   14 years vboxsync Reduce the maximum number of extents allocated from the hyper heap. …
(edit) @33122   14 years vboxsync Extended ldtr/tr check
(edit) @33066   14 years vboxsync VT-x also chokes on invalid tr or ldtr selectors (minix)
(edit) @33008   14 years vboxsync Allocate more pgm pool pages for large guest memory configurations
(edit) @32998   14 years vboxsync Extra comment
(edit) @32980   14 years vboxsync Do *not* unlock the nested root page when exiting the shadow mode. …
(edit) @32977   14 years vboxsync Extend assertion
(edit) @32956   14 years vboxsync Sleep a bit longer.
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