VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61641   8 years vboxsync IEM: Enabling movlps and movups again.
(edit) @61640   8 years vboxsync IEM: unbreak long mode excption dispatching. cleanups
(edit) @61639   8 years vboxsync IEM: Temporarily disabled movlps and movups.
(edit) @61638   8 years vboxsync IEM: movlps for fedora 18.
(edit) @61637   8 years vboxsync IEM: Quick implementation of movups Wps,Vps.
(edit) @61636   8 years vboxsync IEM: Tiny fixes + enable callgate emulation (2nd try).
(edit) @61635   8 years vboxsync IEMAll.cpp: Ditto for long mode exception dispatching.
(edit) @61634   8 years vboxsync Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
(edit) @61633   8 years vboxsync EM.cpp: build fix
(edit) @61632   8 years vboxsync GIM: Correct header order to match what is use *everywhere* else in …
(edit) @61631   8 years vboxsync GIMAllHv.cpp: build fix.
(edit) @61630   8 years vboxsync IEM: When dispatching interrupts, set new CPL before pushing stuff on …
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61627   8 years vboxsync Comment.
(edit) @61626   8 years vboxsync VMX: PGMTrap0eHandler can emulate many interesting things; consider …
(edit) @61625   8 years vboxsync fflags: Added missing VMCPU_FF_UPDATE_APIC.
(edit) @61623   8 years vboxsync IEM: Fixed stupid iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd bug.
(edit) @61619   8 years vboxsync VMM/APIC: oops, unintended LogRel line in r107951.
(edit) @61608   8 years vboxsync VMM/APIC: Manually register the x2APIC MSR ranges when x2APIC mode is …
(edit) @61605   8 years vboxsync VMM/HMSVMR0: Don't try to use NRIP_SAVE feature for #UD #VMEXITs.
(edit) @61590   8 years vboxsync IEM: Try enable iemOp_movntps_Mps_Vpsmovntpd_Mpd_Vpd.
(edit) @61586   8 years vboxsync VMM/APIC: Nit.
(edit) @61584   8 years vboxsync VMM/APIC: Bumps saved-state version and add the LINT0/LINT1 interrupt …
(edit) @61582   8 years vboxsync VMM/APIC: nit.
(edit) @61581   8 years vboxsync VMM/APIC: Fix remote IRR bit for level-triggered LINT0 interrupts and …
(edit) @61579   8 years vboxsync VMM/APIC: Fix alignment of vector column in 'info apiclvt' output.
(edit) @61575   8 years vboxsync VMM/APIC: Better formatted LVT debugger info dumps and also use the …
(edit) @61574   8 years vboxsync VMM/HM: Run the exithistory info callback on all EMTs if a specific …
(edit) @61573   8 years vboxsync VMM/APIC: Added macro for getting LVT remote IRR and polarity.
(edit) @61571   8 years vboxsync IEM: Try enable iemOp_movnti_My_Gy.
(edit) @61570   8 years vboxsync DBGFR3Info*: Added DBGFINFO_FLAGS_ALL_EMTS flag for cpum, apic and …
(edit) @61566   8 years vboxsync VMM/APIC: Fix DBGF info callbacks to run on EMT and use separate …
(edit) @61562   8 years vboxsync build fix
(edit) @61559   8 years vboxsync VMM/GIM: Comment typos.
(edit) @61557   8 years vboxsync VMM/APIC: Comment.
(edit) @61556   8 years vboxsync VMM/APIC: Comment.
(edit) @61555   8 years vboxsync IEM: Try enable iemOp_movntq_Mq_Pq__movntdq_Mdq_Vdq.
(edit) @61546   8 years vboxsync VMM/GIM: Comment update.
(edit) @61545   8 years vboxsync VMM/GIM: unused var build fix.
(edit) @61544   8 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61534   8 years vboxsync SVM: Handle task switch resulting from event delivery (bugref:8411).
(edit) @61532   8 years vboxsync VMM/DBGFCoreWrite: Add missing CPU-context's rflags to the core dump, …
(edit) @61518   8 years vboxsync VMM/HM: Easier to read VT-x/AMD-V CPU features in the release log, …
(edit) @61515   8 years vboxsync VMM/HM: Report missing/new VT-x's secondary processor-based …
(edit) @61514   8 years vboxsync VMM/HM: Add missing/new VT-x exit reasons, cleanup.
(edit) @61513   8 years vboxsync VMM/HM: nit.
(edit) @61506   9 years vboxsync Not yet.
(edit) @61492   9 years vboxsync IEM: Enabled call gates (code written long ago).
(edit) @61489   9 years vboxsync GIM: Make counter update work in release builds, not just create the …
(edit) @61455   9 years vboxsync HMR0EnsureCompleteBasicContext: Mark the guest state as changed.
(edit) @61450   9 years vboxsync Log format.
(edit) @61428   9 years vboxsync SVM: Re-committed innocent r107737.
(edit) @61427   9 years vboxsync VMM/HM: Handle missing AMD-V exit reasons, cleanup and docs.
(edit) @61426   9 years vboxsync bugref:8357: HMSVMR0.cpp: Backed out r107737 as it looks like it's …
(edit) @61420   9 years vboxsync SVM: Don't bother with reinjecting events from INT3/INTO, just …
(edit) @61415   9 years vboxsync VMM/HM: build fix.
(edit) @61414   9 years vboxsync VMM/HM: Added 'info exithistory' command. Prettier formatting comes later.
(edit) @61397   9 years vboxsync VM.cpp: Register SSM stub for rem when VBOX_WITH_REM isn't defined.
(edit) @61396   9 years vboxsync IEM: Disabled the three instruction, seems to still cause trouble.
(edit) @61395   9 years vboxsync IEM: Enabled the three SSE instruction that was !VBOX_WITH_REM only …
(edit) @61392   9 years vboxsync CPUMRZFpuStatePrepareHostCpuForUse: Must always set VMCPU_FF_CPUM in …
(edit) @61391   9 years vboxsync csamR3CalcPageHash: better assertion and logging.
(edit) @61390   9 years vboxsync csamR3CalcPageHash: Shut up annoying assertion on …
(edit) @61382   9 years vboxsync IEM: Some FPU fixes.
(edit) @61371   9 years vboxsync iomMmioHandler: Gracefully deal with large MMIO writes and read …
(edit) @61368   9 years vboxsync CPUMRZA.asm: raw-mode fixes.
(edit) @61366   9 years vboxsync VMM/PDM: Missed relocation for the newly added callback to the IOAPIC …
(edit) @61364   9 years vboxsync VMM/PDMDevMiscHlp: copy-paste typo.
(edit) @61359   9 years vboxsync VMM/HMVMXR0: Fix lazy save/restore MSRs code structure to be more …
(edit) @61356   9 years vboxsync VMM/PDM: comment nit.
(edit) @61351   9 years vboxsync APIC: Reset fix.
(edit) @61348   9 years vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61341   9 years vboxsync CPUM: words about FPU state.
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61336   9 years vboxsync VMM/APIC: nit space.
(edit) @61324   9 years vboxsync VMM/APIC: Fix assertion while saving state.
(edit) @61317   9 years vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61307   9 years vboxsync IEM: log actual names of target CPU and microarchitecture
(edit) @61212   9 years vboxsync pgmPoolMonitorIsReused: Subject non-REP MOVSWDQ and STOSWDQ to the new …
(edit) @61211   9 years vboxsync pgmPoolMonitorIsReused: Cross page stuff == reused, as does unaligned …
(edit) @61162   9 years vboxsync CPUMInternal.mac: Apply FPUCS/DS hack to xsave just like we already do …
(edit) @61156   9 years vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61155   9 years vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61151   9 years vboxsync VMM/APIC: naming.
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61147   9 years vboxsync CPUMRZ.cpp: oops.
(edit) @61146   9 years vboxsync CPUMRZA.asm: build fix.
(edit) @61145   9 years vboxsync CPUM: build fix
(edit) @61144   9 years vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61143   9 years vboxsync IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
(edit) @61142   9 years vboxsync pgmPoolAccessPfHandlerSimple: Deal with larger writes (e.g. AVX regs).
(edit) @61141   9 years vboxsync tstAsmStructAsm-lst.sed: Prep for upcoming CPUMHOSTCTX change.
(edit) @61140   9 years vboxsync PGMR3DbgA.asm: Seems we need BEGINCODE on darwin. Weird.
(edit) @61133   9 years vboxsync VMM/APIC: Nit.
(edit) @61132   9 years vboxsync VMM/APIC: Fix fRZEnabled=false option for MSR read/writes.
(edit) @61128   9 years vboxsync CPUM: Slightly improved FPU state printing.
(edit) @61125   9 years vboxsync GIM: format specifier fix
(edit) @61124   9 years vboxsync APIC: format specifier fixes
(edit) @61122   9 years vboxsync format specifier fixes
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
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