|
|
@36408
|
14 年 |
vboxsync |
log rotation review and adjustments: Don't delete any excess files if …
|
|
|
@36345
|
14 年 |
vboxsync |
Runtime/log: forgotten file
|
|
|
@35601
|
14 年 |
vboxsync |
DBGF,CPUM: Expose hypervisor registers as hypercpuX.
|
|
|
@35466
|
14 年 |
vboxsync |
DBGFReg: Query individual registers by name.
|
|
|
@35410
|
14 年 |
vboxsync |
DBGFReg revamp #2.
|
|
|
@35346
|
14 年 |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35339
|
14 年 |
vboxsync |
More build fixes
|
|
|
@35333
|
14 年 |
vboxsync |
VMM source reorg.
|
|
|
@35308
|
14 年 |
vboxsync |
AsyncCompletion: Remove obsolete write cache
|
|
|
@34668
|
14 年 |
vboxsync |
More extpack build speedup hacking.
|
|
|
@34163
|
14 年 |
vboxsync |
PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
|
|
|
@33935
|
14 年 |
vboxsync |
VMM: mask all Local APIC interrupt vectors which are set up to NMI …
|
|
|
@33595
|
14 年 |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|
|
|
@33550
|
14 年 |
vboxsync |
some more spelling fixes, thanks Timeless!
|
|
|
@33540
|
14 年 |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@32920
|
14 年 |
vboxsync |
Compile fix
|
|
|
@32489
|
14 年 |
vboxsync |
VMM: More work on the periodic preemption timer (no actual timers yet).
|
|
|
@32484
|
14 年 |
vboxsync |
TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
|
|
|
@32190
|
14 年 |
vboxsync |
PDMDevHlpVMSuspendSaveAndPowerOff: More code.
|
|
|
@32133
|
14 年 |
vboxsync |
vm.h/mac: alignment fixes.
|
|
|
@32087
|
14 年 |
vboxsync |
PGM: Account for aliased and off pages in physical handlers so that …
|
|
|
@32036
|
14 年 |
vboxsync |
Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
|
|
|
@31996
|
14 年 |
vboxsync |
Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
|
|
|
@31989
|
14 年 |
vboxsync |
VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
|
|
|
@31895
|
14 年 |
vboxsync |
FT updates
|
|
|
@31402
|
14 年 |
vboxsync |
PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
|
|
|
@31140
|
14 年 |
vboxsync |
PGM: Removed CheckPageFault as it is no longer used. Removed …
|
|
|
@31123
|
14 年 |
vboxsync |
PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
|
|
|
@30572
|
14 年 |
vboxsync |
Removed PGMPhysGCPhys2R3Ptr usage from PATM.
|
|
|
@30217
|
14 年 |
vboxsync |
VMM: VCC100 warnings.
|
|
|
@29440
|
15 年 |
vboxsync |
tstCompiler.cpp: init runtime
|
|
|
@29436
|
15 年 |
vboxsync |
IOM: Profile all callbacks, don't bother count the as we can derive …
|
|
|
@29329
|
15 年 |
vboxsync |
removed VBOX_WITH_VMI
|
|
|
@29250
|
15 年 |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@28942
|
15 年 |
vboxsync |
Check GVM and GVMCPU as well (!)
|
|
|
@28800
|
15 年 |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28262
|
15 年 |
vboxsync |
PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
|
|
|
@28258
|
15 年 |
vboxsync |
PDM critsects for drivers. Fixed critsect cleanup in failure path. …
|
|
|
@28065
|
15 年 |
vboxsync |
Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
|
|
|
@27920
|
15 年 |
vboxsync |
AsyncCompletion: Return error code for completed requests
|
|
|
@27797
|
15 年 |
vboxsync |
misc compiler warning fixes, comment typos and other minor cleanups
|
|
|
@26562
|
15 年 |
vboxsync |
*: Added svn:keywords where missing.
|
|
|
@26517
|
15 年 |
vboxsync |
*: RTGetOpt cleanup related to --help and --version (now standard …
|
|
|
@26491
|
15 年 |
vboxsync |
VMM: whitespace cleanup.
|
|
|
@26338
|
15 年 |
vboxsync |
AsyncCompletion: Introduce range locks to prevent concurrent access to …
|
|
|
@26296
|
15 年 |
vboxsync |
more warnings.
|
|
|
@26268
|
15 年 |
vboxsync |
tstMicroRC.cpp: warning.
|
|
|
@26240
|
15 年 |
vboxsync |
AsyncCompletion: Cleanup
|
|
|
@26224
|
15 年 |
vboxsync |
s/IN_RT_GC/IN_RT_RC/g
|
|
|
@26223
|
15 年 |
vboxsync |
s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
|
|
|
@26222
|
15 年 |
vboxsync |
*.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
|
|
|
@26172
|
15 年 |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 1.
|
|
|
@26169
|
15 年 |
vboxsync |
PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
|
|
|
@26168
|
15 年 |
vboxsync |
PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
|
|
|
@26161
|
15 年 |
vboxsync |
PDM: s/pDrvReg/pReg/g
|
|
|
@26160
|
15 年 |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26153
|
15 年 |
vboxsync |
build fix
|
|
|
@26152
|
15 年 |
vboxsync |
VMM: pdm.h and @copydoc cleanups.
|
|
|
@26107
|
15 年 |
vboxsync |
PGM: Some harmless page counting error and factored out the pure MMIO …
|
|
|
@25947
|
15 年 |
vboxsync |
build fix.
|
|
|
@25946
|
15 年 |
vboxsync |
*: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
|
|
|
@25935
|
15 年 |
vboxsync |
PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
|
|
|
@25891
|
15 年 |
vboxsync |
PDMDrv,*: multi context drivers, part 1.
|
|
|
@25368
|
15 年 |
vboxsync |
RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
|
|
|
@25255
|
15 年 |
vboxsync |
tstVMM.cpp: -Wshadow
|
|
|
@25254
|
15 年 |
vboxsync |
tstPDMAsyncCompletion.cpp: -Wshadow
|
|
|
@25253
|
15 年 |
vboxsync |
tstAnimate.cpp: -Wshadow
|
|
|
@24800
|
15 年 |
vboxsync |
darwin.amd64 build fix.
|
|
|
@24799
|
15 年 |
vboxsync |
PGM/darwin: Fixed SMP in non-release builds.
|
|
|
@24730
|
15 年 |
vboxsync |
PDM: Implemented making device/driver/usb-device suspend and poweroff …
|
|
|
@24582
|
15 年 |
vboxsync |
VMM.cpp: Fix cleanup of the stack's guard pages so that we don't …
|
|
|
@24475
|
15 年 |
vboxsync |
tstAnimate.cpp: ditto
|
|
|
@24009
|
15 年 |
vboxsync |
don't use <ctype.h> on UTF-8.
|
|
|
@23973
|
15 年 |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23813
|
15 年 |
vboxsync |
Async completion testcase: bugfixes
|
|
|
@23811
|
15 年 |
vboxsync |
AsyncCompletion Stress test: Bugfixes. Correctly calculate the write …
|
|
|
@23713
|
15 年 |
vboxsync |
Async Completion: bugfixes
|
|
|
@23677
|
15 年 |
vboxsync |
AsyncCompletion: Stress test bugfixing. Still now working yet
|
|
|
@23672
|
15 年 |
vboxsync |
AsyncCompletion: Simple stress test utility for bug hunting
|
|
|
@23593
|
15 年 |
vboxsync |
SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
|
|
|
@23558
|
15 年 |
vboxsync |
Wrong tests
|
|
|
@23557
|
15 年 |
vboxsync |
Test hwaccm(cpu) padding too
|
|
|
@23513
|
15 年 |
vboxsync |
PGMSavedState: MMIO2 optimizations in the works.
|
|
|
@23512
|
15 年 |
vboxsync |
tstCompressionBenchmark: Page by page CRC/Hash benchmarking.
|
|
|
@23511
|
15 年 |
vboxsync |
tstCompressionBenchmark: nitpicking.
|
|
|
@23510
|
15 年 |
vboxsync |
tstCompressionBenchmark: fixed copy&past error.
|
|
|
@23509
|
15 年 |
vboxsync |
tstCompressionBenchmark: fixed copy&past error.
|
|
|
@23508
|
15 年 |
vboxsync |
tstCompressionBenchmark: Added SHA-1, SHA-256 and SHA-512.
|
|
|
@23470
|
15 年 |
vboxsync |
PGMPAGE: Removed the non-PGM_PAGE_WITH_PAGEID_IN_HCPHYS cases.
|
|
|
@23458
|
15 年 |
vboxsync |
PGMPAGE: HCPhys and idPage migration work, part 2.
|
|
|
@23454
|
15 年 |
vboxsync |
PGMPAGE: prep for lock counting. renamed all names (X->Y) just to make …
|
|
|
@23452
|
15 年 |
vboxsync |
Makefiles: Corrected properties.
|
|
|
@23404
|
15 年 |
vboxsync |
AsyncCompletion: Handle out of resources case properly. Should fix …
|
|
|
@23366
|
15 年 |
vboxsync |
Wait for the target VCPU to finish its world switch.
|
|
|
@23145
|
15 年 |
vboxsync |
VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
|
|
|
@23056
|
15 年 |
vboxsync |
Extra printf
|
|
|
@23015
|
15 年 |
vboxsync |
VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
|
|
|
@23012
|
15 年 |
vboxsync |
VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
|
|
|
@23011
|
15 年 |
vboxsync |
VMM,VMMDev: Some VMMR3ReqCall refactoring.
|
|
|
@22997
|
15 年 |
vboxsync |
Test UVM padding as well
|
|
|