VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9857   16 years vboxsync Updates for amd64 paging
(edit) @9852   16 years vboxsync Added CPUMGetGuestMsr
(edit) @9851   16 years vboxsync OP_SWAPGS
(edit) @9847   16 years vboxsync Updates for dumping 64 bits descriptors
(edit) @9841   16 years vboxsync Added CPUMGetGuest/HyperRIP.
(edit) @9824   16 years vboxsync Some preparations for fixing PAE.
(edit) @9817   16 years vboxsync fs & gs base cleanup
(edit) @9811   16 years vboxsync Additions/x11: use the guest/host registry to save the last resolution …
(edit) @9809   16 years vboxsync Main: save and reload the guest/host registry in extra data at machine …
(edit) @9806   16 years vboxsync Inverted
(edit) @9803   16 years vboxsync vacation.
(edit) @9802   16 years vboxsync CPUMIsGuestIn64BitCodeEx update
(edit) @9800   16 years vboxsync Correction
(edit) @9772   17 years vboxsync fixed break.
(edit) @9770   17 years vboxsync Can use PCPDMMAC now as its in VBox/types.h.
(edit) @9768   17 years vboxsync Regenerate err.mac and x86.mac. Adjusted the rule for generting these …
(edit) @9767   17 years vboxsync Some new error codes for internal networking.
(edit) @9766   17 years vboxsync Fixed anci C issue.
(edit) @9765   17 years vboxsync Promoted PDMMAC from pdmifs.h to types.h.
(edit) @9761   17 years vboxsync 64 bits disassembly changes (32 bits displacement sign extended to 64 bits)
(edit) @9743   17 years vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9738   17 years vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9737   17 years vboxsync build fix.
(edit) @9736   17 years vboxsync pass a UUID string instead of a structure.
(edit) @9735   17 years vboxsync INTNET: ring-0 trunk interfaces.
(edit) @9727   17 years vboxsync HostServices: added a new service (SharedInfoService) to provide a …
(edit) @9701   17 years vboxsync Fixed mask issues in 64 bits mode
(edit) @9697   17 years vboxsync Added NET_FLT_DRV, NET_TAP_DRV, SUP_DRV, USB_DRV and USB_FILTER.
(edit) @9695   17 years vboxsync SUPDRV: Sketched out a component management interface and the generic …
(edit) @9683   17 years vboxsync Missign header update
(edit) @9678   17 years vboxsync Rewrote SELMToFlatEx for long mode.
(edit) @9675   17 years vboxsync General cleanup of SELMToFlat.
(edit) @9662   17 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9661   17 years vboxsync Implement and use CPUMIsGuestIn64BitCode where appropriate.
(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) @9655   17 years vboxsync Comment added
(edit) @9649   17 years vboxsync Added CPUMIsGuestInLongMode.
(edit) @9647   17 years vboxsync DRx access functions must use uint64_t now.
(edit) @9623   17 years vboxsync warnings.
(edit) @9622   17 years vboxsync Forgot this - added RTCpuLastIndex.
(edit) @9614   17 years vboxsync Not necessary
(edit) @9611   17 years vboxsync Added a todo/warning on RTMpNotificationRegister.
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9599   17 years vboxsync Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
(edit) @9590   17 years vboxsync Extra error codes
(edit) @9581   17 years vboxsync const + small optimization
(edit) @9579   17 years vboxsync Added RTCpuSetIsMemberByIndex().
(edit) @9571   17 years vboxsync Missing header updates
(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)
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