VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88306   4 years vboxsync VMM/PDMDevHlp: Added pfnSTAMDeregisterByPrefix. bugref:9890
(edit) @88290   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added CPUMGetGuestAddrWidths and PDM …
(edit) @88153   4 years vboxsync Intel IOMMU: bugref:9967 Skeleton bits.
(edit) @87906   4 years vboxsync AMD IOMMU: bugref:9654 Naming cleanup (uDeviceId -> idDevice etc.)
(edit) @87797   4 years vboxsync IPRT/include: Docs typos.
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87691   4 years vboxsync AMD IOMMU: bugref:9654 Replace IOMMU device lock with the PDM lock and …
(edit) @87477   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
(edit) @87371   4 years vboxsync AMD IOMMU: bugref:9654 Handle the case where an access might result in …
(edit) @87127   4 years vboxsync DMA,PDM: Pass the pDevIns of the caller to PDMDMAREG::pfnRegister. DMA …
(edit) @86661   4 years vboxsync AMD IOMMU: bugref:9654: Add PDM interfaces for …
(edit) @86621   4 years vboxsync AMD IOMMU: bugref:9654 Comment nit. Perhaps consider changing the …
(edit) @85713   4 years vboxsync vmm/pdmdev.h: Correction to r138488 that updates the right structure …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85007   4 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @84826   4 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84714   4 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84677   4 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84459   5 years vboxsync VMM/PDM: DBGF even tracing integration, bugref:9210 Integrates the …
(edit) @84431   5 years vboxsync AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.
(edit) @84332   5 years vboxsync PDMDevHlp: Add flags to the guest physical read/write helpers to let a …
(edit) @84170   5 years vboxsync AMD IOMMU: bugref:9654 Bits.
(edit) @83987   5 years vboxsync AMD IOMMU: bugref:9654 Naming nit.
(edit) @83941   5 years vboxsync AMD IOMMU: bugref:9654 Hook into PCIPhys[Read|Write] for intercepting …
(edit) @83850   5 years vboxsync AMD IOMMU: bugref:9654 R0 registration bits.
(edit) @83285   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83281   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83263   5 years vboxsync AMD IOMMU: bugref:9654 Skeletal bits.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82339   5 years vboxsync PDM: Doxygen fixes. bugref:9218
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82316   5 years vboxsync VMM(PDM,PGM,MM): MMIO2 cleanups. bugref:9218
(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) @82224   5 years vboxsync PDMDevHlp: Adding PDMDevHlpDriverReconfigure[|1|2] for the audio …
(edit) @82049   5 years vboxsync PDMDevHlp: Adding SSMR3HandleHostOSAndArch. bugref:9218
(edit) @82040   5 years vboxsync APIC,PDM: Split up APIC 'registration'. bugref:9218
(edit) @82039   5 years vboxsync APIC,PDM: Split up APIC 'registration'. bugref:9218
(edit) @81961   5 years vboxsync DevHPET,PDM: Split structures and refactored registration. bugref:9218
(edit) @81950   5 years vboxsync pdmdev.h: Doxygen comment. bugref:9218
(edit) @81948   5 years vboxsync IOAPIC,VMM: Made the pfnSetEoi and PDMIoApicBroadcastEoi functions …
(edit) @81938   5 years vboxsync DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
(edit) @81928   5 years vboxsync IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too. …
(edit) @81923   5 years vboxsync PDM: doxygen fixes. bugref:9218
(edit) @81921   5 years vboxsync DevPcBios: Converted and split up I/O port handlers. bugref:9218
(edit) @81911   5 years vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81853   5 years vboxsync PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to …
(edit) @81850   5 years vboxsync PDMDevHlp: Adding PDMDevHlpCritSectScheduleExitEvent. bugref:9218
(edit) @81772   5 years vboxsync PDMDevHlp: Adding PDMDevHlpIoPortCreateExAndMap. bugref:9218
(edit) @81764   5 years vboxsync SSM,PDMDevHlp: Exported volatile integer getter variants and added …
(edit) @81753   5 years vboxsync SSM,PDMDevHlp: Added volatile integer SSM getter variants so we can …
(edit) @81732   5 years vboxsync PDMDevHlp: Wrapped up the rest of the PDMR3Thread API. bugref:9218
(edit) @81719   5 years vboxsync PDMDevHlp: Adding PDMR3ThreadDestroy, removing unused pfnSTAMRegisterF …
(edit) @81706   5 years vboxsync PDMDevHlp: Doxygen fixes. bugref:9218
(edit) @81691   5 years vboxsync PDMDevHlpSTAMRegister: Will now add default name prefix to names not …
(edit) @81624   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81616   5 years vboxsync DevPlayground,pdmdev.h: Converted the playground sample device. …
(edit) @81590   5 years vboxsync pdmdev.h: Adding type-safer PDMDEVINS_2_DATA and PDMDEVINS_2_DATA_CC …
(edit) @81575   5 years vboxsync vmm/pdmdev.h: Added PDMDevHlpPCIIORegionCreateIo. bugref:9218
(edit) @81564   5 years vboxsync VMM/PDMDevHlp: Adding helpers for getting the mapping addresses of I/O …
(edit) @81555   5 years vboxsync PDMDevHlp: Added TMR3TimerSkip (for EHCI). bugref:9218
(edit) @81525   5 years vboxsync PDM/DevHlp: Adding PDMDevHlpTimerDestroy and …
(edit) @81519   5 years vboxsync DevSmc,PDM: Converted the SMC device to the new style. Converted …
(edit) @81511   5 years vboxsync pdmdev.h: PDMDevHlpMmioCreateAndMap and PDMDevHlpMmioCreateExAndMap. …
(edit) @81475   5 years vboxsync doxygen fixes
(edit) @81466   5 years vboxsync pdmdev.h: Added missing PDMDevHlpCritSectDelete. bugref:9218
(edit) @81406   5 years vboxsync PDM: Enabled PDM task code. Added bunch of new device helper …
(edit) @81382   5 years vboxsync PDMDEVHLPR3: Added PDMDevHlpTimerSetCritSect. bugref:9218
(edit) @81381   5 years vboxsync pdmdev.h: doxygen fix. 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) @81160   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) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80962   5 years vboxsync DevPci*,PDM: Doxygen fixes. bugrefx:9218
(edit) @80960   5 years vboxsync IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table …
(edit) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80722   5 years vboxsync PDM,PCI: More PDMPCIDEV related refactoring work, mainly concerned …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80673   5 years vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80537   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [scm] bugref:9218
(edit) @80533   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80253   5 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217
(edit) @80153   5 years vboxsync VMM/DBGF: Added argv style info handlers. USB devices only have …
(edit) @80118   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @77299   6 years vboxsync DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
(edit) @77253   6 years vboxsync PDM,PGM: -pedantic fixes. bugref:9172
(edit) @77251   6 years vboxsync PDM,PGM: doxygen fixes. bugref:9172
(edit) @77249   6 years vboxsync PDM,PGM: doxygen fixes. bugref:9172
(edit) @77241   6 years vboxsync VMM: Added dev helps for bulk page mapping locking. VMMDev will be …
(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) @76407   6 years vboxsync pdmdev.h: comment. bugref:9344
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