VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61107   9 years vboxsync IEM: Enabled iemOp_movntq_Mq_Pqmovntdq_Mdq_Vdq on non-REM systems.
(edit) @61106   9 years vboxsync IEM: Enabled iemOp_movnti_My_Gy on non-REM systems.
(edit) @61088   9 years vboxsync VMM/APIC: Disallow transition to x2APIC mode when the VM isn't …
(edit) @61078   9 years vboxsync VMM/APIC: Consistent naming.
(edit) @61075   9 years vboxsync VMM/APIC: nits.
(edit) @61074   9 years vboxsync VMM/APIC: build fix.
(edit) @61073   9 years vboxsync VMMPatchHypercall: Use CPUMGetHostCpuVendor() instead of three …
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61071   9 years vboxsync VMM/CPUM: comment indent.
(edit) @61069   9 years vboxsync IEM: Disabled iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd and …
(edit) @61068   9 years vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61066   9 years vboxsync CPUMIsGuestFPUStateActive: Fixed 64-on-32 regression from r107325, …
(edit) @61064   9 years vboxsync IEM: FPU & SSE ring-0/raw-mode usage preps.
(edit) @61059   9 years vboxsync IEM: a couple of new SSE instrs - currently disabled.
(edit) @61058   9 years vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @61031   9 years vboxsync Oops, committed too much!
(edit) @61029   9 years vboxsync APIC: Just ignore the timer shift when loading old state, it's …
(edit) @61020   9 years vboxsync iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd: Try enable when no REM.
(edit) @61019   9 years vboxsync IEMAllCImpl.cpp.h: far jmp fix for the macs.
(edit) @61016   9 years vboxsync IEMAllInstructions.cpp.h: Removed bogus movnti stub (0x0f 0x3c). Got …
(edit) @61015   9 years vboxsync IEM,TRPMRCHandlers: Raw-mode fixes for (1) handling INT3 patches for …
(edit) @61014   9 years vboxsync IEMAll.cpp: docs.
(edit) @61010   9 years vboxsync iemCImpl_retn: Use iemRegAddToRspEx which takes a 16-bit addend …
(edit) @60994   9 years vboxsync testing
(edit) @60993   9 years vboxsync PGMAllBth.h: Disabled bogus assertion.
(edit) @60991   9 years vboxsync IEM: Implemented movntps/d and movaps/d. (lacks proper testcase)
(edit) @60961   9 years vboxsync IEM: tstIEMCheckMc vs clang fixes.
(edit) @60948   9 years vboxsync PGMAllPhys.cpp: Make clang happy.
(edit) @60916   9 years vboxsync APIC: Allow trigger mode bit for LINTx LVTs.
(edit) @60915   9 years vboxsync EMAll.cpp: An another warning.
(edit) @60914   9 years vboxsync EMAll.cpp: Fix unused static function warnings.
(edit) @60913   9 years vboxsync EMAll.cpp: Use IEM.
(edit) @60912   9 years vboxsync IEMR3ProcessForceFlag: Corrected assertion.
(edit) @60911   9 years vboxsync IEMR3ProcessForceFlag: Must set fAccess to IEM_ACCESS_INVALID…
(edit) @60909   9 years vboxsync IEM: Release build fix.
(edit) @60907   9 years vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
(edit) @60901   9 years vboxsync IEM: Fixed string instructions wrt VINF_IOM_R3_MMIO_COMMIT_WRITE. The …
(edit) @60899   9 years vboxsync PGMAllBth.h: Improved assertion so it's possible to tell if it's valid.
(edit) @60888   9 years vboxsync IEM: Must not forget to get updated hidden ES selector values for …
(edit) @60882   9 years vboxsync iemRCRawMaybeReenter: Don't re-enter raw-mode if we're returning to …
(edit) @60881   9 years vboxsync iret-to-v86: only 16-bit eip, thank you.
(edit) @60879   9 years vboxsync PATMRawLeave: It's okay to end up in ring-3 with a reschduling status …
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60871   9 years vboxsync IEMAllCImplStrInstr.cpp.h: Check FFs for each page and after each …
(edit) @60867   9 years vboxsync PGM: Don't ever drop VERR_PGM_NO_HYPERVISOR_ADDRESS! Will end up with …
(edit) @60854   9 years vboxsync iomMMIODoComplicatedWrite: Use VINF_IOM_R3_IOPORT_COMMIT_WRITE to deal …
(edit) @60852   9 years vboxsync IOM: New way of defer RC+R0 MMIO writes (only used for IEM accesses).
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60825   9 years vboxsync VMM/APIC: Log, inline.
(edit) @60823   9 years vboxsync IEMAll logging oops
(edit) @60822   9 years vboxsync PGMAllPool.cpp: Deal with IEM specific …
(edit) @60821   9 years vboxsync CPUMSetGuestGDTR/IDTR/TR/LDTR: drop the #ifdef VBOX_WITH_IEM guard, …
(edit) @60820   9 years vboxsync VMM/APIC: Comment.
(edit) @60817   9 years vboxsync VMM/APIC: Build fix for older gcc.
(edit) @60807   9 years vboxsync VMM/APIC: Flag illegal-vector errors only when delivery mode is fixed. …
(edit) @60806   9 years vboxsync VMM/APIC: Set the 'receive' and not 'send' illegal vector error when …
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60796   9 years vboxsync IEM: iret_64bit fix
(edit) @60792   9 years vboxsync IEM: iret fix
(edit) @60791   9 years vboxsync IEM: bugref:8118: another lidt/lgdt fix.
(edit) @60790   9 years vboxsync IEM: iret quick fix.
(edit) @60789   9 years vboxsync IEM: bugref:8118: lidt/lgdt fix.
(edit) @60787   9 years vboxsync IEM: Check load segment base in 64-bit mode and check that addresses …
(edit) @60782   9 years vboxsync IEM: bugref:8118: sidt/sgdt fix fix fix.
(edit) @60781   9 years vboxsync IEM: bugref:8118: sidt/sgdt fix fix.
(edit) @60780   9 years vboxsync iemMemApplySegment: handle NULL segments.
(edit) @60779   9 years vboxsync IEM: Fixed cross page CR2 value.
(edit) @60776   9 years vboxsync IEM: bugref:8118: sidt/sgdt fix.
(edit) @60762   9 years vboxsync CPUM: Added an atom silvermont CPU profile.
(edit) @60752   9 years vboxsync VMM/APIC: Add stat counters for TPR read,writes and EOI writes.
(edit) @60746   9 years vboxsync VMM/APIC: Dump the PIBs in the debugger as well, comments.
(edit) @60741   9 years vboxsync VMM/APIC: Eliminate multiplication with shift when possible.
(edit) @60740   9 years vboxsync VMM, recompiler: Fix APIC to update pending interrupts to IRR when the …
(edit) @60720   9 years vboxsync VMM/APIC: Fixes for getting x2APIC mode working.
(edit) @60718   9 years vboxsync VMM/APIC: Disallow enabling APIC if the VM was configured with a …
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60707   9 years vboxsync VMM/APIC: nit.
(edit) @60706   9 years vboxsync VMM/APIC: Logging and nits. Don't bother with checking spurious …
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60671   9 years vboxsync IEM: Made SIDT+SGDT store 0xff in high base byte when emulating a 286.
(edit) @60670   9 years vboxsync IEM: Made SIDT+SGDT store 0xff in high base byte when emulating a 286.
(edit) @60666   9 years vboxsync IEM: Use IEM_GET_TARGET_CPU(); 486 ignores CR0 bits too.
(edit) @60664   9 years vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60659   9 years vboxsync iem/smsw: Missed a 286 tweak.
(edit) @60655   9 years vboxsync VMM/APIC: Don't need to update CPUID twice on VM startup and fix logging.
(edit) @60654   9 years vboxsync VMM/APIC: Fix updating CPUID bits on APIC disable/enable. Fixes XP …
(edit) @60652   9 years vboxsync VMM/APIC: More flow logging.
(edit) @60650   9 years vboxsync VMM/APIC: Log4 -> Log2.
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60632   9 years vboxsync VMM/APIC: Add stat. counter for timer callbacks, fix busted logging.
(edit) @60619   9 years vboxsync VMM/APIC: CTX_SUFF nit.
(edit) @60605   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60601   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60573   9 years vboxsync VMM/APIC: Fix INIT IPI handling, and handle callers of …
(edit) @60559   9 years vboxsync IEM: ud2
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60523   9 years vboxsync VMM/APIC: profiling fix, logging.
(edit) @60516   9 years vboxsync VMM/APIC: Add some profile statistics.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette