VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9453   17 years vboxsync Backed out 31707
(edit) @9452   17 years vboxsync Preparing for 64 bits vmlaunch/vmresume.
(edit) @9445   17 years vboxsync Overlooked the prototype.
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9443   17 years vboxsync build fix
(edit) @9441   17 years vboxsync build fix
(edit) @9439   17 years vboxsync build fix
(edit) @9430   17 years vboxsync Made the base of GDTR and IDTR 64 bits.
(edit) @9427   17 years vboxsync Compile async completion manager by default and disable the native …
(edit) @9423   17 years vboxsync String format specifiers.
(edit) @9421   17 years vboxsync 64 bits hidden selector base.
(edit) @9420   17 years vboxsync Oops
(edit) @9414   17 years vboxsync macro
(edit) @9413   17 years vboxsync Compile fixes
(edit) @9412   17 years vboxsync use macros to access base, limit of a descriptor and offset of an IDT entry
(edit) @9411   17 years vboxsync Use a union for esp & rsp, so they are in-sync.
(edit) @9410   17 years vboxsync Missing update
(edit) @9409   17 years vboxsync Probably caused the testbox failures.
(edit) @9407   17 years vboxsync HWACCM updates.
(edit) @9398   17 years vboxsync compile fix
(edit) @9397   17 years vboxsync attempt to fix the 64-bit Linux box
(edit) @9395   17 years vboxsync fixed more places with incorrect descriptor base address calculation
(edit) @9394   17 years vboxsync fix incorrect selector calculation
(edit) @9393   17 years vboxsync workaround for missing dependency to GC_ARCH_BITS
(edit) @9389   17 years vboxsync 64-bit GC on 32-bit HC fix
(edit) @9388   17 years vboxsync 32-bit GC fix
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9385   17 years vboxsync Backed out some of the changes. Broke VT-x
(edit) @9384   17 years vboxsync Compile fix
(edit) @9383   17 years vboxsync VT-x/AMD-V updates for 64 bits guests
(edit) @9380   17 years vboxsync Wrote a quick summary of CPUM for doxygen. Use UTINTxx_C(). Adjusted …
(edit) @9379   17 years vboxsync PVMGC -> PVMRC
(edit) @9375   17 years vboxsync Use another define to actually enable 64 bits guest support. Long mode …
(edit) @9354   17 years vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
(edit) @9353   17 years vboxsync Accidental commit
(edit) @9350   17 years vboxsync Automatic cast is wrong
(edit) @9349   17 years vboxsync More type fixes for GC execution.
(edit) @9346   17 years vboxsync gcc don't allow casting 64-bit integer to a 32-bit pointer, so cast …
(edit) @9345   17 years vboxsync String format
(edit) @9344   17 years vboxsync Types and string format specifiers.
(edit) @9341   17 years vboxsync Format specifiers again…
(edit) @9328   17 years vboxsync typos.
(edit) @9327   17 years vboxsync typos.
(edit) @9324   17 years vboxsync Added CFGMR3QueryUInt, CFGMR3QueryUIntDef, CFGMR3QuerySInt and …
(edit) @9323   17 years vboxsync Adjusted the CFGM design notes a bit.
(edit) @9322   17 years vboxsync Adjusted the CFGM design notes a bit.
(edit) @9321   17 years vboxsync Added CFGM methods taking default values for the …
(edit) @9303   17 years vboxsync Signed/unsigned mismatch. More string format specifiers
(edit) @9300   17 years vboxsync More 64 bits guest ptr fixes
(edit) @9295   17 years vboxsync Wrong string specifiers
(edit) @9294   17 years vboxsync Wrong string format specifiers
(edit) @9293   17 years vboxsync Enforce RTRCPTR usage.
(edit) @9292   17 years vboxsync DBGDisas: distinguish between 32 & 64 bits modes.
(edit) @9291   17 years vboxsync Not used
(edit) @9290   17 years vboxsync Wrong cast
(edit) @9289   17 years vboxsync Updates for 64 bits guests
(edit) @9288   17 years vboxsync More type changes.
(edit) @9282   17 years vboxsync Type and cast corrections
(edit) @9281   17 years vboxsync String format correction
(edit) @9280   17 years vboxsync Corrected casts (64 bits guest pointers)
(edit) @9277   17 years vboxsync Kick off.
(edit) @9276   17 years vboxsync Prevent an fInRem assertion in the tlb flushing code when A20 is …
(edit) @9274   17 years vboxsync Removed the old formatting code.
(edit) @9273   17 years vboxsync Use the new DISFormat* stuff so we can get useful disassembly in …
(edit) @9258   17 years vboxsync String formatters again
(edit) @9256   17 years vboxsync More string specifiers
(edit) @9255   17 years vboxsync 64 bits guest fix
(edit) @9254   17 years vboxsync Wrong string specifiers for 64 bits guest addresses/rtrcptrs.
(edit) @9250   17 years vboxsync Corrected some unused code. Still untested though.
(edit) @9248   17 years vboxsync Enabled cmpxchg8b again.
(edit) @9247   17 years vboxsync Fixed broken cmpxchg8b emulation.
(edit) @9246   17 years vboxsync Disable GC emulation of cmpxchg8b to see if that helps with the win2k …
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9241   17 years vboxsync cmpxchg8b only modifies ZF.
(edit) @9231   17 years vboxsync Missign updates
(edit) @9228   17 years vboxsync More updates for 64 bits guest pointers. Introduced AVLOU32TREE.
(edit) @9223   17 years vboxsync Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
(edit) @9222   17 years vboxsync More build fixes for 64 bits guests
(edit) @9221   17 years vboxsync GC tests use RTGCPTR32
(edit) @9220   17 years vboxsync Default to 32 bits virtual addresses in CSAM & PATM.
(edit) @9219   17 years vboxsync More fixes for 32 bits hosts & 64 bits guests.
(edit) @9216   17 years vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9211   17 years vboxsync Fixed an inverted LOG_ENABLED ifdef (this should improve performance).
(edit) @9193   17 years vboxsync Missing architecture defines when generating testcase assembly
(edit) @9188   17 years vboxsync Same IF fix for halt instructions in VT-x.
(edit) @9184   17 years vboxsync If CF=0 HLT should never resume.
(edit) @9182   17 years vboxsync fixed bad log formatter VRc instead of Vrc.
(edit) @9161   17 years vboxsync Have to save and restore MSR_K8_FS_BASE as well in the …
(edit) @9155   17 years vboxsync Another GC_ARCH_BITS=64 build breaker
(edit) @9154   17 years vboxsync Corrected code that doesn't compile with GC_ARCH_BITS=64.
(edit) @9151   17 years vboxsync Statistics
(edit) @9148   17 years vboxsync More 64 bits guest preps
(edit) @9125   17 years vboxsync AMD-V: setup PAT guest register for nested paging
(edit) @9122   17 years vboxsync Logging update
(edit) @9120   17 years vboxsync Updates
(edit) @9116   17 years vboxsync Added stat counter for physical page invalidation.
(edit) @9115   17 years vboxsync HWACCM: Invalidate pages changed by PGMHandlerPhysicalPageTempOff. …
(edit) @9110   17 years vboxsync Minor update
(edit) @9106   17 years vboxsync Changed assertion for nested shadow paging
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