VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19405   16 years vboxsync VBox/types.h: Added VMCPUSET and a couple of macros.
(edit) @19403   16 years vboxsync VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => …
(edit) @19402   16 years vboxsync VMReq: Added VMREQFLAGS_POKE for high priority requests.
(edit) @19400   16 years vboxsync VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
(edit) @19397   16 years vboxsync VBox/param.h: Added VMM_MAX_CPUS, should match TCPUCount in …
(edit) @19395   16 years vboxsync GVMM,VM: Register the other EMTs or we assert painfully in …
(edit) @19390   16 years vboxsync iprt/mp.h: Updated the RTMpOnOthers docs.
(edit) @19386   16 years vboxsync iprt/mp.h: RTMpPokeCpu.
(edit) @19382   16 years vboxsync Introduced GVMMR0RegisterVCpu. (not used yet; untested)
(edit) @19381   16 years vboxsync Further breakup of GVM. Deal with VCPU thread handles.
(edit) @19366   16 years vboxsync Removed global VMM lock.
(edit) @19360   16 years vboxsync Split up GVM and introduced GVMCPU.
(edit) @19354   16 years vboxsync Inconsistent calling convention.
(edit) @19350   16 years vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @19347   16 years vboxsync Add new error code for async I/O
(edit) @19334   16 years vboxsync DBGF,SELM,DBGC,++: Refactored the selector info querying and usage, …
(edit) @19333   16 years vboxsync EMT macro updates.
(edit) @19326   16 years vboxsync Started with TLB shootdown.
(edit) @19315   16 years vboxsync Logging: introducing NAT and NET log groups
(edit) @19305   16 years vboxsync VBox/x86.h: ASMWriteBackAndInvalidateCaches, ASMHalt, and …
(edit) @19304   16 years vboxsync VBox/x86.h: gate descriptors.
(edit) @19302   16 years vboxsync iprt/cpuset.h: Fixed pedantic C warning from MSC 8.
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19293   16 years vboxsync DBGF,VMM: SMP refactoring of the DBGF disassembler code. Changed …
(edit) @19292   16 years vboxsync iprt/err.h,.mac: VERR_INVALID_CONTEXT.
(edit) @19291   16 years vboxsync DBGF,VMM,VBoxDbg: Refactored DBG stack walkers for SMP.
(edit) @19290   16 years vboxsync VBox/err.h,*/err.mac: Added VERR_INVALID_VM_HANDLE, …
(edit) @19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
(edit) @19287   16 years vboxsync VBox/cdefs.h,REM,CFGM: VMMRZDECL + some cleanup.
(edit) @19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
(edit) @19285   16 years vboxsync VBox/types.h: NIL_VMCPUID.
(edit) @19284   16 years vboxsync VBox/vmapi.h: VMREQDEST_FROM_ID.
(edit) @19274   16 years vboxsync Need more space in EM
(edit) @19266   16 years vboxsync Added VMREQDEST_BROADCAST_REVERSE
(edit) @19262   16 years vboxsync Introduced PDMCritSectIsOwnerEx.
(edit) @19261   16 years vboxsync iprt/dir.h: Corrected RTDirRemove docs.
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19227   16 years vboxsync Implemented VMMGetCpu in ring 0. (SMP guests)
(edit) @19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
(edit) @19211   16 years vboxsync IPRT: Function RTDirRemoveRecursive added. Only partially implemented …
(edit) @19198   16 years vboxsync IPRT: Added RTUuidFrom/ToUtf16. (untested)
(edit) @19185   16 years vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19182   16 years vboxsync DBGFAddr: Three new APIs for address conversion that takes threading …
(edit) @19178   16 years vboxsync VBox/vm.h: VMCPU_IS/ASSERT variants, added VM[CPU]_ASSERT_VALID_EXT_RETURN.
(edit) @19177   16 years vboxsync iprt/cdefs.h: Added RT_VALID_ALIGNED_PTR and renamed VALID_PTR to …
(edit) @19176   16 years vboxsync VBoxHDD/generic+VDI: implemented and documented
(edit) @19173   16 years vboxsync vmapi.h: VMREQDEST_FROM_VMCPU
(edit) @19167   16 years vboxsync iprt/cdefs.h,RTLdr: Added an generic RT_NOTHING macro to fixing issues …
(edit) @19152   16 years vboxsync HostServices and GuestHost/X11 clipboard: lots of changes, see defect …
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @19125   16 years vboxsync Runtime/Aio: Add description for the RT File async I/O API
(edit) @19101   16 years vboxsync Restored r46233 (fixing comming in a sec).
(edit) @19095   16 years vboxsync backed out r46233 as it made things worse
(edit) @19089   16 years vboxsync VMM: Fixed cleanup issue where the EMT was left behind by always …
(edit) @19076   16 years vboxsync CPUMGetGuestCpuId needs a pVCpu parameter.
(edit) @19075   16 years vboxsync CPUMGetGuestCpuIdStdRCPtr -> R3
(edit) @19072   16 years vboxsync IPRT/getopt.h: iShort must be greater than 0.
(edit) @19043   16 years vboxsync VBox/pdmdev.h: The increase structure versions of the devhlps (no need …
(edit) @19039   16 years vboxsync iprt/file.h: a todo and a clearification.
(edit) @19034   16 years vboxsync Storage/VBoxHDD: stub for compacting images
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19027   16 years vboxsync GuestHost/SharedClipboard: add testcases for the X11 clipboard code …
(edit) @19025   16 years vboxsync Runtime/getopt: clarify that iShort must not be 0
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18999   16 years vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18984   16 years vboxsync Autoset does belong in PGMCPU
(edit) @18974   16 years vboxsync Autoset belongs in PGM
(edit) @18961   16 years vboxsync iprt/file.h: Some adjustements to the Async I/O API.
(edit) @18946   16 years vboxsync Fixed possibly uninitialized variable
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18912   16 years vboxsync Runtime: Fix comments (contained the old function names)
(edit) @18911   16 years vboxsync Runtime: Rename RTFileAioCtxGetMaxRequestCount to …
(edit) @18910   16 years vboxsync Runtime: compile fix
(edit) @18909   16 years vboxsync Runtime: Add RTFileAio API for review
(edit) @18847   16 years vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18842   16 years vboxsync iprt/err.mac,VBox/err.mac,VBox/x86.mac: regenerated.
(edit) @18824   16 years vboxsync filemuncher
(edit) @18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18768   16 years vboxsync Typo for rdpmc
(edit) @18763   16 years vboxsync Added Intel performance counter MSRs
(edit) @18744   16 years vboxsync Runtime/getopt: provide way to figure out which option definition matched
(edit) @18708   16 years vboxsync GuestHost/SharedClipboard: reorganise constructor and destructor funcions
(edit) @18677   16 years vboxsync Deleted PGMHandlerPhysicalPageReset (unused and not up to date).
(edit) @18660   16 years vboxsync include/VBox: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.
(edit) @18649   16 years vboxsync VMSetRuntimeError: clearification, status codes *must* be propagated, …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18637   16 years vboxsync crOpenGL: add seamless mode clip regions to opengl ones
(edit) @18633   16 years vboxsync GuestHost/SharedClipboard: pass pointers instead of using globals …
(edit) @18618   16 years vboxsync PDM,EM: Killed PDMR3Pool. RIP.
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @18589   16 years vboxsync Main: use RTStrStr & friends
(edit) @18586   16 years vboxsync HostServices/SharedClipboard/X11: added opaque data pointers to the …
(edit) @18585   16 years vboxsync HostServices/SharedClipboard: split up the X11 host clipboard code …
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