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) @21134   15 years vboxsync IOMInterpretOUTSEx: Must clear u32Value before using iomRamRead to get …
(edit) @20722   15 years vboxsync More IOM locking and checks.
(edit) @20569   15 years vboxsync IOMAllMMIO.cpp: Fixed MMIO read statistics (iomMMIODoRead).
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20014   16 years vboxsync Compile fix
(edit) @20013   16 years vboxsync Typo
(edit) @19993   16 years vboxsync Proper handling of VMX_EXIT_APIC_ACCESS
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19677   16 years vboxsync Wrong assertions
(edit) @19676   16 years vboxsync More verbose assertions
(edit) @19474   16 years vboxsync MMIO locking
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18234   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one)
(edit) @18232   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
(edit) @18230   16 years vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @17533   16 years vboxsync iomRamWrite: Added a todo about access handlers and evil shadowing/tlb …
(edit) @17332   16 years vboxsync Partially backed out 43703
(edit) @17328   16 years vboxsync Deal with failed VINF_EM_RAW_EMULATE_IO_BLOCK attempts. Pointless to …
(edit) @16567   16 years vboxsync Disable MMIO optimization for non-VT-x/AMD-V modes completely.
(edit) @16465   16 years vboxsync Got rid of the aliased hack that directly manipulates shadow page …
(edit) @16458   16 years vboxsync Disabled attempt to sync aliased pages the proper way.
(edit) @16037   16 years vboxsync Don't assert for 8 byte stos/movs
(edit) @15996   16 years vboxsync Fixed wrong return code; broke MCP2 booting with AMD-V/VT-x
(edit) @15723   16 years vboxsync Another assertion correction
(edit) @15722   16 years vboxsync Adjusted assertion
(edit) @15096   16 years vboxsync typo
(edit) @15037   16 years vboxsync build fix.
(edit) @15036   16 years vboxsync iomMMIODoRead: Handle the _FF and _00 status codes, changed default …
(edit) @14075   16 years vboxsync The 64-bit MSC warning hunt stops for today.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13413   16 years vboxsync VMM: spaces mostly.
(edit) @13403   16 years vboxsync More checks
(edit) @13400   16 years vboxsync Extra checks
(edit) @13399   16 years vboxsync Minor update
(edit) @13398   16 years vboxsync Don't check disabled physical access handlers
(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.
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