VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13393   16 years vboxsync Updates for physical page aliases
(edit) @13392   16 years vboxsync Correction
(edit) @13390   16 years vboxsync Properly export the new functions.
(edit) @13388   16 years vboxsync Updates
(edit) @13387   16 years vboxsync First sketch of functionality to create guest physical address aliases.
(edit) @13366   16 years vboxsync Unnecessary checks removed
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12772   16 years vboxsync #1865: IOM.
(edit) @12688   16 years vboxsync #1865: EM - one pointer and statistics. Added a couple of more samples …
(edit) @12566   16 years vboxsync Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
(edit) @12561   16 years vboxsync IOM: Made some minor adjustments to the MMIO CPU registration context …
(edit) @12545   16 years vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @11458   16 years vboxsync Paranoia.
(edit) @11457   16 years vboxsync BT emulation bugfix.
(edit) @10602   16 years vboxsync Backed out previous changeset; no harm done there.
(edit) @10601   16 years vboxsync Fixed bogus return code check (string callback can fail if there's no …
(edit) @10600   16 years vboxsync Logging update
(edit) @10538   16 years vboxsync Fixed ring 3 mmio handling (unused previously).
(edit) @10473   16 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10382   16 years vboxsync Refuse huge (>= _4G) REP prefixed transfers.
(edit) @10381   16 years vboxsync Updates for 64 bits mmio.
(edit) @10379   16 years vboxsync MMIO: missing changes for 64 bits mode.
(edit) @10277   16 years vboxsync Deal with 8 byte movsx instructions.
(edit) @9837   16 years vboxsync build fix
(edit) @9836   16 years vboxsync Fixed some inconsistencies (thanks Frank)
(edit) @9835   16 years vboxsync build fix
(edit) @9833   16 years vboxsync qword accesses
(edit) @9776   16 years vboxsync Stat updates
(edit) @9774   16 years vboxsync IOM updates for 64 bits mode.
(edit) @9764   16 years vboxsync ins/outs correction for 64 bits mode.
(edit) @9713   16 years vboxsync More eip -> rip changes.
(edit) @9678   16 years vboxsync Rewrote SELMToFlatEx for long mode.
(edit) @9659   16 years vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   16 years vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9282   17 years vboxsync Type and cast corrections
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8234   17 years vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7815   17 years vboxsync Fixed wrong test in IOMMMIOHandler that caused assertions/bad stuff …
(edit) @7751   17 years vboxsync Simplified and cleaned up the MMIO code. - The R0 and GC MMIO range …
(edit) @7731   17 years vboxsync MMIO cleanup in progress.
(edit) @7723   17 years vboxsync DECLINLINE
(edit) @7686   17 years vboxsync Wrong prefix
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5625   17 years vboxsync still a bool return value
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4789   17 years vboxsync Also use host OS ioctls to go to ring 0 for hardware virtualization.
(edit) @4418   17 years vboxsync Reapplied 23986
(edit) @4416   17 years vboxsync Backed out 23986
(edit) @4414   17 years vboxsync Use PGMPhysRead/WriteGCPtrSafe to respect access handlers, set …
(edit) @4411   17 years vboxsync Disabled string io operations for ring 0 (hangs/crashes host). Debug …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3184   17 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3180   17 years vboxsync Inverted checks
(edit) @3179   17 years vboxsync Also check for 16 bits mode
(edit) @3178   17 years vboxsync Take 16 bits count in real or v86 mode.
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2879   18 years vboxsync compile fix
(edit) @2878   18 years vboxsync Only take the lower 16 bits from ecx when in real or v86 mode.
(edit) @2560   18 years vboxsync Return VINF_EM_RESCHEDULE_REM instead of VINF_IOM_HC_IOPORT_WRITE and …
(edit) @2504   18 years vboxsync Documented port I/O status code and fixed places where we didn't …
(edit) @2363   18 years vboxsync warning
(edit) @2297   18 years vboxsync svn:eol-style native
(edit) @2258   18 years vboxsync Removed leftover logging statement
(edit) @2256   18 years vboxsync Fixed io port access return check
(edit) @2220   18 years vboxsync Don't call the outs/ins string handler if we're only supposed to …
(edit) @2217   18 years vboxsync Added IOMInterpretINSEx & IOMInterpretOUTSEx. Support ins/outs …
(edit) @2201   18 years vboxsync Moved ins/outs handling to the VMMAll directory.
(edit) @2180   18 years vboxsync more verbose assertion
(edit) @2128   18 years vboxsync Enable movs emulation for ring 0.
(edit) @2121   18 years vboxsync Enable movs for ring 0. (not yet used)
(edit) @2117   18 years vboxsync SELMToFlatEx change. Enable 16 bits instruction emulation for MMIO
(edit) @1828   18 years vboxsync Cleaned up cpl checking.
(edit) @1359   18 years vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @1332   18 years vboxsync Wrong X86_EFL_VM test
(edit) @23   18 years vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 years vboxsync import
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