|
|
@13832
|
16 年 |
vboxsync |
IN_GC -> IN_RC.
|
|
|
@13825
|
16 年 |
vboxsync |
VMM: %VX64 -> %RX64
|
|
|
@13823
|
16 年 |
vboxsync |
VMM: %VGv -> %RGv
|
|
|
@13822
|
16 年 |
vboxsync |
VMM: %VRv -> %RRv
|
|
|
@13820
|
16 年 |
vboxsync |
VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
|
|
|
@13819
|
16 年 |
vboxsync |
VMM: %VH* -> %RH*.
|
|
|
@13818
|
16 年 |
vboxsync |
VMM: %Vrc -> %Rrc, %Vra -> %Rra.
|
|
|
@13816
|
16 年 |
vboxsync |
VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
|
|
|
@13566
|
16 年 |
vboxsync |
EMAll.cpp: doxygen.
|
|
|
@13565
|
16 年 |
vboxsync |
#1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
|
|
|
@13561
|
16 年 |
vboxsync |
Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
|
|
|
@13532
|
16 年 |
vboxsync |
CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
|
|
|
@13447
|
16 年 |
vboxsync |
Logging change
|
|
|
@13351
|
16 年 |
vboxsync |
Fully emulated lmsw.
|
|
|
@13267
|
16 年 |
vboxsync |
lmsw: corrected exit path
|
|
|
@13266
|
16 年 |
vboxsync |
lmsw emulation: 16 bits operand
|
|
|
@13265
|
16 年 |
vboxsync |
Lmsw emulation.
|
|
|
@13235
|
16 年 |
vboxsync |
PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
|
|
|
@13193
|
16 年 |
vboxsync |
uint64_t conversion fix
|
|
|
@13161
|
16 年 |
vboxsync |
Emulate WBINVD
|
|
|
@13146
|
16 年 |
vboxsync |
#1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
|
|
|
@13144
|
16 年 |
vboxsync |
#1865: Implmented the alternative R0 code for darwin (turned out to be …
|
|
|
@13020
|
16 年 |
vboxsync |
Knut-compatibility fixes
|
|
|
@13013
|
16 年 |
vboxsync |
infrastructure work for X2APIC support
|
|
|
@12989
|
16 年 |
vboxsync |
VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
|
|
|
@12801
|
16 年 |
vboxsync |
Lidt/lgdt emulation fix for 16 bits operand size.
|
|
|
@12786
|
16 年 |
vboxsync |
Real-mode support for VT-x. (currently disabled)
|
|
|
@12773
|
16 年 |
vboxsync |
EMInterpretLMSW: LMSW cannot change AM or WP, so no need to check …
|
|
|
@12760
|
16 年 |
vboxsync |
EMAll: Disabled the assertions reported in bug #2609, bug #1931 and on …
|
|
|
@12688
|
16 年 |
vboxsync |
#1865: EM - one pointer and statistics. Added a couple of more samples …
|
|
|
@12657
|
16 年 |
vboxsync |
#1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx …
|
|
|
@12307
|
16 年 |
vboxsync |
Logging
|
|
|
@12305
|
16 年 |
vboxsync |
Flush the recompiler's TB cache each time we detect writes to …
|
|
|
@12121
|
16 年 |
vboxsync |
Committed hardware breakpoint support for VT-x and AMD-V. Untested and …
|
|
|
@11764
|
16 年 |
vboxsync |
Got rid of PAT cpuid feature hack. Properly fixed now.
|
|
|
@11748
|
16 年 |
vboxsync |
More logging
|
|
|
@11736
|
16 年 |
vboxsync |
warning
|
|
|
@11714
|
16 年 |
vboxsync |
Enable the PAT cpuid feature when switching to long mode.
|
|
|
@11692
|
16 年 |
vboxsync |
Disabled microcode version passthru. Code is sufficient to make sure …
|
|
|
@11691
|
16 年 |
vboxsync |
Allow the MSR_IA32_BIOS_SIGN_ID query only for Intel CPUs.
|
|
|
@11690
|
16 年 |
vboxsync |
Pass the host's MSR_IA32_BIOS_SIGN_ID on to the guest. This msr …
|
|
|
@11688
|
16 年 |
vboxsync |
Some more MSR logging
|
|
|
@11522
|
16 年 |
vboxsync |
Activated (lock) cmpxchg emulation for VT-x and AMD-V. Watch for …
|
|
|
@11509
|
16 年 |
vboxsync |
Added R0/HC emulation of (lock) cmpxchg. Not activated.
|
|
|
@11492
|
16 年 |
vboxsync |
Fixed the non-rep stoswd case (rdi must be updated).
|
|
|
@11488
|
16 年 |
vboxsync |
stoswd emulation fix (DF).
|
|
|
@11453
|
16 年 |
vboxsync |
More compile issues
|
|
|
@11452
|
16 年 |
vboxsync |
Minor correction
|
|
|
@11450
|
16 年 |
vboxsync |
Access verfication for stoswd emulation.
|
|
|
@11424
|
16 年 |
vboxsync |
Emulate stosw/d/q ourselves.
|
|
|
@10883
|
16 年 |
vboxsync |
Wrmsr fix for MSR_IA32_SYSENTER_CS
|
|
|
@10661
|
16 年 |
vboxsync |
Reduce the number of world switches caused by cr8 writes by checking …
|
|
|
@10473
|
16 年 |
vboxsync |
MMIO instruction emulation for OR, BT and XOR added.
|
|
|
@10362
|
16 年 |
vboxsync |
More verbose assertion
|
|
|
@10358
|
16 年 |
vboxsync |
Implemented cr8 reading (PDMApicGetTPR).
|
|
|
@10274
|
16 年 |
vboxsync |
More logging
|
|
|
@10270
|
16 年 |
vboxsync |
Logging update
|
|
|
@10216
|
16 年 |
vboxsync |
-> Unsupported
|
|
|
@10215
|
16 年 |
vboxsync |
Missed MSR_IA32_MTRR_CAP
|
|
|
@10213
|
16 年 |
vboxsync |
Log more MSRs
|
|
|
@10210
|
16 年 |
vboxsync |
Support MSR_K6_EFER_FFXSR if X86_CPUID_AMD_FEATURE_EDX_FFXSR is set.
|
|
|
@10209
|
16 年 |
vboxsync |
Logging update
|
|
|
@10107
|
16 年 |
vboxsync |
Added CR8 write (alias for APIC TPR write).
|
|
|
@10088
|
16 年 |
vboxsync |
Log MSR names
|
|
|
@10016
|
16 年 |
vboxsync |
Corrected parameter types (const).
Use SELMToFlatEx instead of …
|
|
|
@10013
|
16 年 |
vboxsync |
AMD64 shadow & real or protected mode without paging combo.
Flush TLB …
|
|
|
@9989
|
16 年 |
vboxsync |
Enabled rdmsr/wrmsr emulation again. (VT-x & AMD-v regression fixed)
|
|
|
@9984
|
16 年 |
vboxsync |
Big instruction emulation update for 64 bits mode. Watch for regressions!
|
|
|
@9817
|
16 年 |
vboxsync |
fs & gs base cleanup
|
|
|
@9750
|
16 年 |
vboxsync |
Backed out 32074 for now. (regressions)
|
|
|
@9747
|
16 年 |
vboxsync |
Logging update
|
|
|
@9745
|
16 年 |
vboxsync |
Enabled 64 bits mov instruction emulation.
|
|
|
@9726
|
16 年 |
vboxsync |
Deal with long mode related changes to EFER, CR0 & CR4
|
|
|
@9725
|
16 年 |
vboxsync |
Ignore MSR_K6_EFER_LMA
|
|
|
@9724
|
16 年 |
vboxsync |
EFER updates implemented for wrmsr
|
|
|
@9722
|
16 年 |
vboxsync |
Enabled rd/wrmsr emulation
|
|
|
@9721
|
16 年 |
vboxsync |
Comment
|
|
|
@9720
|
16 年 |
vboxsync |
Emulate rdmsr & wrmsr.
Note that Intel mentions a (slightly different) …
|
|
|
@9713
|
16 年 |
vboxsync |
More eip -> rip changes.
|
|
|
@9675
|
16 年 |
vboxsync |
General cleanup of SELMToFlat.
|
|
|
@9663
|
16 年 |
vboxsync |
Some 64 bits instruction emulation updates
|
|
|
@9661
|
16 年 |
vboxsync |
Implement and use CPUMIsGuestIn64BitCode where appropriate.
|
|
|
@9659
|
16 年 |
vboxsync |
SELMGetCpuModeFromSelector is a better name.
|
|
|
@9658
|
16 年 |
vboxsync |
Renamed SELMIsSelector32Bit to SELMGetSelectorType.
|
|
|
@9656
|
16 年 |
vboxsync |
Changed u1Reserved to u1Long in the selector attributes field.
|
|
|
@9651
|
16 年 |
vboxsync |
64 bits DRx move emulation.
|
|
|
@9649
|
16 年 |
vboxsync |
Added CPUMIsGuestInLongMode.
|
|
|
@9647
|
16 年 |
vboxsync |
DRx access functions must use uint64_t now.
|
|
|
@9353
|
16 年 |
vboxsync |
Accidental commit
|
|
|
@9349
|
16 年 |
vboxsync |
More type fixes for GC execution.
|
|
|
@9345
|
16 年 |
vboxsync |
String format
|
|
|
@9300
|
16 年 |
vboxsync |
More 64 bits guest ptr fixes
|
|
|
@9289
|
16 年 |
vboxsync |
Updates for 64 bits guests
|
|
|
@9248
|
16 年 |
vboxsync |
Enabled cmpxchg8b again.
|
|
|
@9246
|
16 年 |
vboxsync |
Disable GC emulation of cmpxchg8b to see if that helps with the win2k …
|
|
|
@9241
|
16 年 |
vboxsync |
cmpxchg8b only modifies ZF.
|
|
|
@9216
|
16 年 |
vboxsync |
Compile issues (32 bits host/64 bits guest)
|
|
|
@9212
|
16 年 |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9083
|
17 年 |
vboxsync |
Minor update
|
|
|
@9069
|
17 年 |
vboxsync |
Interpret msr reads and writes (currently disabled in order not to …
|
|
|