VirtualBox

source: vbox/trunk/include/VBox/types.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32190   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @31948   14 years vboxsync PGM: paging hierarchy dumpers refactoring in progress.
(edit) @31695   14 years vboxsync State changes for FT
(edit) @31444   14 years vboxsync PGM: Don't let the ATA device exhaust the dynamic mapping cache - …
(edit) @30646   14 years vboxsync Reregister all shared modules after VM restore
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28037   15 years vboxsync DevE1000,GSO: coding.
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @27973   15 years vboxsync PDM,Network/*: GSO preps.
(edit) @26137   15 years vboxsync PDM: Added PDMIBASERC and PDMIBASER0.
(edit) @25993   15 years vboxsync DrvIntNet.cpp: Preparing for R0/RC.
(edit) @25832   15 years vboxsync VMCPUSET fixes.
(edit) @24061   15 years vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23460   15 years vboxsync PGM: Page lock counters. (disabled)
(edit) @23146   15 years vboxsync VMM: State reworking.
(edit) @23037   15 years vboxsync VMR3Save: Code done. (Had to add VMSTATE_RESET_LS to deal with reset.)
(edit) @23009   15 years vboxsync VMM: State machine adjustments. Have only received basic testing.
(edit) @22975   15 years vboxsync VMM: State coding in progress - bed time commit.
(edit) @22961   15 years vboxsync VMM: state updates (almost there).
(edit) @22915   15 years vboxsync VMM: some state stuff (work in progress, back out on bustage).
(edit) @22578   15 years vboxsync VBox/types.h: Disabled VBOXSTRICTRC on MSC again.
(edit) @22564   15 years vboxsync VBox/types.h: Enable VBOXSTRICTRC on windows again.
(edit) @22552   15 years vboxsync VBox/types.h: VBOXSTRICTRC only works in 64-bit mode atm.
(edit) @22517   15 years vboxsync VBox/types.h: Don't use the VBOXSTRICTRC class with MSC as it floods …
(edit) @22493   15 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22334   15 years vboxsync PDMR3DriverAttach: implemented, but untested.
(edit) @20880   15 years vboxsync Queue suspend and power off calls from the VM for SMP guests (deadlock …
(edit) @20804   15 years vboxsync Introduced VMCPUID_OTHER
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19405   16 years vboxsync VBox/types.h: Added VMCPUSET and a couple of macros.
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19285   16 years vboxsync VBox/types.h: NIL_VMCPUID.
(edit) @19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @17661   16 years vboxsync PGMROMPROT remark.
(edit) @17430   16 years vboxsync VBox/types.h: PCVBOXIDTE for TRPM.
(edit) @17251   16 years vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @17136   16 years vboxsync VBOXTSS offsets.
(edit) @12632   16 years vboxsync VBox/types.h: Added VMCPUID.
(edit) @12585   16 years vboxsync VBox/types.h: Added the PVMCPU types.
(edit) @11798   16 years vboxsync Fixing backwards compatibility for CPUMCTX.
(edit) @11306   16 years vboxsync VBox/type.h: Fixed PTMTIMER.
(edit) @11305   16 years vboxsync VBox/types.h: Retired unused types VBOXHCPHYS, PVBOXHCPHYS, …
(edit) @11304   16 years vboxsync tm: Retired PTMTIMERGC.
(edit) @11303   16 years vboxsync pdm: Retired PPDMDEVINSGC.
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11155   16 years vboxsync TMTimerRCPtr and some types.
(edit) @10963   16 years vboxsync types: Merged PDMMAC and RTNETMAC into RTMAC.
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10087   16 years vboxsync Fixed SELMR3GetSelectorInfo for 64 bits mode. Got rid of obsolete VBOXDESC.
(edit) @9765   16 years vboxsync Promoted PDMMAC from pdmifs.h to types.h.
(edit) @9656   16 years vboxsync Changed u1Reserved to u1Long in the selector attributes field.
(edit) @9431   16 years vboxsync Hardcode to uint64_t to avoid many ifdefs.
(edit) @9430   16 years vboxsync Made the base of GDTR and IDTR 64 bits.
(edit) @9412   16 years vboxsync use macros to access base, limit of a descriptor and offset of an IDT entry
(edit) @9379   17 years vboxsync PVMGC -> PVMRC
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7629   17 years vboxsync Initial cleanup for PAE
(edit) @7133   17 years vboxsync Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed …
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5026   17 years vboxsync GVM -> GVMM.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @3852   17 years vboxsync Finally splitting up pdm.h. Working on integrating USB into PDM …
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1840   18 years vboxsync Support driver interface cleanup.
(edit) @1580   18 years vboxsync Corrected VBOXTSS member name.
(edit) @1499   18 years vboxsync Added virtual interrupt redirection bitmap to our TSS
(edit) @867   18 years vboxsync Backed out 18568
(edit) @863   18 years vboxsync Added VMSTATE_SUSPENDED_NOSAVE
(add) @1   55 years vboxsync import
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