VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9565   17 years vboxsync Fix incorrect check verifying disk type. Also make the API for getting …
(edit) @9549   17 years vboxsync Comment added
(edit) @9531   17 years vboxsync RTRCPTR_MAX to prevent gcc compiler warnings
(edit) @9528   17 years vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9468   17 years vboxsync Fixed RTTIMER_FLAGS_ARE_VALID.
(edit) @9459   17 years vboxsync Fixed tstShflSizes for 64 bits hosts. Removed unused structures.
(edit) @9457   17 years vboxsync Reapplied fixed 31707.
(edit) @9453   17 years vboxsync Backed out 31707
(edit) @9452   17 years vboxsync Preparing for 64 bits vmlaunch/vmresume.
(edit) @9451   17 years vboxsync cpum fix
(edit) @9450   17 years vboxsync fixed padding for Mac OS X
(edit) @9448   17 years vboxsync Added VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9435   17 years vboxsync Extend HGCM interface to support 64 bit pointers.
(edit) @9431   17 years vboxsync Hardcode to uint64_t to avoid many ifdefs.
(edit) @9430   17 years vboxsync Made the base of GDTR and IDTR 64 bits.
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9421   17 years vboxsync 64 bits hidden selector base.
(edit) @9417   17 years vboxsync RTTimerCreateEx spec update.
(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) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9379   17 years vboxsync PVMGC -> PVMRC
(edit) @9368   17 years vboxsync RTCpuSetIsEqual
(edit) @9367   17 years vboxsync AssertCompileMemberOffset
(edit) @9359   17 years vboxsync RTTimerStart update.
(edit) @9354   17 years vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
(edit) @9349   17 years vboxsync More type fixes for GC execution.
(edit) @9344   17 years vboxsync Types and string format specifiers.
(edit) @9332   17 years vboxsync Must make sure UINT32_C() and friends are defined when stdint.h might …
(edit) @9330   17 years vboxsync More PCI config register setters.
(edit) @9324   17 years vboxsync Added CFGMR3QueryUInt, CFGMR3QueryUIntDef, CFGMR3QuerySInt and …
(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) @9309   17 years vboxsync Added RTMpNotificationRegister/Deregister that provides notification …
(edit) @9300   17 years vboxsync More 64 bits guest ptr fixes
(edit) @9293   17 years vboxsync Enforce RTRCPTR usage.
(edit) @9289   17 years vboxsync Updates for 64 bits guests
(edit) @9272   17 years vboxsync Fixed symbol lookup - pCpu was missing.
(edit) @9271   17 years vboxsync Implemented symbol lookup, strict / relaxed assembly, and relative …
(edit) @9266   17 years vboxsync DISFormatYasm(Ex).
(edit) @9251   17 years vboxsync Define GC_ARCH_BITS if it's missing.
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9243   17 years vboxsync 64 bits guests support both 32 & 64 bits pci devices
(edit) @9235   17 years vboxsync Detect struct timeval in the linux kernel environment.
(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) @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) @9215   17 years vboxsync Backwards compatibility.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9183   17 years vboxsync Fixed broken ASMMemFill32 implementation for VC80+. Use stosq when …
(edit) @9158   17 years vboxsync Solaris USB stuff. More untested code.
(edit) @9155   17 years vboxsync Another GC_ARCH_BITS=64 build breaker
(edit) @9148   17 years vboxsync More 64 bits guest preps
(edit) @9146   17 years vboxsync Backed out r31259.
(edit) @9145   17 years vboxsync More 64 bits guest updates
(edit) @9137   17 years vboxsync PDMAsyncCompletion: Implement caching of tasks to reduce cpu load
(edit) @9134   17 years vboxsync Shared folders flag for appending data to a file. Windows addition …
(edit) @9131   17 years vboxsync Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in …
(edit) @9115   17 years vboxsync HWACCM: Invalidate pages changed by PGMHandlerPhysicalPageTempOff. …
(edit) @9100   17 years vboxsync Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
(edit) @9097   17 years vboxsync ParseEscFP: Why copy fpop->param[12] to pCpu->param[12].parval? …
(edit) @9069   17 years vboxsync Interpret msr reads and writes (currently disabled in order not to …
(edit) @9064   17 years vboxsync Properly deal with CR3 changes in nested paging mode.
(edit) @9026   17 years vboxsync More updates for nested paging. (setting up the paging mode)
(edit) @9021   17 years vboxsync Nested paging updates. Extra paging mode added to prevent illegal …
(edit) @9013   17 years vboxsync forgotten headers.
(edit) @9008   17 years vboxsync Changes for proper flushing of the TLB for physical registration changes.
(edit) @8999   17 years vboxsync Disassembler updates for 64 bits code
(edit) @8993   17 years vboxsync build fix
(edit) @8965   17 years vboxsync Nested paging updates
(edit) @8964   17 years vboxsync Overlooked two macros in the #else.
(edit) @8962   17 years vboxsync Fixed amd64 debug builds. Added some TODOs.
(edit) @8957   17 years vboxsync Correction
(edit) @8953   17 years vboxsync Ring-0 assertions are now always printed to the debug log. Introduced …
(edit) @8948   17 years vboxsync Nested paging updates
(edit) @8943   17 years vboxsync AMD-V: flush TLB when the flush count for the cpu has changed AMD-V: …
(edit) @8940   17 years vboxsync Update
(edit) @8925   17 years vboxsync New file APIs for reading (or mapping) a file into memory: …
(edit) @8924   17 years vboxsync RTFOFF_MAX & RTFOFF_MIN.
(edit) @8889   17 years vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8882   17 years vboxsync Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack up …
(edit) @8870   17 years vboxsync Intercept mwait as well (AMD-V)
(edit) @8869   17 years vboxsync More intercept flags
(edit) @8853   17 years vboxsync Manual page invalidation or TLB flush is required for AMD-V.
(edit) @8819   17 years vboxsync Added DBGFR3MemReadString and made DBGFR3AddrFromFlat return pAddress.
(edit) @8805   17 years vboxsync tab
(edit) @8803   17 years vboxsync add OpenSolaris OS type
(edit) @8801   17 years vboxsync alignment…
(edit) @8800   17 years vboxsync Started digging into the solaris guest kernel. Added DBGFR3MemRead.
(edit) @8798   17 years vboxsync More room for dbgf on 64-bit hosts.
(edit) @8797   17 years vboxsync New DBGF interface for digging into the guts of the guest OS kernel.
(edit) @8770   17 years vboxsync Moved the windows usblib implementation to HostDrivers/VBoxUSB/win.
(edit) @8769   17 years vboxsync Unifying the USBLib stuff.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8746   17 years vboxsync Updates to the async completion manager. …
(edit) @8715   17 years vboxsync Fix using several NAT adapters in a single VM.
(edit) @8700   17 years vboxsync Linux additions: Only VbglHGCMCall() can deal with cancelled requests
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