VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60816   9 years vboxsync VMM/APIC: nit.
(edit) @60815   9 years vboxsync VMM/APIC: alignment.
(edit) @60812   9 years vboxsync VMM/HMSVMR0: Clear interrupt-inhibition while advancing RIP (rather …
(edit) @60811   9 years vboxsync VMM/HMVMXR0, HMSVMR0: Use RT_SUCCESS, consistent with other callers of …
(edit) @60810   9 years vboxsync VMM/HMVMXR0, HMSVMR0: comment.
(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) @60761   9 years vboxsync VMM/APIC: Disallow setting the mode as 'disabled'.
(edit) @60757   9 years vboxsync CPUMR3Db.cpp: Make sure we have a AMD64_TSC_AUX MSR if report via …
(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) @60732   9 years vboxsync VMM/HM: Add stat. counter for intr masked-by-TPR during event injection.
(edit) @60731   9 years vboxsync VMM/APIC: Nit.
(edit) @60730   9 years vboxsync VMMR0: The APIC FF can get set asynchronously with the new APIC code, …
(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) @60717   9 years vboxsync VMM/APIC: nit.
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60711   9 years vboxsync CPUM.cpp: Fixed incorrect valid flag mask inversion in cpumR3LoadExec.
(edit) @60709   9 years vboxsync VMM/testcase/Makefile: Fix tstAsmStructsAsm dep, avoid using "_DEFS" …
(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) @60695   9 years vboxsync VMM/APIC: Fuzzy saved-state generation and logging for testing …
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60683   9 years vboxsync EM: VINF_EM_TRIPLE_FAULT -> DBGFEVENT_DEV_STOP instead of hypervisor …
(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) @60647   9 years vboxsync VMM/testcase: Add dependency on assembler defines for tstAsmStructsAsm.
(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) @60630   9 years vboxsync VMM/APIC: Fix diagnostic logging.
(edit) @60626   9 years vboxsync dbgf.cpp: turned annoying assertion into non-asserting check.
(edit) @60624   9 years vboxsync VMM/APIC: Diagnostics.
(edit) @60619   9 years vboxsync VMM/APIC: CTX_SUFF nit.
(edit) @60605   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60602   9 years vboxsync VMM/APIC: comment.
(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) @60574   9 years vboxsync VMM/HMSVMR0: Ignore assertion for PDMGetInterrupt() with the new APIC code.
(edit) @60573   9 years vboxsync VMM/APIC: Fix INIT IPI handling, and handle callers of …
(edit) @60566   9 years vboxsync HMSVMR0.cpp: More useful assertion.
(edit) @60560   9 years vboxsync DBGFStack: Take odd saved BP as a hint of far returns.
(edit) @60559   9 years vboxsync IEM: ud2
(edit) @60543   9 years vboxsync VMM/APIC: unintended change in r106671.
(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.
(edit) @60479   9 years vboxsync VMM/APIC: Fix optional parameter.
(edit) @60477   9 years vboxsync VMM/APIC: Avoid using 'else' when 'if' block returns whenever possible.
(edit) @60476   9 years vboxsync VMM/APIC: Fix inverted condition while determining lowest-priority …
(edit) @60475   9 years vboxsync VMM/APIC: Have descriptive helpers in all-context code, make things …
(edit) @60473   9 years vboxsync VMM/APIC: Use hex for displaying DFR register in the VM debugger.
(edit) @60472   9 years vboxsync VMM/APIC: missed as part of r106570.
(edit) @60471   9 years vboxsync VMM/APIC: Don't allow modify reserved MB1 bits in DFR.
(edit) @60469   9 years vboxsync VMM/APIC: Fixed issue with incorrectly skipping registeration of SSM, …
(edit) @60468   9 years vboxsync VMM/APIC: Added extra assertions for debugging.
(edit) @60464   9 years vboxsync VMM/APIC: more logging
(edit) @60459   9 years vboxsync VMM/APIC: Don't forget to update level-triggered interrupts from the …
(edit) @60456   9 years vboxsync VMM/APIC: Fixes.
(edit) @60438   9 years vboxsync CPUR3CpuId: Fixed fake 8086/80186 classification.
(edit) @60435   9 years vboxsync VMM/APIC: Nits.
(edit) @60432   9 years vboxsync VMM/APIC: Doxygen.
(edit) @60431   9 years vboxsync VMM/APIC: doxygen.
(edit) @60430   9 years vboxsync VMM/APIC: Fixes.
(edit) @60428   9 years vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60425   9 years vboxsync Config.kmk/src/VBox/VMM/testcase/Makefile.kmk: Solaris 11 …
(edit) @60415   9 years vboxsync IEM: Implemented main characteristics of 8086, 80186 and 80286.
(edit) @60414   9 years vboxsync CPUMR3CpuId.cpp: Build fix.
(edit) @60411   9 years vboxsync VMM,Main: Added 286, 186 and 8086 CPU profiles to play with.
(edit) @60407   9 years vboxsync PDMDevHlp.cpp: doxygen fixes.
(edit) @60406   9 years vboxsync VMM: doxygen fixes
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60403   9 years vboxsync PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
(edit) @60401   9 years vboxsync PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
(edit) @60400   9 years vboxsync VMM/APIC: No longer needed function.
(edit) @60399   9 years vboxsync PDMInternal.h: Alignment fix.
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60397   9 years vboxsync PDMInternal.h: Alignment fix.
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