VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65471   8 years vboxsync pgmR3PoolReset: A few missing members (harmless).
(edit) @65470   8 years vboxsync PGM: Reset GCPhysCR3 when unmapping CR3.
(edit) @65469   8 years vboxsync PGM: pgmLogState.
(edit) @65468   8 years vboxsync PGM: pgmLogState.
(edit) @65466   8 years vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @65465   8 years vboxsync VMM/Makefile.kmk: PGMAll.cod
(edit) @65464   8 years vboxsync iemMemFetchSelDescWithErr: Ditto.
(edit) @65463   8 years vboxsync iemInitDecoderAndPrefetchOpcodes: Some MSC compatible branch predicting.
(edit) @65459   8 years vboxsync VMM: don't depend on the CPUID(EAX=1)/HTT feature for guests with more …
(edit) @65454   8 years vboxsync IEM: No uninitialized data please (addendum to r112875).
(edit) @65452   8 years vboxsync PGMAllBth.h: InvalidatePage: Skip if pgmShwGet32BitPDEPtr or …
(edit) @65451   8 years vboxsync VMM/HMVMXR0: Added assertion to ensure we don't overwrite stuff in the …
(edit) @65449   8 years vboxsync VMM/GIM: Nothing todo, make it a comment.
(edit) @65448   8 years vboxsync HMInternal.h: todo, comment.
(edit) @65447   8 years vboxsync VMM/HM: nit.
(edit) @65446   8 years vboxsync VMX: Better SYSENTER MSR fix for CPUs with no MSR bitmaps (bugref:8745).
(edit) @65439   8 years vboxsync VMX: May need to save SYSENTER related MSRs in WRMSR exit (bugref:8745).
(edit) @65407   8 years vboxsync typo
(edit) @65405   8 years vboxsync VMM: KVM workaround: don't read MSR_IA32_SMM_MONITOR_CTL if …
(edit) @65398   8 years vboxsync PGMAllBth.h: Trap0eHandlerGuestFault: Fixed missing X86_TRAP_RSVD flag …
(edit) @65383   8 years vboxsync VMM/APIC: assertion.
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @65379   8 years vboxsync VMM/APIC: Initialize u32TagSrc for now (parfait complains for …
(edit) @65368   8 years vboxsync IEM: build fix for code tlb and wp fix.
(edit) @65367   8 years vboxsync IEM: build fix for code tlb and wp fix.
(edit) @65355   8 years vboxsync VMM/HMVMXR0: Save guest rflags before handling any hypercalls.
(edit) @65348   8 years vboxsync Typo.
(edit) @65338   8 years vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @65326   8 years vboxsync VMM/HM: Fix.
(edit) @65325   8 years vboxsync VMM/HM: Fix.
(edit) @65322   8 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @65316   8 years vboxsync VMM/HM: Fixed case in name prefixes of a few internal functions.
(edit) @65314   8 years vboxsync VMM/HM: Eliminate unused member.
(edit) @65304   8 years vboxsync IEM: 286 only needs to fetch 6 bytes of descriptors.
(edit) @65300   8 years vboxsync PGM,PDM: Added API for reducing the size a MMIO2 or pre-registered …
(edit) @65299   8 years vboxsync PGM,PDM: Added API for reducing the size a MMIO2 or pre-registered …
(edit) @65280   8 years vboxsync VMM/HMVMXR0: Lazy load guest MSRs when they've changed despite being …
(edit) @65276   8 years vboxsync VMM/HMVMXR0: Update comment.
(edit) @65275   8 years vboxsync VMM/HMVMXR0: Fixed an extra VMMRZCallRing3Enable when cleaning up the …
(edit) @65251   8 years vboxsync VMM/HMVMXR0: Adjustments to fix in r112756 and comment update.
(edit) @65245   8 years vboxsync VMMRZCallRing3: Include cCallRing3Disabled in the assertion so we can …
(edit) @65244   8 years vboxsync burn fix
(edit) @65243   8 years vboxsync nit
(edit) @65242   8 years vboxsync VMMGuruMeditation: list addresses on the ring-0 stack.
(edit) @65241   8 years vboxsync VMM/HMVMXR0: Fix longjmp related regression introduced in r112729.
(edit) @65233   8 years vboxsync VMM/HMVMXR0: column limit.
(edit) @65222   8 years vboxsync VMM/HMVMXR0: Fix longjump when mapping the APIC access page, map the …
(edit) @65207   8 years vboxsync iemCImpl_BranchCallGate: Added @todo on workaround from r112681, fixed …
(edit) @65195   8 years vboxsync IEM: Fixed BT implementation (memory access is R, not R/W).
(edit) @65194   8 years vboxsync IEM: Fixed FYL2X implementation.
(edit) @65192   8 years vboxsync IEM: PUSHF in V86 mode needs to increment rIP.
(edit) @65191   8 years vboxsync IEM: Typo caused FUCOMPP trouble.
(edit) @65180   8 years vboxsync IEM: In RETF and IRET, update SP or RSP depending on stack size.
(edit) @65179   8 years vboxsync IEM: When going through a call gate, do not touch old stack if there …
(edit) @65178   8 years vboxsync IEM: Call gate must take current stack size into account and not …
(edit) @65174   8 years vboxsync IEM: Additional L7 ging for exception dispatching.
(edit) @65168   8 years vboxsync doxygen fixes
(edit) @65137   8 years vboxsync VMM/HMVMXR0: Dummy out unused member missed in r112639.
(edit) @65136   8 years vboxsync VMM/HMVMXR0: Try using the APIC allocated page as the virtual-APIC page.
(edit) @65135   8 years vboxsync VMM/APIC: Interface for retrieving APIC pages in all contexts.
(edit) @65134   8 years vboxsync VMM/HMVMXR0: Comment nits.
(edit) @65106   8 years vboxsync VMM/HMVMXR0: Don't need to initialize #UD intercepts when it's being …
(edit) @65097   8 years vboxsync IEM: Fixed inter-privilege RETF immediate (see bugref:8606).
(edit) @65030   8 years vboxsync IEM: Fixed BSR instruction.
(edit) @65029   8 years vboxsync IEM: Fixed sign flag calculation.
(edit) @64911   8 years vboxsync PGM: Fix sizing of last chunk for large MMIO (pre)registration.
(edit) @64882   8 years vboxsync VMM/HMVMXR0: Avoid setting HM_CHANGED_VMX_GUEST_APIC_STATE in …
(edit) @64881   8 years vboxsync VMM/HMVMXR0: Remove the Vista 64-bit TPR-threshold hack.
(edit) @64880   8 years vboxsync VMM/HMVMXR0: "& 0xf" is redundant while right-shifting a uint8_t by 4 …
(edit) @64874   8 years vboxsync VMM/HMSVMR0: Use macro constant for TPR offset
(edit) @64873   8 years vboxsync VMM/HMVMXR0: Use macro constants instead of hardcoded offsets
(edit) @64857   8 years vboxsync VMM: Add VCPU ID to the guru dump info.
(edit) @64856   8 years vboxsync VMM/HMVMXR0: Comment to clarify VM-exit history updates for 3 edge cases.
(edit) @64855   8 years vboxsync VMM/HM: Added hmeventpending dbginfo command.
(edit) @64854   8 years vboxsync VMM/HM: Fix VM-exit descriptions on stat counters on VIA CPUs to not …
(edit) @64853   8 years vboxsync VMM/APIC: Paranoia.
(edit) @64852   8 years vboxsync VMM/PDM: Comment.
(edit) @64851   8 years vboxsync VMM/PDM: Fix uninitialized variable in PDMGetInterrupt() when APIC TPR …
(edit) @64844   8 years vboxsync PDMPCIDEVREG_DEV_NO_SAME_AS_PREV: Include default bus number.
(edit) @64843   8 years vboxsync docs
(edit) @64837   8 years vboxsync VMM/HMVMXR0: Fix VM-exit history update to be done *after* successful …
(edit) @64828   8 years vboxsync VMM/TRPM: fixed warning
(edit) @64824   8 years vboxsync VMM/TRPM: Added 'trpmevent' dbg info command, useful and required esp. …
(edit) @64823   8 years vboxsync VMM/HMVMXR0: Comment to clear up confusing code paths.
(edit) @64797   8 years vboxsync VMM/HMVMXR0: Build fix when not using HMVMX_USE_FUNCTION_TABLE.
(edit) @64790   8 years vboxsync VMM/HMVMXR0: Fix new declarations in conditionally compiled code.
(edit) @64775   8 years vboxsync VMM/HMVMXR0: nits.
(edit) @64773   8 years vboxsync VMM/HMSVMR0: Fix INT3 based breakpoint intercept exits.
(edit) @64771   8 years vboxsync VMM/HMSVMR0: Unused param build fix.
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64769   8 years vboxsync VMM: Comment nit.
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64764   8 years vboxsync VMM/GIM: Doxygen nit.
(edit) @64723   8 years vboxsync DBGF: typo
(edit) @64722   8 years vboxsync DBGF: duh
(edit) @64720   8 years vboxsync DBGF: Added DBGFR3StepEx for simple step-over support as well as both …
(edit) @64696   8 years vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @64676   8 years vboxsync VMM/HMVMXR0: Pass 'rcRun' from VMLAUNCH/VMRESUME to …
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64662   8 years vboxsync VMM/APIC: Doxygen 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