|
|
@95830
|
2 years |
vboxsync |
VMM/HMR0A.asm: Build fix after RT_NOTHING got defined. bugref:10261
|
|
|
@95793
|
2 years |
vboxsync |
VMM/CPUM: Clear NX if no PAE, as it is causing trouble for 32-bit …
|
|
|
@95643
|
2 years |
vboxsync |
VMM/IEM: mac4-* build fix. bugref:9898
|
|
|
@95578
|
2 years |
vboxsync |
VMM/IEM: [v]ptest. bugref:9898
|
|
|
@95576
|
2 years |
vboxsync |
VMM/IEM: Log the setting of unmasked FPU exceptions. [build fix] …
|
|
|
@95575
|
2 years |
vboxsync |
VMM/IEM: Log the setting of unmasked FPU exceptions. bugref:9898
|
|
|
@95574
|
2 years |
vboxsync |
VMM/IEM: Restored lost fninit to iemAImpl_fld_r80_from_r64. bugref:9898
|
|
|
@95572
|
2 years |
vboxsync |
VMM/PGM: Fixed issues saving and restoring inactive shadow ROM pages …
|
|
|
@95571
|
2 years |
vboxsync |
VMM/PGM: Fixed issues saving and restoring inactive shadow ROM pages …
|
|
|
@95563
|
2 years |
vboxsync |
VMM/IEM: Some crude exception/interrupt stats and history, take two. …
|
|
|
@95562
|
2 years |
vboxsync |
VMM/IEM: Some crude exception/interrupt stats and history, take two. …
|
|
|
@95561
|
2 years |
vboxsync |
VMM/IEM: Some crude exception/interrupt stats and history, take two. …
|
|
|
@95560
|
2 years |
vboxsync |
VMM/IEM: Some crude exception/interrupt stats and history. bugref:9898
|
|
|
@95558
|
2 years |
vboxsync |
VMM/IEM: Flush CR2 when raising #PF. bugref:9898
|
|
|
@95557
|
2 years |
vboxsync |
VMM/IEM: Added a .iemflushtlb command to the debugger. bugref:9898
|
|
|
@95554
|
2 years |
vboxsync |
VMM/IEM: AVX/SSE disassembler flags (unused) on tested mov …
|
|
|
@95549
|
2 years |
vboxsync |
VMM/IEM: movq/MMX fix. MMX/SSE/AVX disasm flags on tested …
|
|
|
@95546
|
2 years |
vboxsync |
VMM/IEM: AVX/SSE disassembler flags (unused) on tested mov …
|
|
|
@95543
|
2 years |
vboxsync |
VMM/IEM: vmovshdup. Removed unused parameter from iemAImpl_movshdup …
|
|
|
@95540
|
2 years |
vboxsync |
VMM/IEM: vmovlhps, vmovhps, vmovhpd. bugref:9898
|
|
|
@95537
|
2 years |
vboxsync |
VMM/IEM: [v]movsldup tweak, AVX/SSE disassembler flags (unused) on …
|
|
|
@95531
|
2 years |
vboxsync |
VMM/IEM: Fixed bug in movsd reg,reg. bugref:9898
|
|
|
@95524
|
2 years |
vboxsync |
VMM/IEM: Set some diasm flags.
|
|
|
@95522
|
2 years |
vboxsync |
VMM/IEM: Implemented [v]packsswb, [v]packssdw, [v]packuswb and …
|
|
|
@95517
|
2 years |
vboxsync |
VMM/IEM: Simplified IEMOPMEDIAF3 and IEMOPMEDIAOPTF3 function table …
|
|
|
@95516
|
2 years |
vboxsync |
VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
|
|
|
@95515
|
2 years |
vboxsync |
VMM/IEM: Reverted previous commit (included too much) r152134. bugref:9898
|
|
|
@95514
|
2 years |
vboxsync |
VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
|
|
|
@95512
|
2 years |
vboxsync |
VMM/IEM: Use the IEM_GET_MODRM_* and IEM_IS_MODRM_* macros to make the …
|
|
|
@95510
|
2 years |
vboxsync |
VMM/IEM: Implemented vpunpcklbw, vpunpcklwd, vpunpckldq, vpunpcklqdq, …
|
|
|
@95509
|
2 years |
vboxsync |
VMM/IEM: Implemented vpunpcklbw, vpunpcklwd, vpunpckldq, vpunpcklqdq, …
|
|
|
@95499
|
2 years |
vboxsync |
VMM/IEM: [v]pshufhb. bugref:9898
|
|
|
@95495
|
2 years |
vboxsync |
VMM/HMSVMR0: updated CR4 write intercept comments with AVX/xcr0.
|
|
|
@95489
|
2 years |
vboxsync |
VMM/IEM: Apply IEM_MC_MODIFIED_MREG_BY_REF in two common functions to …
|
|
|
@95487
|
2 years |
vboxsync |
VMM/IEM: vpshufhw, vpshuflw and vpshufd, brushing up pshufw, pshufhw, …
|
|
|
@95483
|
2 years |
vboxsync |
VMM/IEM: [v]pmovmskb. bugref:9898
|
|
|
@95482
|
2 years |
vboxsync |
VMM/IEM: [v]pmovmskb. bugref:9898
|
|
|
@95473
|
2 years |
vboxsync |
VMM/IEM: [v]psub[bwdq]. bugref:9898
|
|
|
@95462
|
2 years |
vboxsync |
VMM/IEM: Untested crc32 implementation. [build fix] bugref:9898
|
|
|
@95460
|
2 years |
vboxsync |
VMM/IEM: Untested crc32 implementation. bugref:9898
|
|
|
@95458
|
2 years |
vboxsync |
VMM/IEM: [v]padd[bwdq]. bugref:9898
|
|
|
@95453
|
2 years |
vboxsync |
VMM/IEM: [v]pcmpeqq and [v]pcmpgtq. bugref:9898
|
|
|
@95449
|
2 years |
vboxsync |
VMM/IEM: [v]pcmpeq[bwd] and [v]pcmpgt[bwd]. bugref:9898
|
|
|
@95446
|
2 years |
vboxsync |
VMM/HMVMX: Must have VMEXIT for X86_CR4_OSXSAVE changes (at least for …
|
|
|
@95445
|
2 years |
vboxsync |
VMM/IEM: IEMOP_MNEMONIC -> IEMOP_MNEMONIC2 for pcmpeq[bwd]. bugref:9898
|
|
|
@95442
|
2 years |
vboxsync |
VMM/HMVMX: Must have VMEXIT for X86_CR4_OSXSAVE changes (at least for …
|
|
|
@95441
|
2 years |
vboxsync |
VMM/IEM: [v]andps, [v]andpd, [v]pand, [v]andnps, [v]andnpd, [v]pandn, …
|
|
|
@95422
|
2 years |
vboxsync |
VMM/IEM: Fixes to the finit/fninit implementation.
|
|
|
@95421
|
2 years |
vboxsync |
VMM/IEM: fld, fbld and fstp are 8 byte aligned as far as #AC is …
|
|
|
@95410
|
2 years |
vboxsync |
VMM/IEM: Alignment checks (#AC(0)/#GP(0)). bugref:9898
|
|
|
@95404
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Shadow reserved bits that trigger EPT …
|
|
|
@95403
|
2 years |
vboxsync |
VMM/IEM: vxorps, vxorpd, vpxor, xorps, xorpd and various related …
|
|
|
@95361
|
2 years |
vboxsync |
VMM/CPUM: Pass thru the POPCNT CPUID flag. Corrected ABM passthru. …
|
|
|
@95360
|
2 years |
vboxsync |
VMM/IEM: Implemented the POPCNT instruction. bugref:9898
|
|
|
@95359
|
2 years |
vboxsync |
VMM/CPUM: Added a fPopCnt member to the x86 features and corrected the …
|
|
|
@95352
|
2 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 APIC-access page related cleanup for …
|
|
|
@95351
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Use CPUMIsGuestVmxCurrentVmcsValid in …
|
|
|
@95349
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Fixed CPUMIsGuestVmxApicAccessPageAddr's …
|
|
|
@95348
|
2 years |
vboxsync |
VMM/CPUM: We can pass through BMI1, BMI2 and ABM now that IEM …
|
|
|
@95347
|
2 years |
vboxsync |
VMM/IEM: Implemented the MULX instruction. bugref:9898
|
|
|
@95345
|
2 years |
vboxsync |
VMM/IEM: Implemented the PDEP and PEXT instructions. bugref:9898
|
|
|
@95343
|
2 years |
vboxsync |
VMM/IEM: Implemented the BZHI instruction. bugref:9898
|
|
|
@95341
|
2 years |
vboxsync |
VMM/IEM: Implemented the BLSR, BLSMSK and BLSI instructions. bugref:9898
|
|
|
@95316
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Added CPUMIsGuestVmxApicAccessPageAddr …
|
|
|
@95315
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Added CPUMIsGuestVmxApicAccessPageAddr …
|
|
|
@95308
|
2 years |
vboxsync |
VMM/IEM: Implemented ANDN, BEXTR, SHLX, SARX, SHRX, RORX, TZCNT, and …
|
|
|
@95307
|
2 years |
vboxsync |
VMM/IEMAll.cpp: Some data TLB tweaking. bugref:9898
|
|
|
@95257
|
2 years |
vboxsync |
VMM/cpumR3LoadCpuIdInner: build fix. bugref:9898
|
|
|
@95256
|
2 years |
vboxsync |
VMM/CFGM,NEM,HM,ConsoleImpl2: Let CPUM take care of enabling 64-bit …
|
|
|
@95248
|
2 years |
vboxsync |
VMM/CPUM: Started changing the way we advertise SYSCALL, SEP, NX, and …
|
|
|
@95244
|
2 years |
vboxsync |
VMM/vmR3SetRuntimeErrorCommon: Don't call VMR3Suspend unless the VM is …
|
|
|
@95243
|
2 years |
vboxsync |
VMM/vmR3SetRuntimeErrorCommon: Don't call VMR3Suspend unless the VM is …
|
|
|
@95185
|
2 years |
vboxsync |
VMM/IEM: Use setjmp-without-sigmask.h as well.
|
|
|
@95184
|
2 years |
vboxsync |
IPRT,VMM: Added setjmp.h wrapper that ensures the setjmp & longjmp …
|
|
|
@95179
|
2 years |
vboxsync |
VMM/CPUMR3CpuId: Ignore x86 host capabilities in …
|
|
|
@95174
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Build fix.
|
|
|
@95173
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Guest SLAT walk nits.
|
|
|
@95172
|
2 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Use the EPT and Unrestricted-Guest …
|
|
|
@95167
|
2 years |
vboxsync |
VMM/IEM,DIS: Refreshed my memory on generating disassembler tables …
|
|
|
@95161
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Fixes to VMX APIC-access page fault handler.
|
|
|
@95134
|
3 years |
vboxsync |
VMM,SUPDrv: Pass proper fCtxHook value to SUPR0FpuBegin/End so it can …
|
|
|
@95123
|
3 years |
vboxsync |
VMM: bugref:10209 Call SUPR0FpuEnd after restoring the FPU state.
|
|
|
@95112
|
3 years |
vboxsync |
VMM/PGMPool: Corrected pgmPoolAccessHandler declaration to use …
|
|
|
@95088
|
3 years |
vboxsync |
VMM: bugref:10209 Call support driver FPU begin/end operations from VMM R0.
|
|
|
@95048
|
3 years |
vboxsync |
GCM: Corrected return codes.
|
|
|
@94983
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Assertion to ensure we don't need to …
|
|
|
@94982
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Copy the inverse of the EPT execute bit …
|
|
|
@94972
|
3 years |
vboxsync |
VMM/NEM/darwin: Use g_CpumHostFeatures. [build fix] bugref:10093
|
|
|
@94961
|
3 years |
vboxsync |
VMM/NEM/darwin: Use g_CpumHostFeatures. bugref:10093
|
|
|
@94959
|
3 years |
vboxsync |
VMM/CPUM: Hide the public read-only HostFeature member, use …
|
|
|
@94956
|
3 years |
vboxsync |
VMM/IEM: Use g_CpumHostFeatures too. bugref:10093
|
|
|
@94955
|
3 years |
vboxsync |
VMM/Makefile.kmk: Added aliases for compiling VMXAllTemplate.cpp.h to …
|
|
|
@94946
|
3 years |
vboxsync |
VMM/HM: Use g_CpumHostFeatures instead of the copy in the VM …
|
|
|
@94944
|
3 years |
vboxsync |
VMM/HM: Use g_CpumHostFeatures instead of the copy in the VM …
|
|
|
@94943
|
3 years |
vboxsync |
VMM/CPUM: Copy the ring-0 host CPUMFEATURES structure into the VM …
|
|
|
@94940
|
3 years |
vboxsync |
VMM/CPUM: Apply cpumR0CheckCpuid to the ring-0 g_CpumHostFeatures and …
|
|
|
@94934
|
3 years |
vboxsync |
VMM/CPUM: Kicked out the VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI code, as it …
|
|
|
@94933
|
3 years |
vboxsync |
VMM/CPUM: Introduced a global variable g_CpumHostFeatures for keeping …
|
|
|
@94932
|
3 years |
vboxsync |
VMM/CPUM: Introduced a global variable g_CpumHostFeatures for keeping …
|
|
|
@94931
|
3 years |
vboxsync |
VMM/CPUM: Introduced a global variable g_CpumHostFeatures for keeping …
|
|
|