|
|
@62603
|
8 years |
vboxsync |
VMM: Unused parameters.
|
|
|
@62601
|
8 years |
vboxsync |
VMM: Unused parameters.
|
|
|
@62478
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62422
|
8 years |
vboxsync |
iemTaskSwitch: Fixed X86_DESC_DB check and faked up DescSS for V8086 …
|
|
|
@62421
|
8 years |
vboxsync |
IEMAll.cpp: Fixes for some MSC level 4 warnings.
|
|
|
@62419
|
8 years |
vboxsync |
IEMAll.cpp: Fixes for some MSC level 4 warnings.
|
|
|
@62302
|
8 years |
vboxsync |
IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
|
|
|
@62291
|
8 years |
vboxsync |
Removed empty internal/pgm.h header file. (That stuff moved into …
|
|
|
@62290
|
8 years |
vboxsync |
IEM: a few more lines of code tlb code.
|
|
|
@62257
|
8 years |
vboxsync |
IEM: Fix missing read cleanup in retf to different level code path. …
|
|
|
@62246
|
8 years |
vboxsync |
iemMapLookup: Duh!
|
|
|
@62231
|
8 years |
vboxsync |
IEMAll: doxyfix.
|
|
|
@62189
|
8 years |
vboxsync |
IEM: A little bit more on the code TLB.
|
|
|
@62171
|
8 years |
vboxsync |
IEM: Working on instruction fetching optimizations (incomplete and …
|
|
|
@62138
|
8 years |
vboxsync |
IEMAll.cpp: Darwin build fix.
|
|
|
@62134
|
8 years |
vboxsync |
IEMExecLots: Made it do more than a single loop.
|
|
|
@62109
|
8 years |
vboxsync |
IEM: Enable setjmp for all hosts.
|
|
|
@62093
|
8 years |
vboxsync |
IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
|
|
|
@62092
|
8 years |
vboxsync |
IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
|
|
|
@62091
|
8 years |
vboxsync |
IEM: Converted IEMOP_HLP_NO_LOCK_PREFIX to …
|
|
|
@62090
|
8 years |
vboxsync |
IEM: setjmp/longjmp on windows.
|
|
|
@62083
|
8 years |
vboxsync |
IEM: Optimize general purpose register handling a little, reducing the …
|
|
|
@62076
|
8 years |
vboxsync |
IEM: Make use of the direct CPUMCTX access (VMCPU_INCL_CPUM_GST_CTX).
|
|
|
@62027
|
8 years |
vboxsync |
IEM: Do not mark selectors as stale when switching tasks.
|
|
|
@62015
|
8 years |
vboxsync |
IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
|
|
|
@62010
|
8 years |
vboxsync |
IEM: Optimized iemSRegGetHid; started a little on TLB code.
|
|
|
@61968
|
8 years |
vboxsync |
IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
|
|
|
@61899
|
8 years |
vboxsync |
iemRegAddToRipAndClearRF: Tried to optimize the 32-bit code version a …
|
|
|
@61898
|
8 years |
vboxsync |
iemRegAddToRipAndClearRF: optimizations (64-bit code only). Save a …
|
|
|
@61897
|
8 years |
vboxsync |
IEM: 16-bit IP increment fix.
|
|
|
@61896
|
8 years |
vboxsync |
IEM: use uintptr_t instead of uint8_t/unsigned for offOpcode so the …
|
|
|
@61885
|
8 years |
vboxsync |
IEM: Playing with setjmp (disabled) vs return codes. Group6 jump table.
|
|
|
@61657
|
9 years |
vboxsync |
VMM: Careful with cpumguest and friends!
|
|
|
@61651
|
9 years |
vboxsync |
IEM: quick movsd Wsd,Vsd impl for tindermac6.
|
|
|
@61640
|
9 years |
vboxsync |
IEM: unbreak long mode excption dispatching. cleanups
|
|
|
@61635
|
9 years |
vboxsync |
IEMAll.cpp: Ditto for long mode exception dispatching.
|
|
|
@61630
|
9 years |
vboxsync |
IEM: When dispatching interrupts, set new CPL before pushing stuff on …
|
|
|
@61450
|
9 years |
vboxsync |
Log format.
|
|
|
@61382
|
9 years |
vboxsync |
IEM: Some FPU fixes.
|
|
|
@61143
|
9 years |
vboxsync |
IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
|
|
|
@61068
|
9 years |
vboxsync |
CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
|
|
|
@61064
|
9 years |
vboxsync |
IEM: FPU & SSE ring-0/raw-mode usage preps.
|
|
|
@61015
|
9 years |
vboxsync |
IEM,TRPMRCHandlers: Raw-mode fixes for (1) handling INT3 patches for …
|
|
|
@61014
|
9 years |
vboxsync |
IEMAll.cpp: docs.
|
|
|
@60991
|
9 years |
vboxsync |
IEM: Implemented movntps/d and movaps/d. (lacks proper testcase)
|
|
|
@60912
|
9 years |
vboxsync |
IEMR3ProcessForceFlag: Corrected assertion.
|
|
|
@60911
|
9 years |
vboxsync |
IEMR3ProcessForceFlag: Must set fAccess to IEM_ACCESS_INVALID…
|
|
|
@60909
|
9 years |
vboxsync |
IEM: Release build fix.
|
|
|
@60907
|
9 years |
vboxsync |
IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
|
|
|
@60888
|
9 years |
vboxsync |
IEM: Must not forget to get updated hidden ES selector values for …
|
|
|
@60882
|
9 years |
vboxsync |
iemRCRawMaybeReenter: Don't re-enter raw-mode if we're returning to …
|
|
|
@60874
|
9 years |
vboxsync |
IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
|
|
|
@60847
|
9 years |
vboxsync |
IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
|
|
|
@60823
|
9 years |
vboxsync |
IEMAll logging oops
|
|
|
@60789
|
9 years |
vboxsync |
IEM: bugref:8118: lidt/lgdt fix.
|
|
|
@60787
|
9 years |
vboxsync |
IEM: Check load segment base in 64-bit mode and check that addresses …
|
|
|
@60782
|
9 years |
vboxsync |
IEM: bugref:8118: sidt/sgdt fix fix fix.
|
|
|
@60781
|
9 years |
vboxsync |
IEM: bugref:8118: sidt/sgdt fix fix.
|
|
|
@60780
|
9 years |
vboxsync |
iemMemApplySegment: handle NULL segments.
|
|
|
@60779
|
9 years |
vboxsync |
IEM: Fixed cross page CR2 value.
|
|
|
@60776
|
9 years |
vboxsync |
IEM: bugref:8118: sidt/sgdt fix.
|
|
|
@60671
|
9 years |
vboxsync |
IEM: Made SIDT+SGDT store 0xff in high base byte when emulating a 286.
|
|
|
@60670
|
9 years |
vboxsync |
IEM: Made SIDT+SGDT store 0xff in high base byte when emulating a 286.
|
|
|
@60415
|
9 years |
vboxsync |
IEM: Implemented main characteristics of 8086, 80186 and 80286.
|
|
|
@60384
|
9 years |
vboxsync |
IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
|
|
|
@60189
|
9 years |
vboxsync |
iemRaiseLoadStackFromTss32Or16: Try make GCC happy.
|
|
|
@60188
|
9 years |
vboxsync |
IEM: Fixed a couple of edge cases and broken verification mode.
* …
|
|
|
@60186
|
9 years |
vboxsync |
IEM: backed out previous commit.
|
|
|
@60185
|
9 years |
vboxsync |
IEM: Fixed a couple of edge cases and broken verification mode.
* …
|
|
|
@59986
|
9 years |
vboxsync |
iemRaiseXcptOrIntInProtMode: Updated todo for ESP modifications wrt …
|
|
|
@59563
|
9 years |
vboxsync |
IEM: Updated todo. Unwated blank line.
|
|
|
@59285
|
9 years |
vboxsync |
iprt/x86.h,*: Drop IntRedirBitmap from X86TSS32 and X86TSS64.
|
|
|
@58934
|
9 years |
vboxsync |
IEM: log doc update.
|
|
|
@58878
|
9 years |
vboxsync |
IEM: Verification mode build fix.
|
|
|
@58126
|
9 years |
vboxsync |
VMM: Fixed almost all the Doxygen warnings.
|
|
|
@58123
|
9 years |
vboxsync |
VMM: Made @param pVCpu more uniform and to the point.
|
|
|
@58116
|
9 years |
vboxsync |
VMM: Doxygen fixes.
|
|
|
@57432
|
9 years |
vboxsync |
iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57237
|
9 years |
vboxsync |
Fix doxygen bugref w/ comments to use the URL format.
|
|
|
@56985
|
9 years |
vboxsync |
VMM: Log and assertion formatting fixes.
|
|
|
@56634
|
10 years |
vboxsync |
VGA MMIO write handler may return VINF_EM_RAW_EMULATE_INSTR as it …
|
|
|
@56631
|
10 years |
vboxsync |
iemMemMap: Log VERR_IEM_IPE_9 details.
|
|
|
@56629
|
10 years |
vboxsync |
IEM: More internal error status codes (9).
|
|
|
@56628
|
10 years |
vboxsync |
IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
|
|
|
@56413
|
10 years |
vboxsync |
IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
|
|
|
@56287
|
10 years |
vboxsync |
VMM: Updated (C) year.
|
|
|
@56258
|
10 years |
vboxsync |
IEM: Don't handle rIP specially in 16-bit mode.
|
|
|
@56061
|
10 years |
vboxsync |
IEMAll.cpp: return code adjusted assertion.
|
|
|
@56048
|
10 years |
vboxsync |
pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
|
|
|
@56021
|
10 years |
vboxsync |
IEM_STATIC and stuff.
|
|
|
@55899
|
10 years |
vboxsync |
PGM: Added an access origin to memory read & write calls that respects …
|
|
|
@55316
|
10 years |
vboxsync |
CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
|
|
|
@55292
|
10 years |
vboxsync |
HM,CPUM,IEM: XSETBV fixes and adjustments.
|
|
|
@55289
|
10 years |
vboxsync |
IEM,CPUM: Implemented XSETBV and XGETBV.
|
|
|
@55248
|
10 years |
vboxsync |
HMR0VMX,EM,IEM: Moved the CRx related interpretation methods from EM …
|
|
|
@55229
|
10 years |
vboxsync |
CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
|
|
|
@55105
|
10 years |
vboxsync |
Removed iemFRegIsFxSaveFormat.
|
|
|
@55048
|
10 years |
vboxsync |
VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
|
|
|
@55000
|
10 years |
vboxsync |
CPUMCTXCORE elimination.
|
|
|