VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9701   17 years vboxsync Fixed mask issues in 64 bits mode
(edit) @9700   17 years vboxsync Fixed several problems for 64 bits code disassembly
(edit) @9699   17 years vboxsync 64 bits paging updates (page pool)
(edit) @9692   17 years vboxsync Partly backed out previous changeset
(edit) @9691   17 years vboxsync Missing update
(edit) @9690   17 years vboxsync Paging updates for amd64.
(edit) @9689   17 years vboxsync Logging update
(edit) @9687   17 years vboxsync Pop up a guru meditation in case of a ring 0 assertion …
(edit) @9686   17 years vboxsync Logging updates
(edit) @9685   17 years vboxsync Always sync PML4E & PDPE.
(edit) @9684   17 years vboxsync Correction
(edit) @9682   17 years vboxsync Long mode paging updates
(edit) @9679   17 years vboxsync SELMToFlatBySelEx not used in our ring 0 module.
(edit) @9678   17 years vboxsync Rewrote SELMToFlatEx for long mode.
(edit) @9675   17 years vboxsync General cleanup of SELMToFlat.
(edit) @9669   17 years vboxsync warnings
(edit) @9663   17 years vboxsync Some 64 bits instruction emulation updates
(edit) @9661   17 years vboxsync Implement and use CPUMIsGuestIn64BitCode where appropriate.
(edit) @9660   17 years vboxsync Correction
(edit) @9659   17 years vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   17 years vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9656   17 years vboxsync Changed u1Reserved to u1Long in the selector attributes field.
(edit) @9651   17 years vboxsync 64 bits DRx move emulation.
(edit) @9649   17 years vboxsync Added CPUMIsGuestInLongMode.
(edit) @9647   17 years vboxsync DRx access functions must use uint64_t now.
(edit) @9620   17 years vboxsync Long mode paging updates
(edit) @9606   17 years vboxsync X86_CR4_PSE changes for long mode (bit is ignored there)
(edit) @9597   17 years vboxsync No permanent shadow pages in long mode.
(edit) @9596   17 years vboxsync PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD is the same as …
(edit) @9595   17 years vboxsync PGM pool updates for long mode
(edit) @9593   17 years vboxsync Comments
(edit) @9592   17 years vboxsync Bug fixes
(edit) @9589   17 years vboxsync AMD64 paging updates
(edit) @9575   17 years vboxsync Missing mapping of amd64 cr3.
(edit) @9574   17 years vboxsync Mask away invalid parts of the cpu context in CPUMSetGuestCtxCore.
(edit) @9570   17 years vboxsync AMD64 paging updates
(edit) @9547   17 years vboxsync build fix
(edit) @9546   17 years vboxsync deps
(edit) @9545   17 years vboxsync Rearranged the full cpu state dump (long mode).
(edit) @9544   17 years vboxsync Dump MSRs too.
(edit) @9543   17 years vboxsync Long mode CPU state dumping.
(edit) @9542   17 years vboxsync Removed obsolete assertion for amd64
(edit) @9539   17 years vboxsync Some changes for amd64. Lifted a restriction for executing code in …
(edit) @9535   17 years vboxsync Log guest state in case of failure.
(edit) @9533   17 years vboxsync Dump state in case of VMX_EXIT_ERR_INVALID_GUEST_STATE.
(edit) @9531   17 years vboxsync RTRCPTR_MAX to prevent gcc compiler warnings
(edit) @9491   17 years vboxsync attempt to fix the 32-bit builds
(edit) @9484   17 years vboxsync Save & restore CSTAR, STAR, SFMASK & KERNEL_GSBASE MSRs (VT-x)
(edit) @9483   17 years vboxsync async completion updates: * Rename the Darwin backend to FreeBSD …
(edit) @9475   17 years vboxsync Added VMXR0StartVM64. Sync the FS_BASE & GS_BASE MSRs.
(edit) @9465   17 years vboxsync Same for idtr & gdtr
(edit) @9463   17 years vboxsync Some more fixed 64 bits base values
(edit) @9457   17 years vboxsync Reapplied fixed 31707.
(edit) @9455   17 years vboxsync Use RX64 instead of VGv since u64Base is 64-bit not RTGCPTR.
(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.
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