|
|
@72501
|
7 years |
vboxsync |
cpumctx.h: Forgot to up CPUMCTX_EXTRN_ALL when adding …
|
|
|
@72497
|
7 years |
vboxsync |
IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
|
|
|
@72493
|
7 years |
vboxsync |
IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
|
|
|
@72491
|
7 years |
vboxsync |
cpum.h: doxygen fix. bugref:9044
|
|
|
@72490
|
7 years |
vboxsync |
NEM,EM: Generic optimization of I/O port accesses that have to be …
|
|
|
@72488
|
7 years |
vboxsync |
NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
|
|
|
@72484
|
7 years |
vboxsync |
IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
|
|
|
@72469
|
7 years |
vboxsync |
GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044
- IEM: …
|
|
|
@72465
|
7 years |
vboxsync |
Runtime/RTFuzz: Save fuzzed inputs which cause crashes or client …
|
|
|
@72462
|
7 years |
vboxsync |
EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into …
|
|
|
@72456
|
7 years |
vboxsync |
VMM: Fail to start VM when nested-paging/UX isn't available when …
|
|
|
@72454
|
7 years |
vboxsync |
iprt/fuzz: Some delinting. bugref:9006
|
|
|
@72436
|
7 years |
vboxsync |
Runtime: bugref:9006 and bugref:9188: Initial code drop for a small …
|
|
|
@72426
|
7 years |
vboxsync |
IPRT,VMM: Added custom thread name for ring-0 logging (VMM).
|
|
|
@72415
|
7 years |
vboxsync |
NEM/win: More MSR work. Document IA32_APIC_BASE issues (no X2APIC, …
|
|
|
@72412
|
7 years |
vboxsync |
NEM/win: More code merging. bugref:9044
|
|
|
@72392
|
7 years |
vboxsync |
NEM/win: TSC_AUX and APIC_BASE work. bugref:9044
|
|
|
@72367
|
7 years |
vboxsync |
Runtime: Updates bugref:9188
|
|
|
@72358
|
7 years |
vboxsync |
NEM: Sync more MSR state; don't treat unrecoverable exceptions as …
|
|
|
@72352
|
7 years |
vboxsync |
Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
|
|
|
@72343
|
7 years |
vboxsync |
VMM,ConsoleImpl2: NEM and 64-bit guests. Sync NXE state with PGM. …
|
|
|
@72341
|
7 years |
vboxsync |
Storage: Remove the storage debug library because it is not used anymore
|
|
|
@72335
|
7 years |
vboxsync |
iprt/tracelog.h: Small addendum
|
|
|
@72332
|
7 years |
vboxsync |
Main: Added HWVirtExPropertyType::UseNativeApi for use with …
|
|
|
@72327
|
7 years |
vboxsync |
VMM: Expose VM::bMainExecutionEngine thru external API …
|
|
|
@72326
|
7 years |
vboxsync |
Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
|
|
|
@72309
|
7 years |
vboxsync |
Runtime/tracelogwriter.cpp: Add methods taking a list of event data items
|
|
|
@72307
|
7 years |
vboxsync |
NEM/win: Intercept and handle MSR accesses. bugref:9044
|
|
|
@72300
|
7 years |
vboxsync |
NEM,STAM: Partition memory statistics for NEM. bugref:9044
- STAM: …
|
|
|
@72285
|
7 years |
vboxsync |
IPRT: Adding RTTimeLocalDeltaNanoFor.
|
|
|
@72267
|
7 years |
vboxsync |
VMM: Added NEMR3IsEnabled to go aloneside HMR3IsEnabled for the …
|
|
|
@72265
|
7 years |
vboxsync |
VMM: Added PGMGetGuestCR3Phys for debug/log purposes.
|
|
|
@72262
|
7 years |
vboxsync |
NEM/win: Intercept all (for now) CPUIDs. bugref:9044
|
|
|
@72253
|
7 years |
vboxsync |
NEM: Handle HvMessageTypeUnrecoverableException. bugref:9044
|
|
|
@72213
|
7 years |
vboxsync |
typo
|
|
|
@72209
|
7 years |
vboxsync |
VMM/IEM: VBOX_WITH_NESTED_HWVIRT_SVM.
|
|
|
@72207
|
7 years |
vboxsync |
NEM: Inject interrupts from the inner NEM loop, use interrupt windows. …
|
|
|
@72206
|
7 years |
vboxsync |
nt/hyperv.h: Added message structure for …
|
|
|
@72198
|
7 years |
vboxsync |
hyperv.h: another 'register' definition
|
|
|
@72178
|
7 years |
vboxsync |
VMM: Nested hw.virt: Implemented saved-states for nested SVM. Bumps …
|
|
|
@72165
|
7 years |
vboxsync |
iprt/time.h: Better explain RTTIME::offUTC.
|
|
|
@72140
|
7 years |
vboxsync |
IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
|
|
|
@72135
|
7 years |
vboxsync |
Additional SCSI ASC/ASCQ codes.
|
|
|
@72131
|
7 years |
vboxsync |
x86.h: RTM debug register defines.
|
|
|
@72127
|
7 years |
vboxsync |
x86.h: Made X86_DR7_XXXX defines better suited for 16-bit compilers.
|
|
|
@72121
|
7 years |
vboxsync |
doxygen fix
|
|
|
@72116
|
7 years |
vboxsync |
pdmserialifs.h: Some small additions
|
|
|
@72087
|
7 years |
vboxsync |
Fix building Linux Additions with old glibc support on EL5. …
|
|
|
@72083
|
7 years |
vboxsync |
Devices/Serial: Updates to the new emulation
|
|
|
@72072
|
7 years |
vboxsync |
pdmserialifs.h: Introduce a new interface for the serial port …
|
|
|
@72065
|
7 years |
vboxsync |
VMM/SVM: Interrupt injection fixes.
|
|
|
@72052
|
7 years |
vboxsync |
iprt/list.h: RTListMove must init destination if source list is empty.
|
|
|
@71969
|
7 years |
vboxsync |
hm_svm.h: Doxygen build fix.
|
|
|
@71968
|
7 years |
vboxsync |
hm_svm.h: Doxygen build fix.
|
|
|
@71966
|
7 years |
vboxsync |
VMM/HMSVMAll: Some comments on the nuances of the VMCB caching with …
|
|
|
@71933
|
7 years |
vboxsync |
VMM/HM: Nested hw.virt: Fix the issue with preserving reserved bits …
|
|
|
@71929
|
7 years |
vboxsync |
hm_svm.h: nit.
|
|
|
@71927
|
7 years |
vboxsync |
VMM/HM: Naming, nits.
|
|
|
@71925
|
7 years |
vboxsync |
iom.h: Fixed buggy IOMMMIO_DOES_WRITE_MODE_ALLOW_QWORD macro (only …
|
|
|
@71859
|
7 years |
vboxsync |
VMM: SVM NestedPagingCtrl naming consistency with rest of the VMCB fields.
|
|
|
@71856
|
7 years |
vboxsync |
VMM/HMSVM: Clean up.
|
|
|
@71833
|
7 years |
vboxsync |
VMM: Nested hw.virt: Implement pause-filter and pause-filter threshold.
|
|
|
@71802
|
7 years |
vboxsync |
VMM: Comment, add pause-filter fields in the nested-guest VMCB cache …
|
|
|
@71775
|
7 years |
vboxsync |
Devices/Storage: Properly account for requests currently waiting for …
|
|
|
@71764
|
7 years |
vboxsync |
pdmdev.h: typo in PDMDevHlpSSMRegister3.
|
|
|
@71757
|
7 years |
vboxsync |
pdmaudioifs.h: Fixed PDMAUDIOPCMPROPS_INITIALIZOR, curing …
|
|
|
@71755
|
7 years |
vboxsync |
VMM: Nested Hw.virt: Fix overriding SVM nested-guest PAT MSR while …
|
|
|
@71752
|
7 years |
vboxsync |
DevIchAc97: Alignment fixing.
|
|
|
@71701
|
7 years |
vboxsync |
iprt/cdefs.h: Use lfence for RT_UNTRUSTED_VALIDATED_FENCE on both …
|
|
|
@71700
|
7 years |
vboxsync |
iprt/asm.h: Use SSE2 fence instructions.
|
|
|
@71695
|
7 years |
vboxsync |
VBoxGuest: VBGL_HGCM_HDR_INIT_TIMED, consistent use of VbglHGCMParm …
|
|
|
@71651
|
7 years |
vboxsync |
DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
|
|
|
@71643
|
7 years |
vboxsync |
VMM: whitespace consistency nit.
|
|
|
@71642
|
7 years |
vboxsync |
Build fix.
|
|
|
@71640
|
7 years |
vboxsync |
VMM: Nested hw.virt: Abstract SVM V_INTR_MASKING so we can refer to …
|
|
|
@71626
|
7 years |
vboxsync |
DevVGA,VBoxC: Code cleanup in progress. bugref:9094
|
|
|
@71619
|
7 years |
vboxsync |
DevVGA,VBoxC: Code cleanup in progress. bugref:9094
|
|
|
@71610
|
7 years |
vboxsync |
Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
|
|
|
@71609
|
7 years |
vboxsync |
Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
|
|
|
@71608
|
7 years |
vboxsync |
Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
|
|
|
@71607
|
7 years |
vboxsync |
DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
|
|
|
@71606
|
7 years |
vboxsync |
Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
|
|
|
@71605
|
7 years |
vboxsync |
iprt/string.h: Added RT_COPY_VOLATILE & RT_BCOPY_VOLATILE for helping …
|
|
|
@71602
|
7 years |
vboxsync |
iprt/cdefs.h: Introduced a couple of more macros for paranoid handling …
|
|
|
@71599
|
7 years |
vboxsync |
Fixing 'indenting' of the AssertPtrReturn and …
|
|
|
@71597
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71596
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71595
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71592
|
7 years |
vboxsync |
DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
|
|
|
@71590
|
7 years |
vboxsync |
DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
|
|
|
@71589
|
7 years |
vboxsync |
iprt/cdefs.h: Added macros for marking various types of untrusted data.
|
|
|
@71585
|
7 years |
vboxsync |
HGSMI.h: docs
|
|
|
@71529
|
7 years |
vboxsync |
VMM/HM: Fixes to MSRPM bit accesses. Implemented merging of guest and …
|
|
|
@71522
|
7 years |
vboxsync |
Fixes for SPARC
|
|
|
@71517
|
7 years |
vboxsync |
Guest Control: Added toolbox / vbox_stat error handling for not found …
|
|
|
@71503
|
7 years |
vboxsync |
More scm
|
|
|
@71499
|
7 years |
vboxsync |
scm
|
|
|
@71496
|
7 years |
vboxsync |
Doxygen
|
|
|
@71493
|
7 years |
vboxsync |
build fix
|
|
|
@71492
|
7 years |
vboxsync |
Runtime: Introduce RTTraceLog* API for creating and parsing binary …
|
|
|