VirtualBox

source: vbox/trunk/include/VBox/vmm/iom.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82311   5 years vboxsync IOM,PDMDevHlp: Kicked out the old I/O port code. bugref:9218
(edit) @82094   5 years vboxsync DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
(edit) @82026   5 years vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @81624   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81564   5 years vboxsync VMM/PDMDevHlp: Adding helpers for getting the mapping addresses of I/O …
(edit) @81433   5 years vboxsync IOM: Replaced IOMMMIOPhysHandler with the new version. bugref:9218
(edit) @81375   5 years vboxsync IOM,PDM,PCI: Making new MMIO code work with PCI. bugref:9218
(edit) @81333   5 years vboxsync IOM: More MMIO stuff, almost there now... bugref:9218
(edit) @81197   5 years vboxsync IOM: More MMIO code. bugref:9218
(edit) @81167   5 years vboxsync IOM: More MMIO work. Splitting out the I/O port related stuff from …
(edit) @81156   5 years vboxsync IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
(edit) @81136   5 years vboxsync IOM,RTC,PCI: Make the port parameter in the I/O port callbacks …
(edit) @80960   5 years vboxsync IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table …
(edit) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80649   5 years vboxsync IOM: I/O port statistics. bugref:9218
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80268   5 years vboxsync VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80090   5 years vboxsync VMM: Kicking out raw-mode - IOM. bugref:9517
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @71925   7 years vboxsync iom.h: Fixed buggy IOMMMIO_DOES_WRITE_MODE_ALLOW_QWORD macro (only …
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63682   8 years vboxsync PDM,IOM: MMIO range length is now a RTGCPHYS instead of uint32_t.
(edit) @62476   9 years vboxsync (C) 2016
(edit) @61768   9 years vboxsync #if IN_RING3 -> #ifdef IN_RING3.
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @58909   9 years vboxsync DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
(edit) @58903   9 years vboxsync DBGF: I/O and MMIO breakpoint API changes.
(edit) @58110   9 years vboxsync include,misc: Doxygen grouping adjustments, collecting all the VMM …
(edit) @56415   10 years vboxsync IOM: Do the single I/O fallback in the string APIs instead of having …
(edit) @56413   10 years vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56072   10 years vboxsync IOM: Moved some RC code into IOMRC.cpp.
(edit) @53615   10 years vboxsync doxygen fixes.
(edit) @50645   11 years vboxsync s/Port/Memory mapped/ in FNIOMMMIOWRITE and FNIOMMMIOFILL comments.
(edit) @48248   11 years vboxsync Comments.
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45301   12 years vboxsync IOM: Preparing to use read/write critsect.
(edit) @44626   12 years vboxsync DevAPIC.cpp,++: Changed the APIC MMIO registrations to let IOM handle …
(edit) @44573   12 years vboxsync IOM: Fixed IOMMMIO_FLAGS_WRITE_ONLY_DWORD and added …
(edit) @44564   12 years vboxsync IOM: Adding IOMMMIO_FLAGS_WRITE_ONLY_DWORD, fixing parameter validation.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44512   12 years vboxsync Documented locking on the remaining device callbacks.
(edit) @43961   12 years vboxsync VMM: Pass the VMCPU to IOMMMIOMapMMIOHCPage() as we already have it.
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @42451   12 years vboxsync iom.h: doc typos.
(edit) @40442   13 years vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @38677   13 years vboxsync IOM: MMIO instruction interpreter bug fixes.
(edit) @37636   14 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37452   14 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(add) @35361   14 years vboxsync fix OSE
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