VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16506   16 years vboxsync Adjusted assertion slightly
(edit) @16481   16 years vboxsync spaces
(edit) @16478   16 years vboxsync Disable usage of the 0x80 idt gate on 32 bits Windows too. (raw mode only)
(edit) @16476   16 years vboxsync VMM/SELM.cpp: privately disabled two assertions
(edit) @16465   16 years vboxsync Got rid of the aliased hack that directly manipulates shadow page …
(edit) @16463   16 years vboxsync Backed out 42322 completely
(edit) @16462   16 years vboxsync Triggers assertions; disable r42332 for now
(edit) @16458   16 years vboxsync Disabled attempt to sync aliased pages the proper way.
(edit) @16457   16 years vboxsync Clear HCPhys of a reset MMIO range.
(edit) @16429   16 years vboxsync Oops
(edit) @16428   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: cleaned up
(edit) @16427   16 years vboxsync More
(edit) @16426   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: more missing cases
(edit) @16425   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: missing cases for pgm pool
(edit) @16424   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed PrefetchPage for PAE shadow paging
(edit) @16423   16 years vboxsync More updates
(edit) @16422   16 years vboxsync Just reinit real mode during hwaccm init
(edit) @16421   16 years vboxsync Postpone changing the paging mode to real mode until PGMR3InitFinalize …
(edit) @16420   16 years vboxsync Missed this one
(edit) @16419   16 years vboxsync Store the iUser & iUserTable of the root shadow page table in PGM.
(edit) @16418   16 years vboxsync Updates
(edit) @16416   16 years vboxsync Build fixes
(edit) @16415   16 years vboxsync Updates
(edit) @16414   16 years vboxsync indentation, gcc warning (missing default case)
(edit) @16413   16 years vboxsync Missed change
(edit) @16412   16 years vboxsync Added release statistics for counting the number of hypervisor relocations.
(edit) @16409   16 years vboxsync Disabled assertion
(edit) @16408   16 years vboxsync Fixed disabling of hypervisor mappings in VT-x/AMD-V mode.
(edit) @16407   16 years vboxsync More logging
(edit) @16376   16 years vboxsync Paging updates. Deal with mode switches and cr3 updates.
(edit) @16358   16 years vboxsync Fixed 42155 regression (presumably).
(edit) @16350   16 years vboxsync tstInstrEmul: Moved it up to the root dir, it's causing too much …
(edit) @16344   16 years vboxsync .darwin.x86 isn't right for VBOXGC since that's BLD_TRG_ARCH=x86 and …
(edit) @16341   16 years vboxsync Makefiles: .darwin -> .darwin.x86.
(edit) @16321   16 years vboxsync More paging updates
(edit) @16317   16 years vboxsync Moved Map- and UnmapCR3 to Bth as they affect both guest and shadow …
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @16300   16 years vboxsync More paging updates
(edit) @16272   16 years vboxsync Log typo
(edit) @16260   16 years vboxsync More paging updates
(edit) @16232   16 years vboxsync More shadow paging updates (disabled)
(edit) @16206   16 years vboxsync try to fix the mac builds
(edit) @16203   16 years vboxsync Updates in preparation for PGM pool based paging everywhere.
(edit) @16194   16 years vboxsync pgmShwSyncLongModePDPtr: removed redudant code.
(edit) @16184   16 years vboxsync VMM: VERR_PGM_MAPPING_CONFLICT fix: always relocate after ring-3 init.
(edit) @16182   16 years vboxsync VMM: VERR_PGM_MAPPING_CONFLICT fix: always relocate after ring-3 init.
(edit) @16177   16 years vboxsync Another Mac compile fix
(edit) @16175   16 years vboxsync Mac compile fixes
(edit) @16172   16 years vboxsync Moved amd64 paging data to unified shadow paging section.
(edit) @16165   16 years vboxsync SSM: nc.
(edit) @16162   16 years vboxsync tstSSM: make it work again.
(edit) @16136   16 years vboxsync Logging update
(edit) @16132   16 years vboxsync EM.cpp: Added a debug log statement for REMR3EmulationInstruction.
(edit) @16121   16 years vboxsync Another paranoid assertion
(edit) @16119   16 years vboxsync Clear CPUM_SYNC_FPU_STATE in CPUMR0SaveGuestFPU.
(edit) @16113   16 years vboxsync Save the host FPU/XMM state for the 32/64 case.
(edit) @16111   16 years vboxsync cpumR0SaveHostRestoreGuestFPUState sets CPUM_USED_FPU, unnecessary to …
(edit) @16110   16 years vboxsync HWCMXR0: debugger (dbgf) breakpoints; DEBUG build only for the time …
(edit) @16109   16 years vboxsync CPUMR0: Don't forget to set CPUM_USED_FPU_SINCE_REM.
(edit) @16108   16 years vboxsync CPUM: Fixed 64-bit FPU management on the mac.
(edit) @16107   16 years vboxsync VMM.cpp: Log log flushes from R0 and GC.
(edit) @16106   16 years vboxsync CPUMR0: forgot to remove a line.
(edit) @16105   16 years vboxsync DBGFR0Trap03handler: use rip and not eip, pc is accurate and not …
(edit) @16103   16 years vboxsync CPUMR0.cpp: minus RTLogPrintf.
(edit) @16102   16 years vboxsync CPUMR0.cpp: VBOX_ENABLE_64_BITS_GUESTS is a HWACCM local macro, use …
(edit) @16084   16 years vboxsync Flush the recompiler code cache when switch from real to protected mode. */
(edit) @16080   16 years vboxsync DBGF: 64-bit linux symbol files.
(edit) @16077   16 years vboxsync Minor logging change
(edit) @16047   16 years vboxsync fixed last second typo.
(edit) @16045   16 years vboxsync PGMR3PhysTlbGCPhys2Ptr: Deal correctly with disabled access handlers. …
(edit) @16037   16 years vboxsync Don't assert for 8 byte stos/movs
(edit) @16021   16 years vboxsync PDM: Add new flags which will make the device notified first if the VM …
(edit) @16019   16 years vboxsync tstVMStructGC,Config.kmk,iprt/stdint.h: FreeBSD/amd64 hacks.
(edit) @15997   16 years vboxsync DBGFR3MemScan: Fixed crash on 32-bit hosts.
(edit) @15996   16 years vboxsync Fixed wrong return code; broke MCP2 booting with AMD-V/VT-x
(edit) @15990   16 years vboxsync Fixed nested paging base addresses for pool allocations of PML4Es & PDPTEs
(edit) @15989   16 years vboxsync Fixed clearing properly
(edit) @15988   16 years vboxsync Restore previous EFER state while checking for SVM presence.
(edit) @15981   16 years vboxsync Hidden selector limit must be set to 0xffff in real mode.
(edit) @15971   16 years vboxsync VT-x: The limit must correspond to the granularity bit
(edit) @15962   16 years vboxsync Added debugging code (inactive) for tracking the state of the 32/64 …
(edit) @15943   16 years vboxsync removed that warning again
(edit) @15942   16 years vboxsync gcc warnings
(edit) @15935   16 years vboxsync wording
(edit) @15934   16 years vboxsync hwaccm: added a runtime warning if the user tries to execute a VM with …
(edit) @15931   16 years vboxsync gcc found one of these bugs
(edit) @15908   16 years vboxsync Some cleanup
(edit) @15885   16 years vboxsync PGMR3PhysTlbGCPhys2Ptr: correct assertion (see #3399).
(edit) @15866   16 years vboxsync Backed out previous experiments.
(edit) @15865   16 years vboxsync GVMMR0.cpp: Increased the max VM handles from 127+1 to 1023+1 for …
(edit) @15862   16 years vboxsync PGMPhys.cpp: Added some details to the two assertions in …
(edit) @15860   16 years vboxsync Name too long
(edit) @15859   16 years vboxsync Compile fix
(edit) @15858   16 years vboxsync More statistics
(edit) @15857   16 years vboxsync More logging
(edit) @15856   16 years vboxsync Compile fix
(edit) @15854   16 years vboxsync Compile fixes
(edit) @15853   16 years vboxsync Additional magic marker for the VMCSCACHE structure
(edit) @15852   16 years vboxsync Another experiment with limiting the time spent in ring 0.
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
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