|
|
@31631
|
14 years |
vboxsync |
Wrong assertion
|
|
|
@30112
|
14 years |
vboxsync |
iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
|
|
|
@30111
|
14 years |
vboxsync |
iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@27212
|
15 years |
vboxsync |
VMReq.cpp: fix #4725 later.
|
|
|
@26491
|
15 years |
vboxsync |
VMM: whitespace cleanup.
|
|
|
@25759
|
15 years |
vboxsync |
iprt/semaphore.h: RT_LOCK_CHECK_ORDER && IN_RING3 -> wrap …
|
|
|
@25730
|
15 years |
vboxsync |
VMReq.cpp: Set the EMTs as signallers of the request semaphores.
|
|
|
@25728
|
15 years |
vboxsync |
*: Use RTMSINTERVAL for timeouts.
|
|
|
@24738
|
15 years |
vboxsync |
VMReq.cpp: Made VMR3ReqProcessU re-entrant.
|
|
|
@24467
|
15 years |
vboxsync |
Document VMR3Req* caveats.
|
|
|
@23191
|
15 years |
vboxsync |
VMM: Hacked EM to quit processing forced actions on VINF_EM_SUSPEND, …
|
|
|
@23080
|
15 years |
vboxsync |
VMM,ConsoleImpl.cpp: Added fFlags to VMR3ReqCall.
|
|
|
@23017
|
15 years |
vboxsync |
VMReq.cpp: Added a todo.
|
|
|
@23016
|
15 years |
vboxsync |
VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.
|
|
|
@23015
|
15 years |
vboxsync |
VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
|
|
|
@23014
|
15 years |
vboxsync |
VMReq.cpp: Don't use the 'U' version, it just makes the caller side …
|
|
|
@23010
|
15 years |
vboxsync |
VBox/vmapi.h,VMReq.cpp: Added A number of convenice function to …
|
|
|
@20880
|
15 years |
vboxsync |
Queue suspend and power off calls from the VM for SMP guests (deadlock …
|
|
|
@20806
|
15 years |
vboxsync |
Update
|
|
|
@20805
|
15 years |
vboxsync |
Implemented support for VMCPUID_OTHER request packets.
|
|
|
@20651
|
15 years |
vboxsync |
VMReq.cpp: paranoid android
|
|
|
@19451
|
16 years |
vboxsync |
No @note in body.
|
|
|
@19420
|
16 years |
vboxsync |
Action flag updates
|
|
|
@19402
|
16 years |
vboxsync |
VMReq: Added VMREQFLAGS_POKE for high priority requests.
|
|
|
@19400
|
16 years |
vboxsync |
VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
|
|
|
@19395
|
16 years |
vboxsync |
GVMM,VM: Register the other EMTs or we assert painfully in …
|
|
|
@19366
|
16 years |
vboxsync |
Removed global VMM lock.
|
|
|
@19300
|
16 years |
vboxsync |
VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
|
|
|
@19299
|
16 years |
vboxsync |
VMReq/Emt: comments.
|
|
|
@19267
|
16 years |
vboxsync |
Cleaned up the VMREQDEST_BROADCAST code.
|
|
|
@19265
|
16 years |
vboxsync |
SMP cleanup fixes.
|
|
|
@19217
|
16 years |
vboxsync |
UVM splitup for SMP guests. Global and local request packets supported.
|
|
|
@19179
|
16 years |
vboxsync |
VMReq.cpp: VMREQDEST values other than ANY doesn't work yet, patch it …
|
|
|
@19146
|
16 years |
vboxsync |
VM_FF_REQUEST -> VMCPU_FF_REQUEST
|
|
|
@19141
|
16 years |
vboxsync |
Action flags breakup.
Fixed PGM saved state loading of 2.2.2 images. …
|
|
|
@13858
|
16 years |
vboxsync |
Pass the VMCPU id to the ring 0 callbacks.
|
|
|
@13818
|
16 years |
vboxsync |
VMM: %Vrc -> %Rrc, %Vra -> %Rra.
|
|
|
@13816
|
16 years |
vboxsync |
VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
|
|
|
@13796
|
16 years |
vboxsync |
VMM: some adjustments.
|
|
|
@13782
|
16 years |
vboxsync |
More SMP groundwork.
|
|
|
@13766
|
16 years |
vboxsync |
No need to call RTThreadNativeSelf twice.
|
|
|
@13765
|
16 years |
vboxsync |
VM request updates for dispatching packets to individual CPU threads.
|
|
|
@13755
|
16 years |
vboxsync |
Started with VM request API changes.
|
|
|
@12989
|
16 years |
vboxsync |
VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7634
|
17 years |
vboxsync |
Removed unused VMR3ReqCallU variant.
|
|
|
@7559
|
17 years |
vboxsync |
warnings
|
|
|
@6796
|
17 years |
vboxsync |
Fixed init problems wrt. VM ownership by implementing the UVM …
|
|
|
@6274
|
17 years |
vboxsync |
pReq may be invalid after queuing it (VMREQFLAGS_NO_WAIT), so make …
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@4943
|
17 years |
vboxsync |
Return from VMR3ReqWait, if the request was killed in vmR3DestroyFinalBit.
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@3696
|
17 years |
vboxsync |
double underscore cleanup.
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@23
|
18 years |
vboxsync |
string.h & stdio.h + header cleanups.
|
|
|
@1
|
55 years |
vboxsync |
import
|