|
|
@44577
|
12 years |
vboxsync |
Minor stuff: fix typo in comment and Log() argument.
|
|
|
@44573
|
12 years |
vboxsync |
IOM: Fixed IOMMMIO_FLAGS_WRITE_ONLY_DWORD and added …
|
|
|
@44564
|
12 years |
vboxsync |
IOM: Adding IOMMMIO_FLAGS_WRITE_ONLY_DWORD, fixing parameter validation.
|
|
|
@44529
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44524
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44522
|
12 years |
vboxsync |
SSM: Hide SSMR3RegisterDevice and SSMR3RegisterDriver.
|
|
|
@44521
|
12 years |
vboxsync |
tstSSM: Fixed the testcase after the device critsect change.
|
|
|
@44517
|
12 years |
vboxsync |
VMM/DBGF: Don't use priority VM requests since we're using rendezvous …
|
|
|
@44510
|
12 years |
vboxsync |
PDM takes the RTC cirtical section before calling the PDMRTCREG …
|
|
|
@44509
|
12 years |
vboxsync |
Document PIC and APIC callback method locking rules.
|
|
|
@44508
|
12 years |
vboxsync |
Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
|
|
|
@44505
|
12 years |
vboxsync |
SSM: Take device locks before doing any callbacks.
|
|
|
@44504
|
12 years |
vboxsync |
small cleanups.
|
|
|
@44464
|
12 years |
vboxsync |
PDMDevice.cpp: Changed the default critsect name to try prevent STAM …
|
|
|
@44463
|
12 years |
vboxsync |
PDMDevice.cpp: Changed the default critsect name to try prevent STAM …
|
|
|
@44461
|
12 years |
vboxsync |
refined r83445
|
|
|
@44452
|
12 years |
vboxsync |
doc/manual, VMM: clarify the host/guest combinations we support NX
|
|
|
@44442
|
12 years |
vboxsync |
GMMR0.cpp: Fixed sparse allocation of chunk IDs spotted by Frank …
|
|
|
@44418
|
12 years |
vboxsync |
cleanup
|
|
|
@44410
|
12 years |
vboxsync |
VMM: dbg build fix
|
|
|
@44404
|
12 years |
vboxsync |
DBGF: UVM and UVMCPU padding safety.
|
|
|
@44403
|
12 years |
vboxsync |
Build fix
|
|
|
@44401
|
12 years |
vboxsync |
VMM: cleanup order fix
|
|
|
@44399
|
12 years |
vboxsync |
DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
|
|
|
@44398
|
12 years |
vboxsync |
whoops, committed a bit too much
|
|
|
@44397
|
12 years |
vboxsync |
AsyncCompletion: Only use range locks if the request is unaligned, …
|
|
|
@44394
|
12 years |
vboxsync |
+VMMR3GetCpuByIdU, -FNATOMICHANDLER
|
|
|
@44393
|
12 years |
vboxsync |
VM,++: Changed the VM callbacks (at error, at runtime error, at state …
|
|
|
@44387
|
12 years |
vboxsync |
CFGM: Changed the config constructor to take a PUVM as well as a PVM …
|
|
|
@44386
|
12 years |
vboxsync |
CFGM: Some smaller PVM/PUVM adjustments.
|
|
|
@44385
|
12 years |
vboxsync |
CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
|
|
|
@44375
|
12 years |
vboxsync |
EM: pVM -> pUVM for main, mark as many as possible interfaces module …
|
|
|
@44374
|
12 years |
vboxsync |
FTM: pVM -> pUVM for main, mark as many as possible interfaces module …
|
|
|
@44373
|
12 years |
vboxsync |
HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
|
|
|
@44363
|
12 years |
vboxsync |
build fix
|
|
|
@44362
|
12 years |
vboxsync |
PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
|
|
|
@44360
|
12 years |
vboxsync |
Windows build fix.
|
|
|
@44359
|
12 years |
vboxsync |
drop the utf-8 signature.
|
|
|
@44358
|
12 years |
vboxsync |
PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
|
|
|
@44357
|
12 years |
vboxsync |
PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
|
|
|
@44355
|
12 years |
vboxsync |
PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
|
|
|
@44351
|
12 years |
vboxsync |
PDM,++: Change APIs used by Main from PVM to PUVM.
|
|
|
@44347
|
12 years |
vboxsync |
PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
|
|
|
@44346
|
12 years |
vboxsync |
TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
|
|
|
@44340
|
12 years |
vboxsync |
VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
|
|
|
@44275
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44269
|
12 years |
vboxsync |
VMX: Fixed invalid check.
|
|
|
@44267
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44266
|
12 years |
vboxsync |
VMM: comment clarification, there's no REX prefix for rdmsr.
|
|
|
@44262
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44259
|
12 years |
vboxsync |
VMM: STAM counter naming.
|
|
|
@44251
|
12 years |
vboxsync |
VMM: stam counters and some renames.
|
|
|
@44245
|
12 years |
vboxsync |
VMM: Added stats counter for preemption timer exits.
|
|
|
@44235
|
12 years |
vboxsync |
AsyncCompletion: Logging fix
|
|
|
@44230
|
12 years |
vboxsync |
some flushing.
|
|
|
@44202
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44201
|
12 years |
vboxsync |
VMM/VMMR3: todo.
|
|
|
@44197
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44195
|
12 years |
vboxsync |
VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
|
|
|
@44176
|
12 years |
vboxsync |
build fix
|
|
|
@44172
|
12 years |
vboxsync |
cpumR0MapLocalApicWorker: Use ASMIsXyzCpuEx and friends.
|
|
|
@44171
|
12 years |
vboxsync |
HMR0.cpp: Use ASMIsXyzCpuEx and friends, also be a bit more paranoid …
|
|
|
@44170
|
12 years |
vboxsync |
cpumR3DetectVendor: Use ASMIsXyzCpuEx.
|
|
|
@44168
|
12 years |
vboxsync |
nit
|
|
|
@44154
|
12 years |
vboxsync |
VMM/VMMR0: HM bits.
|
|
|
@44146
|
12 years |
vboxsync |
VMM: HM bits.
|
|
|
@44118
|
12 years |
vboxsync |
VMMR3/TRPM: spaces.
|
|
|
@44096
|
12 years |
vboxsync |
VMM/VMMR0: naming.
|
|
|
@44089
|
12 years |
vboxsync |
VMM: hungarian.
|
|
|
@44085
|
12 years |
vboxsync |
VMM/VMMR3: HM doxygen.
|
|
|
@44078
|
12 years |
vboxsync |
VMMR0/CPUMR0: atomic update of aGuestCpuId*(); fix return type of …
|
|
|
@44077
|
12 years |
vboxsync |
build fix
|
|
|
@44076
|
12 years |
vboxsync |
VMM: don't pass certain CPUID features to the guest if the feature is …
|
|
|
@44037
|
12 years |
vboxsync |
VMMR3/TRPM: indent, removed bogus assertion
|
|
|
@44036
|
12 years |
vboxsync |
build fix
|
|
|
@44035
|
12 years |
vboxsync |
VMM: hungarian again.
|
|
|
@44034
|
12 years |
vboxsync |
VMM/VMMR0: hungarian, build fix.
|
|
|
@44033
|
12 years |
vboxsync |
VMM: hungarian.
|
|
|
@44032
|
12 years |
vboxsync |
VMM/VMMR0: VMX pin, entry, exit controls are 32-bit.
|
|
|
@44027
|
12 years |
vboxsync |
VMM: allow to disable MONITOR by setting the CFG key …
|
|
|
@43977
|
12 years |
vboxsync |
VMM/HWVMXR0: Naming.
|
|
|
@43974
|
12 years |
vboxsync |
VMM: Fix MSR range values for X2APIC, add in the X2APIC TPR MSR.
|
|
|
@43971
|
12 years |
vboxsync |
VMM/PDMAll: no-long-jump zone comment.
|
|
|
@43961
|
12 years |
vboxsync |
VMM: Pass the VMCPU to IOMMMIOMapMMIOHCPage() as we already have it.
|
|
|
@43953
|
12 years |
vboxsync |
VMM/PGM/PGMAll: comments.
|
|
|
@43950
|
12 years |
vboxsync |
VMMRZCallRing3: In ring-0, always assert if cCallRing3Disabled > 0.
|
|
|
@43947
|
12 years |
vboxsync |
VMM/VMMR0: HM naming.
|
|
|
@43930
|
12 years |
vboxsync |
VMM/VMMR0: Camel case.
|
|
|
@43896
|
12 years |
vboxsync |
Spaces.
|
|
|
@43879
|
12 years |
vboxsync |
Extended RTOnce with termination cleanups. (Changes existing …
|
|
|
@43872
|
12 years |
vboxsync |
Make VBOX_WITH_RAW_MODE= link.
|
|
|
@43867
|
12 years |
vboxsync |
Do not inject events into VMCB in VM exit path. Fixes hangs …
|
|
|
@43866
|
12 years |
vboxsync |
better assertion.
|
|
|
@43865
|
12 years |
vboxsync |
Align comments.
|
|
|
@43864
|
12 years |
vboxsync |
VMM: a few compile fixes for VBOX_WITH_RAW_MODE disabled
|
|
|
@43860
|
12 years |
vboxsync |
VMM/CPUMAllRegs: todo/question.
|
|
|
@43858
|
12 years |
vboxsync |
AsyncCompletion: Log if async flushes are disabled and fix endless …
|
|
|
@43849
|
12 years |
vboxsync |
VMM: bits.
|
|
|
@43848
|
12 years |
vboxsync |
VMM: comment typo.
|
|
|