|
|
@93932
|
3 years |
vboxsync |
VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
|
|
|
@93931
|
3 years |
vboxsync |
VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
|
|
|
@93930
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Build fix.
|
|
|
@93929
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 scm.. maybe.
|
|
|
@93928
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Doxygen.
|
|
|
@93927
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT violation/misconfig VM-exit fixes.
|
|
|
@93926
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Build fix.
|
|
|
@93925
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Doxygen.
|
|
|
@93924
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Accidentally enabled nested EPT and UX …
|
|
|
@93922
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT VM-exit handling with HM ring-0 code.
|
|
|
@93912
|
3 years |
vboxsync |
VMM: Add driver helper to destroy a timer, bugref:10196
|
|
|
@93907
|
3 years |
vboxsync |
Forgot to commit file.
|
|
|
@93906
|
3 years |
vboxsync |
IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
|
|
|
@93905
|
3 years |
vboxsync |
VMM: More arm tweaks. bugref:9898
|
|
|
@93902
|
3 years |
vboxsync |
VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
|
|
|
@93901
|
3 years |
vboxsync |
VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
|
|
|
@93900
|
3 years |
vboxsync |
VMM/PDMQueue: todo
|
|
|
@93896
|
3 years |
vboxsync |
VMM/PDMQueue: Free memory when the queue count drops to 0. Addresses …
|
|
|
@93893
|
3 years |
vboxsync |
VMM/IEM: Added tests for bswap C workers, discovering weird behaviour …
|
|
|
@93888
|
3 years |
vboxsync |
VMM/IEM: Corrected MUL, IMUL, DIV and IDIV instruction helpers (C …
|
|
|
@93887
|
3 years |
vboxsync |
VMM/IEM: Corrected flag calculations for shift operations; added tests …
|
|
|
@93886
|
3 years |
vboxsync |
VMM/IEM: Corrected flag calculations for unary operations …
|
|
|
@93885
|
3 years |
vboxsync |
VMM/IEM: Corrected flag calculations for double shifts according to …
|
|
|
@93881
|
3 years |
vboxsync |
VMM/IEM: doxygen fix. bugref:9898
|
|
|
@93880
|
3 years |
vboxsync |
VMM/IEM: Tests for CMPXCHG8B and 16B C implementations. bugref:9898
|
|
|
@93879
|
3 years |
vboxsync |
VMM/IEM: Added CMPXCHG testcase and corrected flag handling in C …
|
|
|
@93878
|
3 years |
vboxsync |
VMM/IEM: Simplified XADD impl. bugref:9898
|
|
|
@93877
|
3 years |
vboxsync |
VMM/IEM: Fixed EFlags for LOCK XADD, adding tests for it. bugref:9898
|
|
|
@93870
|
3 years |
vboxsync |
VMM/IEM: More tests. bugref:9898
|
|
|
@93869
|
3 years |
vboxsync |
VMM/IEM: Corrected IMUL result and changed the C version to produce …
|
|
|
@93866
|
3 years |
vboxsync |
VMM/IEM: Corrected undefined flag values for BT, BTC, BTR and BTS. …
|
|
|
@93865
|
3 years |
vboxsync |
VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
|
|
|
@93864
|
3 years |
vboxsync |
VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
|
|
|
@93863
|
3 years |
vboxsync |
VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
|
|
|
@93862
|
3 years |
vboxsync |
VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
|
|
|
@93861
|
3 years |
vboxsync |
VMM/IEM: Stubbed the C versions the missing MMX/SSE/AVX functions in …
|
|
|
@93860
|
3 years |
vboxsync |
VMM/IEM: Stubbed the C versions x87 FPU functions in IEMAllAImpl.asm. …
|
|
|
@93854
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93853
|
3 years |
vboxsync |
VMM/IEM: Reduced the code duplication for the MUL and IMUL C workers, …
|
|
|
@93852
|
3 years |
vboxsync |
VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
|
|
|
@93851
|
3 years |
vboxsync |
VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
|
|
|
@93850
|
3 years |
vboxsync |
VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
|
|
|
@93848
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93847
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93831
|
3 years |
vboxsync |
VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin}: Add code to allow for …
|
|
|
@93830
|
3 years |
vboxsync |
VMM/CPUM: Add some helpers for NEM to activate the hyper or guest …
|
|
|
@93826
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Remove the temporary workaround now that the …
|
|
|
@93825
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Reduce code duplication, bugref:9044
|
|
|
@93824
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Fix trunk regression introduced in …
|
|
|
@93794
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93792
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93789
|
3 years |
vboxsync |
VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
|
|
|
@93788
|
3 years |
vboxsync |
VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
|
|
|
@93787
|
3 years |
vboxsync |
VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
|
|
|
@93786
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93785
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Check whether probes are enabled to decide …
|
|
|
@93783
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93782
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93762
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93758
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93757
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93756
|
3 years |
vboxsync |
VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
|
|
|
@93750
|
3 years |
vboxsync |
VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move …
|
|
|
@93748
|
3 years |
vboxsync |
VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move …
|
|
|
@93745
|
3 years |
vboxsync |
VMM: More arm64 adjustments. bugref:9898
|
|
|
@93744
|
3 years |
vboxsync |
VMM: More arm64 adjustments. bugref:9898
|
|
|
@93743
|
3 years |
vboxsync |
VMM/PGMDbg: Non-x86 host scan functions. bugref:9898
|
|
|
@93735
|
3 years |
vboxsync |
VMM/PGM: Allow pfnPfHandler to be NULL in …
|
|
|
@93730
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Apple requires to bind to all MSRs related to …
|
|
|
@93729
|
3 years |
vboxsync |
VMM/HM: Need to postpone registering the debug info handlers further, …
|
|
|
@93728
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Apple requires to bind to all MSRs related to …
|
|
|
@93725
|
3 years |
vboxsync |
VMM: More arm64 adjustments. bugref:9898
|
|
|
@93723
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Fix clearing context changed flag for TSC AUX …
|
|
|
@93722
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Implement support for the pause loop exiting …
|
|
|
@93721
|
3 years |
vboxsync |
VMM/HM: Register DBGF info handlers only when HM is enabled, bugref:9044
|
|
|
@93718
|
3 years |
vboxsync |
VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
|
|
|
@93717
|
3 years |
vboxsync |
VMM/TM: Internal timers never have a critical section set, so …
|
|
|
@93716
|
3 years |
vboxsync |
VMM/PGM: Moved the physical handler allocation off the hyper heap and …
|
|
|
@93681
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Don't run forever with hv_vcpu_run_until(), TM …
|
|
|
@93680
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Don't run forever with hv_vcpu_run_until(), TM …
|
|
|
@93679
|
3 years |
vboxsync |
VMM/NEMR3Native-darwin: Sync back the PDPE entries upon VM exit, …
|
|
|
@93667
|
3 years |
vboxsync |
VMM/PGM: Made PGMR3HandlerPhysicalTypeRegister a bit clearer on hType …
|
|
|
@93666
|
3 years |
vboxsync |
VMM/PGM: Fixed regression from r149804 when pszDesc is NULL in ring-0. …
|
|
|
@93657
|
3 years |
vboxsync |
VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
|
|
|
@93656
|
3 years |
vboxsync |
VMM: Added padding check for VM::iem. bugref:10094
|
|
|
@93655
|
3 years |
vboxsync |
VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
|
|
|
@93654
|
3 years |
vboxsync |
TM: Set up the tm.s.VirtualGetRawDataR0 pointers in ring-0. bugref:10094
|
|
|
@93653
|
3 years |
vboxsync |
VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 …
|
|
|
@93652
|
3 years |
vboxsync |
VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 …
|
|
|
@93651
|
3 years |
vboxsync |
VMM/PGM,*: Split the physical access handler type registration into …
|
|
|
@93650
|
3 years |
vboxsync |
VMM/PGM,*: Split the physical access handler type registration into …
|
|
|
@93635
|
3 years |
vboxsync |
VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
|
|
|
@93633
|
3 years |
vboxsync |
VMM/PDMNetShaper: Statistics. bugref:5582
|
|
|
@93632
|
3 years |
vboxsync |
VMM/PDMNetShaper: Tweaked the cTokensAdded and cTokens calculations in …
|
|
|
@93631
|
3 years |
vboxsync |
VMM/PDMNetShaper: Don't start the unchoke thread unless there are are …
|
|
|
@93630
|
3 years |
vboxsync |
VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
|
|
|
@93629
|
3 years |
vboxsync |
VMM/MMHyper: Removed unused code. [build fix] bugref:10093
|
|
|
@93628
|
3 years |
vboxsync |
VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
|
|
|
@93626
|
3 years |
vboxsync |
VMM/MMHyper: Removed unused code. [build fix] bugref:10093
|
|
|
@93624
|
3 years |
vboxsync |
VMM/PGMPhys: Changed two MMHyperAlloc calls for MMIO mappings and ROM …
|
|
|