VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45152   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @45142   12 years vboxsync VMM: Don't LogRel on CPUMClearGuestCpuIdFeature().
(edit) @45108   12 years vboxsync VMM/VMMR3/EM: clear force-flag if we're ignoring updates to PAE PDPTEs …
(edit) @45107   12 years vboxsync VMM/VMMR3/EM: HM bits, we only need to update these when the guest is …
(edit) @45106   12 years vboxsync VMM/VMMR0, VMMR3: HM bits, don't lose CR3 and PAE PDPTE updates. Fixes …
(edit) @45105   12 years vboxsync VMM/VMMR0: HM bits, fix WinXP booting with unrestricted.
(edit) @45103   12 years vboxsync PGMPool: Eliminated fictive page (except NIL). #6367
(edit) @45102   12 years vboxsync VMX: Redo TSC offsetting setup if unexpected RDTSC(P) occurred.
(edit) @45097   12 years vboxsync Alignment.
(edit) @45095   12 years vboxsync Alignment fix, try 3.
(edit) @45094   12 years vboxsync Build fix, try 2.
(edit) @45093   12 years vboxsync VMM/VMMR0: attempted build fix.
(edit) @45092   12 years vboxsync VMM/VMMR0: HM bits, cleanup header a bit.
(edit) @45091   12 years vboxsync VMM/VMMR0: HM old-code segregation.
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45028   12 years vboxsync Assert more in PGMR3Reset and PGMR3MemSetup.
(edit) @45026   12 years vboxsync build fix (in case cCPUs would be 0)
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @45006   12 years vboxsync DBGF/DBGC: Fixing power off problems.
(edit) @44971   12 years vboxsync VMM.cpp: code formatting
(edit) @44968   12 years vboxsync VMM/VMMR0: build fix
(edit) @44958   12 years vboxsync Moved TSC offsetting setup code for testing.
(edit) @44934   12 years vboxsync Cosmetic change to express that TSC must increase.
(edit) @44933   12 years vboxsync TM: Do not return the same value, either.
(edit) @44932   12 years vboxsync TM: Consistently keep track of the last seen guest TSC value.
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44899   12 years vboxsync More PCI BM access cleanups.
(edit) @44898   12 years vboxsync missing x.
(edit) @44897   12 years vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44850   12 years vboxsync IOM: Started on some todos…
(edit) @44847   12 years vboxsync TMR3UtcNow: Get stable offVirtualSync and offVirtualSyncGivenUp values.
(edit) @44803   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44800   12 years vboxsync VMM/TM: missing STAM stop (statistics only)
(edit) @44791   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44771   12 years vboxsync VMM/VMMR0: debug build burn fix II.
(edit) @44770   12 years vboxsync VMM/VMMR0: debug build burn fix.
(edit) @44769   12 years vboxsync VMM/VMMR0: bits.
(edit) @44730   12 years vboxsync BUGZ:6606 Guest CPU offlining/onlining now works. Renamed …
(edit) @44724   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44716   12 years vboxsync GMMR0: Adjusting the allocation strategy to go look for foreign memory …
(edit) @44715   12 years vboxsync iomMMIODoRead: Don't let 64-bit read thru unless the read mode is …
(edit) @44691   12 years vboxsync Added a device helper for registering device registers with DBGF …
(edit) @44689   12 years vboxsync Expose I/O APIC registers to the debugger facilities.
(edit) @44657   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44577   12 years vboxsync Minor stuff: fix typo in comment and Log() argument.
(edit) @44573   12 years vboxsync IOM: Fixed IOMMMIO_FLAGS_WRITE_ONLY_DWORD and added …
(edit) @44564   12 years vboxsync IOM: Adding IOMMMIO_FLAGS_WRITE_ONLY_DWORD, fixing parameter validation.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44524   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44522   12 years vboxsync SSM: Hide SSMR3RegisterDevice and SSMR3RegisterDriver.
(edit) @44521   12 years vboxsync tstSSM: Fixed the testcase after the device critsect change.
(edit) @44517   12 years vboxsync VMM/DBGF: Don't use priority VM requests since we're using rendezvous …
(edit) @44510   12 years vboxsync PDM takes the RTC cirtical section before calling the PDMRTCREG …
(edit) @44509   12 years vboxsync Document PIC and APIC callback method locking rules.
(edit) @44508   12 years vboxsync Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
(edit) @44505   12 years vboxsync SSM: Take device locks before doing any callbacks.
(edit) @44504   12 years vboxsync small cleanups.
(edit) @44464   12 years vboxsync PDMDevice.cpp: Changed the default critsect name to try prevent STAM …
(edit) @44463   12 years vboxsync PDMDevice.cpp: Changed the default critsect name to try prevent STAM …
(edit) @44461   12 years vboxsync refined r83445
(edit) @44452   12 years vboxsync doc/manual, VMM: clarify the host/guest combinations we support NX
(edit) @44442   12 years vboxsync GMMR0.cpp: Fixed sparse allocation of chunk IDs spotted by Frank …
(edit) @44418   12 years vboxsync cleanup
(edit) @44410   12 years vboxsync VMM: dbg build fix
(edit) @44404   12 years vboxsync DBGF: UVM and UVMCPU padding safety.
(edit) @44403   12 years vboxsync Build fix
(edit) @44401   12 years vboxsync VMM: cleanup order fix
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44398   12 years vboxsync whoops, committed a bit too much
(edit) @44397   12 years vboxsync AsyncCompletion: Only use range locks if the request is unaligned, …
(edit) @44394   12 years vboxsync +VMMR3GetCpuByIdU, -FNATOMICHANDLER
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44386   12 years vboxsync CFGM: Some smaller PVM/PUVM adjustments.
(edit) @44385   12 years vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44375   12 years vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44374   12 years vboxsync FTM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @44363   12 years vboxsync build fix
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44360   12 years vboxsync Windows build fix.
(edit) @44359   12 years vboxsync drop the utf-8 signature.
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44357   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44275   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44269   12 years vboxsync VMX: Fixed invalid check.
(edit) @44267   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44266   12 years vboxsync VMM: comment clarification, there's no REX prefix for rdmsr.
(edit) @44262   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44259   12 years vboxsync VMM: STAM counter naming.
(edit) @44251   12 years vboxsync VMM: stam counters and some renames.
(edit) @44245   12 years vboxsync VMM: Added stats counter for preemption timer exits.
(edit) @44235   12 years vboxsync AsyncCompletion: Logging fix
(edit) @44230   12 years vboxsync some flushing.
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