|
|
@6636
|
17 years |
vboxsync |
Fixed invered assertions in the two reservation request wrappers.
|
|
|
@6635
|
17 years |
vboxsync |
Wrap locking and unlocking of the two semaphores to make it easier to …
|
|
|
@6634
|
17 years |
vboxsync |
fixes to new (disabled) code.
|
|
|
@6633
|
17 years |
vboxsync |
Initialize the halt method correctly. We cannot use the default in …
|
|
|
@6632
|
17 years |
vboxsync |
doc typo.
|
|
|
@6627
|
17 years |
vboxsync |
Memory reservation. Changed MM saved state version and kept backwards …
|
|
|
@6625
|
17 years |
vboxsync |
nc
|
|
|
@6624
|
17 years |
vboxsync |
fixed docs (copy&paste error).
|
|
|
@6617
|
17 years |
vboxsync |
Added an optimization todo.
|
|
|
@6581
|
17 years |
vboxsync |
Added some ring-3 wrapper functions for the (ring-0) GMM APIs.
|
|
|
@6546
|
17 years |
vboxsync |
VBOX_WITH_NEW_PHYS_CODE changes mostly realted to REM. Killed a …
|
|
|
@6544
|
17 years |
vboxsync |
Added @todo
|
|
|
@6542
|
17 years |
vboxsync |
fixed log statement.
|
|
|
@6535
|
17 years |
vboxsync |
MM::cbRAMSize -> MM:cbRamRegistered. Drop MM:pvRamBaseHC. Drop …
|
|
|
@6534
|
17 years |
vboxsync |
Quick hack for out of hma address space when registering the VRAM …
|
|
|
@6532
|
17 years |
vboxsync |
Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
|
|
|
@6529
|
17 years |
vboxsync |
mmr3 -> mmR3.
|
|
|
@6528
|
17 years |
vboxsync |
NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
|
|
|
@6527
|
17 years |
vboxsync |
Free.iNext should be 16 bit and use UINT16_MAX instead of UINT32_MAX.
|
|
|
@6475
|
17 years |
vboxsync |
Added the NoDmik() macro.
|
|
|
@6448
|
17 years |
vboxsync |
spaces
|
|
|
@6409
|
17 years |
vboxsync |
Backed out the TMAll.cpp part of r27160 because it isn't just shutting …
|
|
|
@6398
|
17 years |
vboxsync |
VMM: remove fErrorSet again, not necessary anymore
|
|
|
@6386
|
17 years |
vboxsync |
typo
|
|
|
@6362
|
17 years |
vboxsync |
Suppress excessice VM stats at VM destroy for some build environments.
|
|
|
@6361
|
17 years |
vboxsync |
Fixed OS/2 build.
|
|
|
@6347
|
17 years |
vboxsync |
VMM: don't overwrite errors
|
|
|
@6333
|
17 years |
vboxsync |
todo
|
|
|
@6311
|
17 years |
vboxsync |
Documentation updates.
|
|
|
@6300
|
17 years |
vboxsync |
no "\n", ".", nor "!" at end of an error message
|
|
|
@6298
|
17 years |
vboxsync |
When using VMSet.*Error() don't put %Vrc into the error message if the …
|
|
|
@6297
|
17 years |
vboxsync |
Disabled annoying assertion, see #2609.
|
|
|
@6296
|
17 years |
vboxsync |
LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
|
|
|
@6289
|
17 years |
vboxsync |
doxygen: gcfgm alias usage example.
|
|
|
@6274
|
17 years |
vboxsync |
pReq may be invalid after queuing it (VMREQFLAGS_NO_WAIT), so make …
|
|
|
@6258
|
17 years |
vboxsync |
db x,y,z -> mnemonics; yasm supports them.
|
|
|
@6255
|
17 years |
vboxsync |
Section attibute 'segname <name>' -> 'segname=<name>'. (Fixed by Peter …
|
|
|
@6251
|
17 years |
vboxsync |
yasm and invlpga doesn't seem to get along.
|
|
|
@6244
|
17 years |
vboxsync |
yasm thinks invlpga is 64-bit only... work around it for now.
|
|
|
@6243
|
17 years |
vboxsync |
Just use the assembly version of SVMInvlpgA everywhere (was …
|
|
|
@6221
|
17 years |
vboxsync |
PDM async completion template creation wrapper third attempt
|
|
|
@6183
|
17 years |
vboxsync |
Back out of r26783.
|
|
|
@6182
|
17 years |
vboxsync |
This is where I meant.
|
|
|
@6178
|
17 years |
vboxsync |
spaces.
|
|
|
@6176
|
17 years |
vboxsync |
use ASMCpuId_Idx_ECX, fixed some off-by-one bugs
|
|
|
@6172
|
17 years |
vboxsync |
fixed the code for overriding cpuid values using config keys
|
|
|
@6171
|
17 years |
vboxsync |
workaround for a missing cpuid(0).eax patch
|
|
|
@6162
|
17 years |
vboxsync |
Wrappers for template creation the right way.
|
|
|
@6155
|
17 years |
vboxsync |
PGMPhys: Fixed the error handling when SUPPageAlloc fails in …
|
|
|
@6128
|
17 years |
vboxsync |
space
|
|
|
@6111
|
17 years |
vboxsync |
Add helper to get vm structure from a pdm driver instance
|
|
|
@6107
|
17 years |
vboxsync |
patmIsCommonIDTHandlerPatch inconsistency
|
|
|
@6085
|
17 years |
vboxsync |
Attempt at fixing (most of) the concurrency issues in …
|
|
|
@6084
|
17 years |
vboxsync |
Attempt at fixing (most of) the concurrency issues in …
|
|
|
@6000
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change, fixes.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5976
|
17 years |
vboxsync |
Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and …
|
|
|
@5966
|
17 years |
vboxsync |
Escape problematic chars in the description.
|
|
|
@5955
|
17 years |
vboxsync |
We've got RTLogPrintf now.
|
|
|
@5953
|
17 years |
vboxsync |
Don't log to the com port, normal logging is fine now.
|
|
|
@5941
|
17 years |
vboxsync |
Fixed handle init bug.
|
|
|
@5940
|
17 years |
vboxsync |
fixed warning.
|
|
|
@5934
|
17 years |
vboxsync |
gcc-4.3 found this bug (though this code seems to be unused)
|
|
|
@5915
|
17 years |
vboxsync |
gcc-4.3 warning
|
|
|
@5914
|
17 years |
vboxsync |
gcc-4.3 warning
|
|
|
@5910
|
17 years |
vboxsync |
typo
|
|
|
@5909
|
17 years |
vboxsync |
fixed s32 check
|
|
|
@5904
|
17 years |
vboxsync |
More work on the async completion interface
|
|
|
@5898
|
17 years |
vboxsync |
kBuild 0.1.2 preps: Avoid the shell at all costs because cygwin is …
|
|
|
@5874
|
17 years |
vboxsync |
rearranged checks to drastically improve the chance of flat addresses …
|
|
|
@5857
|
17 years |
vboxsync |
include missing header
|
|
|
@5854
|
17 years |
vboxsync |
another one.
|
|
|
@5812
|
17 years |
vboxsync |
Continued work on the async implementation. Added to Makefile but …
|
|
|
@5800
|
17 years |
vboxsync |
attempt to fix the windows boxes
|
|
|
@5798
|
17 years |
vboxsync |
more work on async completion
|
|
|
@5791
|
17 years |
vboxsync |
Start async completion implementation
|
|
|
@5737
|
17 years |
vboxsync |
Added DBGFR3MemScan dependency.
|
|
|
@5734
|
17 years |
vboxsync |
bugfix
|
|
|
@5731
|
17 years |
vboxsync |
Implemented some search commands in the debugger.
|
|
|
@5722
|
17 years |
vboxsync |
Added a bottom pointer to the PDMLUN structure. Added plugge/unplugged …
|
|
|
@5720
|
17 years |
vboxsync |
USB destruction.
|
|
|
@5695
|
17 years |
vboxsync |
Don't drag in CPUMAllA.asm in ring-3 because leopard doesn't like the …
|
|
|
@5694
|
17 years |
vboxsync |
Put the templates in the CONST segment/section as the relocations it …
|
|
|
@5693
|
17 years |
vboxsync |
Don't take any lable addresses we don't have to take as it offends the …
|
|
|
@5684
|
17 years |
vboxsync |
Build fix.
|
|
|
@5683
|
17 years |
vboxsync |
Don't try use Debugger.lib/a unless it's built and needed.
|
|
|
@5682
|
17 years |
vboxsync |
Don't try use Debugger.lib/a unless it's built and needed.
|
|
|
@5680
|
17 years |
vboxsync |
Trying to fix the double linking of the DBGC code (VBoxDBG and …
|
|
|
@5667
|
17 years |
vboxsync |
Debugger interface for searching memory. Fixed a const mixup.
|
|
|
@5665
|
17 years |
vboxsync |
Another attempt
|
|
|
@5664
|
17 years |
vboxsync |
Alignment for 64 bits build
|
|
|
@5663
|
17 years |
vboxsync |
Inverted test
|
|
|
@5662
|
17 years |
vboxsync |
Initial changes for guest PAE support
|
|
|
@5661
|
17 years |
vboxsync |
Added pgmGstGetPaePDPtr
|
|
|
@5646
|
17 years |
vboxsync |
Introduced VBOX_WITH_PREALLOC_RAM_BY_DEFAULT which is disabled of …
|
|
|
@5644
|
17 years |
vboxsync |
GMMR0: gcc found this bug
|
|
|
@5640
|
17 years |
vboxsync |
Restore the old code. Please, don't mess with this without giving a …
|
|
|
@5632
|
17 years |
vboxsync |
Backed out 25383: don't trigger breakpoints in ring 0 on any platform
|
|
|
@5630
|
17 years |
vboxsync |
|
|
|
@5629
|
17 years |
vboxsync |
remove deprecated macros
|
|
|