|
|
@67925
|
7 年 |
vboxsync |
VMM/IEM: Nested Hw.virt: Fixes for dynamically allocated nested-guest VMCB.
|
|
|
@67528
|
7 年 |
vboxsync |
VMM/IEM: Nested Hw.virt: Fixes.
|
|
|
@67163
|
8 年 |
vboxsync |
VMM/IEM: Temporary hack for toggling forcing of execution to continue …
|
|
|
@67159
|
8 年 |
vboxsync |
VMM/IEM: Nested Hw.virt: Fixes.
|
|
|
@66848
|
8 年 |
vboxsync |
VMM: use RT_LO/HI_U32 at certain places
|
|
|
@66686
|
8 年 |
vboxsync |
VMM/IEM: Handle raising of exceptions during delivery of a previous …
|
|
|
@66581
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
|
|
|
@66462
|
8 年 |
vboxsync |
IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
|
|
|
@66457
|
8 年 |
vboxsync |
IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
|
|
|
@66405
|
8 年 |
vboxsync |
IEM: Use the new CPUMGetGuestMxCsrMask function in FXSAVE & FXRSTOR …
|
|
|
@66404
|
8 年 |
vboxsync |
IEM: Implemented ldmxcsr Md.
|
|
|
@66391
|
8 年 |
vboxsync |
IEM: Implemented stmxcsr Md (0f ae !11/3).
|
|
|
@66356
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: SVM intercept functions WIP.
|
|
|
@66327
|
8 年 |
vboxsync |
IEM,CPUM: Implemented clflush Mb (0f ae /7).
|
|
|
@66326
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Typos.
|
|
|
@66301
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@66227
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
|
|
|
@66159
|
8 年 |
vboxsync |
IEM,bs3-cpu-generated-1: Implemented the BOUND instruction and …
|
|
|
@66137
|
8 年 |
vboxsync |
IEM: Implemented AAS.
|
|
|
@66136
|
8 年 |
vboxsync |
IEM: Implemented AAA.
|
|
|
@66135
|
8 年 |
vboxsync |
IEM: Implemented AAA.
|
|
|
@66044
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Build fix, trial.
|
|
|
@66040
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: SVM bits.
|
|
|
@66015
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Bits.
|
|
|
@66000
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.
|
|
|
@65989
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
|
|
|
@65933
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
|
|
|
@65913
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Redundant check.
|
|
|
@65904
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
|
|
|
@65612
|
8 年 |
vboxsync |
IEM: A little more logging.
|
|
|
@65595
|
8 年 |
vboxsync |
Fixed an ancient typo.
|
|
|
@65512
|
8 年 |
vboxsync |
iemCImpl_cmpxchg16b_fallback_rendezvous: Return …
|
|
|
@65508
|
8 年 |
vboxsync |
IEM: cmpxchg16b fixes (still disabled).
|
|
|
@65506
|
8 年 |
vboxsync |
IEM: cmpxchg16v implementation (disabled).
|
|
|
@65501
|
8 年 |
vboxsync |
IEM: some cmpxchg16b notes.
|
|
|
@65207
|
8 年 |
vboxsync |
iemCImpl_BranchCallGate: Added @todo on workaround from r112681, fixed …
|
|
|
@65192
|
8 年 |
vboxsync |
IEM: PUSHF in V86 mode needs to increment rIP.
|
|
|
@65180
|
8 年 |
vboxsync |
IEM: In RETF and IRET, update SP or RSP depending on stack size.
|
|
|
@65179
|
8 年 |
vboxsync |
IEM: When going through a call gate, do not touch old stack if there …
|
|
|
@65178
|
8 年 |
vboxsync |
IEM: Call gate must take current stack size into account and not …
|
|
|
@65168
|
8 年 |
vboxsync |
doxygen fixes
|
|
|
@65097
|
8 年 |
vboxsync |
IEM: Fixed inter-privilege RETF immediate (see bugref:8606).
|
|
|
@64655
|
8 年 |
vboxsync |
VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
|
|
|
@64033
|
8 年 |
vboxsync |
VMM/IEM: Log typo nit.
|
|
|
@62601
|
8 年 |
vboxsync |
VMM: Unused parameters.
|
|
|
@62478
|
8 年 |
vboxsync |
(C) 2016
|
|
|
@62257
|
8 年 |
vboxsync |
IEM: Fix missing read cleanup in retf to different level code path. …
|
|
|
@62171
|
8 年 |
vboxsync |
IEM: Working on instruction fetching optimizations (incomplete and …
|
|
|
@62076
|
8 年 |
vboxsync |
IEM: Make use of the direct CPUMCTX access (VMCPU_INCL_CPUM_GST_CTX).
|
|
|
@62015
|
8 年 |
vboxsync |
IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
|
|
|
@61968
|
8 年 |
vboxsync |
IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
|
|
|
@61636
|
8 年 |
vboxsync |
IEM: Tiny fixes + enable callgate emulation (2nd try).
|
|
|
@61506
|
9 年 |
vboxsync |
Not yet.
|
|
|
@61492
|
9 年 |
vboxsync |
IEM: Enabled call gates (code written long ago).
|
|
|
@61382
|
9 年 |
vboxsync |
IEM: Some FPU fixes.
|
|
|
@61031
|
9 年 |
vboxsync |
Oops, committed too much!
|
|
|
@61029
|
9 年 |
vboxsync |
APIC: Just ignore the timer shift when loading old state, it's …
|
|
|
@61019
|
9 年 |
vboxsync |
IEMAllCImpl.cpp.h: far jmp fix for the macs.
|
|
|
@61010
|
9 年 |
vboxsync |
iemCImpl_retn: Use iemRegAddToRspEx which takes a 16-bit addend …
|
|
|
@60881
|
9 年 |
vboxsync |
iret-to-v86: only 16-bit eip, thank you.
|
|
|
@60796
|
9 年 |
vboxsync |
IEM: iret_64bit fix
|
|
|
@60792
|
9 年 |
vboxsync |
IEM: iret fix
|
|
|
@60791
|
9 年 |
vboxsync |
IEM: bugref:8118: another lidt/lgdt fix.
|
|
|
@60790
|
9 年 |
vboxsync |
IEM: iret quick fix.
|
|
|
@60787
|
9 年 |
vboxsync |
IEM: Check load segment base in 64-bit mode and check that addresses …
|
|
|
@60776
|
9 年 |
vboxsync |
IEM: bugref:8118: sidt/sgdt fix.
|
|
|
@60666
|
9 年 |
vboxsync |
IEM: Use IEM_GET_TARGET_CPU(); 486 ignores CR0 bits too.
|
|
|
@60664
|
9 年 |
vboxsync |
VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
|
|
|
@60415
|
9 年 |
vboxsync |
IEM: Implemented main characteristics of 8086, 80186 and 80286.
|
|
|
@60188
|
9 年 |
vboxsync |
IEM: Fixed a couple of edge cases and broken verification mode.
* …
|
|
|
@60186
|
9 年 |
vboxsync |
IEM: backed out previous commit.
|
|
|
@60185
|
9 年 |
vboxsync |
IEM: Fixed a couple of edge cases and broken verification mode.
* …
|
|
|
@60118
|
9 年 |
vboxsync |
IEM: another iret todo.
|
|
|
@59563
|
9 年 |
vboxsync |
IEM: Updated todo. Unwated blank line.
|
|
|
@58935
|
9 年 |
vboxsync |
IEM: More iret logging.
|
|
|
@58606
|
9 年 |
vboxsync |
Committed too much.
|
|
|
@58605
|
9 年 |
vboxsync |
IEM: Fixed OpenBSD 5.8, incorred treatment of reserved/ignored CR3 bits.
|
|
|
@57562
|
9 年 |
vboxsync |
VMM: unused vars.
|
|
|
@56983
|
9 年 |
vboxsync |
IEMAllCImpl.cpp: Fixed incorrect parameter type for iemCImpl_invlpg. …
|
|
|
@56629
|
9 年 |
vboxsync |
IEM: More internal error status codes (9).
|
|
|
@56287
|
9 年 |
vboxsync |
VMM: Updated (C) year.
|
|
|
@55289
|
10 年 |
vboxsync |
IEM,CPUM: Implemented XSETBV and XGETBV.
|
|
|
@55229
|
10 年 |
vboxsync |
CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
|
|
|
@55105
|
10 年 |
vboxsync |
Removed iemFRegIsFxSaveFormat.
|
|
|
@55048
|
10 年 |
vboxsync |
VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
|
|
|
@54898
|
10 年 |
vboxsync |
CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
|
|
|
@54862
|
10 年 |
vboxsync |
Corrected x86.h/mac typo.
|
|
|
@54737
|
10 年 |
vboxsync |
VMM,REM: CPUID revamp - almost there now.
|
|
|
@54203
|
10 年 |
vboxsync |
IEM: Improved ENTER implementation (thanks Intel!).
|
|
|
@53466
|
10 年 |
vboxsync |
VMM/MSRs: Added status codes for returning to ring-3 to service the …
|
|
|
@53181
|
10 年 |
vboxsync |
IEM/IRET: Make the 16-bit IRET real/v86 mode instruction clear RF, …
|
|
|
@53108
|
10 年 |
vboxsync |
IEM: Call gate TSS access needs to check TSS bitness, not gate, duh.
|
|
|
@53107
|
10 年 |
vboxsync |
Committed more than I had intended…
|
|
|
@53102
|
10 年 |
vboxsync |
IEM: SS determines stacks size, not CS (IRET).
|
|
|
@52913
|
10 年 |
vboxsync |
IEM: Implemented call gates (currently disabled).
|
|
|
@52884
|
10 年 |
vboxsync |
IEM: Added comments where code does not match comments and/or Intel …
|
|
|
@52883
|
10 年 |
vboxsync |
IEM: Fixed 16-bit inter-privilege IRET.
|
|
|
@52882
|
10 年 |
vboxsync |
IEM: Fixed inter-privilege RETF.
|
|
|
@52866
|
10 年 |
vboxsync |
Typo cut and paste.
|
|
|
@52859
|
10 年 |
vboxsync |
IEM: Inter-ring RETF stack fix.
|
|
|