|
|
@13532
|
16 年 |
vboxsync |
CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
|
|
|
@13519
|
16 年 |
vboxsync |
fixed return type (gcc found this bug)
|
|
|
@13517
|
16 年 |
vboxsync |
Refined suspend state testing.
|
|
|
@13515
|
16 年 |
vboxsync |
Added VERR_HWACCM_SUSPEND_PENDING
|
|
|
@13511
|
16 年 |
vboxsync |
const
|
|
|
@13478
|
16 年 |
vboxsync |
IPRT: set all properties.
|
|
|
@13472
|
16 年 |
vboxsync |
IPRT: Added a couple of function for simple string pattern matching …
|
|
|
@13468
|
16 年 |
vboxsync |
Export
|
|
|
@13463
|
16 年 |
vboxsync |
REM state size refinements
|
|
|
@13458
|
16 年 |
vboxsync |
SUPR3HardenedMain: Added optional TrustedError callback to the wrapped …
|
|
|
@13452
|
16 年 |
vboxsync |
Solaris/USB: Get rid of compile time descisions regarding r3 device …
|
|
|
@13445
|
16 年 |
vboxsync |
ntwrap.mac: undid header damange.
|
|
|
@13437
|
16 年 |
vboxsync |
OSE header fixes
|
|
|
@13435
|
16 年 |
vboxsync |
w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
|
|
|
@13414
|
16 年 |
vboxsync |
spaces
|
|
|
@13411
|
16 年 |
vboxsync |
VBOX_WITH_DEBUGGER is defined in Config.kmk now.
|
|
|
@13388
|
16 年 |
vboxsync |
Updates
|
|
|
@13387
|
16 年 |
vboxsync |
First sketch of functionality to create guest physical address aliases.
|
|
|
@13378
|
16 年 |
vboxsync |
HGCM: reverted r33362 and r37670 (added a callback parameter type)
|
|
|
@13376
|
16 年 |
vboxsync |
HostServices/GuestProperties: use an HGCM service extension instead of …
|
|
|
@13375
|
16 年 |
vboxsync |
some (disabled) VMI bits
|
|
|
@13373
|
16 年 |
vboxsync |
Removed the new MMIO functionality. Will do it in a different way.
|
|
|
@13371
|
16 年 |
vboxsync |
Some updates
|
|
|
@13368
|
16 年 |
vboxsync |
Started with IOMR3MMIORegisterR3 extension for MMIO ranges backed by …
|
|
|
@13367
|
16 年 |
vboxsync |
Added new devhlp functions.
|
|
|
@13360
|
16 年 |
vboxsync |
fix OSE
|
|
|
@13351
|
16 年 |
vboxsync |
Fully emulated lmsw.
|
|
|
@13350
|
16 年 |
vboxsync |
vm.h: no C++ comments, intent preprocessor directives (assuming …
|
|
|
@13343
|
16 年 |
vboxsync |
VT-x real mode emulation: got rid of all the ugly hacks and just fall …
|
|
|
@13314
|
16 年 |
vboxsync |
Created assert-r0drv-linux.c (finally).
|
|
|
@13311
|
16 年 |
vboxsync |
fixed ().
|
|
|
@13306
|
16 年 |
vboxsync |
IPRT,++: some assert.h cleanup, making a suitable place to call …
|
|
|
@13293
|
16 年 |
vboxsync |
HostServices/GuestProperties and Main: support property flags - the …
|
|
|
@13287
|
16 年 |
vboxsync |
clearified pfnTMTimerCreate.
|
|
|
@13254
|
16 年 |
vboxsync |
IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
|
|
|
@13241
|
16 年 |
vboxsync |
Added support for three byte opcodes (not complete; just to test …
|
|
|
@13236
|
16 年 |
vboxsync |
#1865: More polish.
|
|
|
@13235
|
16 年 |
vboxsync |
PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
|
|
|
@13232
|
16 年 |
vboxsync |
#1865: changed some validation into pure assertions or assert-return. …
|
|
|
@13230
|
16 年 |
vboxsync |
further new recompiler work
|
|
|
@13221
|
16 年 |
vboxsync |
Enabled VPID (VT-x tagged TLB); default off
- Added machine & machine …
|
|
|
@13214
|
16 年 |
vboxsync |
added missing inline helper
|
|
|
@13211
|
16 年 |
vboxsync |
iprt/cdefs.h: typo (LODWORD -> HIDWORD)
|
|
|
@13210
|
16 年 |
vboxsync |
Typo.
|
|
|
@13209
|
16 年 |
vboxsync |
too many f's
|
|
|
@13208
|
16 年 |
vboxsync |
iprt: added RT_LODWORD and RT_HIDWORD.
|
|
|
@13203
|
16 年 |
vboxsync |
Missing shadow cases for EPT.
|
|
|
@13198
|
16 年 |
vboxsync |
Recommitted 37737 & 37738 minus the dangerous changes.
|
|
|
@13197
|
16 年 |
vboxsync |
Backed out 37737&37738. (regressions)
|
|
|
@13196
|
16 年 |
vboxsync |
Compile fix
|
|
|
@13195
|
16 年 |
vboxsync |
Prefetch the four PDPT entries in PAE mode (EPT only).
|
|
|
@13189
|
16 年 |
vboxsync |
PCI: Add support for PCI-to-PCI bridges
|
|
|
@13183
|
16 年 |
vboxsync |
use a gcc extension to fix annoying warnings
|
|
|
@13174
|
16 年 |
vboxsync |
Cleaned up a bit
|
|
|
@13159
|
16 年 |
vboxsync |
HostServices/GuestProperties: add host notifications of property …
|
|
|
@13157
|
16 年 |
vboxsync |
HGCM: added callback type
|
|
|
@13146
|
16 年 |
vboxsync |
#1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
|
|
|
@13144
|
16 年 |
vboxsync |
#1865: Implmented the alternative R0 code for darwin (turned out to be …
|
|
|
@13140
|
16 年 |
vboxsync |
Missing update
|
|
|
@13136
|
16 年 |
vboxsync |
Struct/union again
|
|
|
@13132
|
16 年 |
vboxsync |
Struct not union of course
|
|
|
@13131
|
16 年 |
vboxsync |
Extra assertions
|
|
|
@13125
|
16 年 |
vboxsync |
Wrong unsigned integer view
|
|
|
@13119
|
16 年 |
vboxsync |
EPT violation handling updates.
|
|
|
@13118
|
16 年 |
vboxsync |
Additional info for EPT violations
|
|
|
@13113
|
16 年 |
vboxsync |
Added PGMGetEPTCR3.
|
|
|
@13093
|
16 年 |
vboxsync |
Compile fixes
|
|
|
@13086
|
16 年 |
vboxsync |
EPT updates
|
|
|
@13079
|
16 年 |
vboxsync |
added getGuestEnteredACPIMode()
|
|
|
@13075
|
16 年 |
vboxsync |
more accurate docs. restored the 64-bit warning.
|
|
|
@13074
|
16 年 |
vboxsync |
- remaining bits of x2APIC, some SMP refinements in LAPIC
|
|
|
@13064
|
16 年 |
vboxsync |
iprt/req.h: corrected API docs
|
|
|
@13060
|
16 年 |
vboxsync |
#1865: More PGM changes.
|
|
|
@13051
|
16 年 |
vboxsync |
Comment updates
|
|
|
@13049
|
16 年 |
vboxsync |
More capability flags for VT-x.
|
|
|
@13047
|
16 年 |
vboxsync |
AVLROGCPTRNODECORE: alignment adjustment.
|
|
|
@13045
|
16 年 |
vboxsync |
#1865: More PGM changes.
|
|
|
@13043
|
16 年 |
vboxsync |
EPT updates
|
|
|
@13042
|
16 年 |
vboxsync |
#1865: More PGM changes.
|
|
|
@13041
|
16 年 |
vboxsync |
More VT-x feature flags
|
|
|
@13035
|
16 年 |
vboxsync |
#1865: More PGM…
|
|
|
@13023
|
16 年 |
vboxsync |
Additions
|
|
|
@13020
|
16 年 |
vboxsync |
Knut-compatibility fixes
|
|
|
@13013
|
16 年 |
vboxsync |
infrastructure work for X2APIC support
|
|
|
@13005
|
16 年 |
vboxsync |
VMM/doxygen: More links.
|
|
|
@12989
|
16 年 |
vboxsync |
VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
|
|
|
@12986
|
16 年 |
vboxsync |
More PDM cleanup.
|
|
|
@12984
|
16 年 |
vboxsync |
#1865: PDMQueue.
|
|
|
@12983
|
16 年 |
vboxsync |
#1865: PDMCritSect.
|
|
|
@12978
|
16 年 |
vboxsync |
PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
|
|
|
@12977
|
16 年 |
vboxsync |
#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
|
|
|
@12976
|
16 年 |
vboxsync |
PDM: fixed PDMAPICVERSION.
|
|
|
@12975
|
16 年 |
vboxsync |
#1865: PDMLdr.
|
|
|
@12972
|
16 年 |
vboxsync |
APIC versioning in features interface
|
|
|
@12971
|
16 年 |
vboxsync |
x2APIC bits definitions
|
|
|
@12970
|
16 年 |
vboxsync |
#1865: PDMINS.
|
|
|
@12967
|
16 年 |
vboxsync |
#1865: MM - docs and 4 new ring-3 heap APIs for string formatting.
|
|
|
@12964
|
16 年 |
vboxsync |
VMM: MMPhysGCPhys2HCVirt -> PGMPhysGCPhys2HCPtrAssert; deleted …
|
|
|
@12936
|
16 年 |
vboxsync |
More EPT updates
|
|
|
@12934
|
16 年 |
vboxsync |
Missed update
|
|
|