VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @64661   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64597   8 years vboxsync VMM/PDM: Doxygen fix.
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64590   8 years vboxsync DBGFR3Flow: Small additions
(edit) @64589   8 years vboxsync DBGFR3Flow: Iterator API for the branch tables
(edit) @64588   8 years vboxsync DBGFR3Flow: Smaller fixes
(edit) @64587   8 years vboxsync doxygen fix
(edit) @64586   8 years vboxsync DBGFR3Flow: Started working on resolving indirect branches. Compilers …
(edit) @64582   8 years vboxsync VMMR3.def: Missing renaming from DBGFR3Cfg* to DBGFR3Flow*
(edit) @64563   8 years vboxsync DBGR3Flow: fixed a bug when splitting a basic block into two resulting …
(edit) @64559   8 years vboxsync Rename DBGFR3Cfg* to DBGFR3Flow* to avoid confusing with APIs for …
(edit) @64557   8 years vboxsync DBGFR3Cfg: Remove dump method and the associated code, not the right …
(edit) @64553   8 years vboxsync build fix cleanup
(edit) @64552   8 years vboxsync DBGFR3Cfg: Additions to the API
(edit) @64551   8 years vboxsync build fix
(edit) @64550   8 years vboxsync and another one
(edit) @64549   8 years vboxsync another windows build fix
(edit) @64548   8 years vboxsync windows build fix
(edit) @64547   8 years vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64546   8 years vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64545   8 years vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64530   8 years vboxsync VMM: typos
(edit) @64507   8 years vboxsync DBGFR3Cfg: Bugfixes, correctly split a basic block transferring any …
(edit) @64506   8 years vboxsync doxygen fix
(edit) @64505   8 years vboxsync doxygen fix
(edit) @64503   8 years vboxsync Windows build 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