VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @69111   7 years vboxsync (C) year
(edit) @69100   7 years vboxsync PDM/PGM: Return 0xff to devices.
(edit) @68993   7 years vboxsync VMM/PDMDevHlp.cpp: Build fix.
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @68594   7 years vboxsync PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
(edit) @68470   7 years vboxsync PDM: add new PDM device helper for sending a MSI directly (from all …
(edit) @67668   7 years vboxsync PDM: rip out the entire FakePCIBIOS support, no longer triggered from …
(edit) @65338   8 years vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @65299   8 years vboxsync PGM,PDM: Added API for reducing the size a MMIO2 or pre-registered …
(edit) @64844   8 years vboxsync PDMPCIDEVREG_DEV_NO_SAME_AS_PREV: Include default bus number.
(edit) @64696   8 years vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64406   8 years vboxsync PDMPCIDEVREG_DEV_NO_SAME_AS_PREV: Extended the search to previous PDM …
(edit) @64390   8 years vboxsync PDMPCIDEV: Dropped pDevIns as it isn't needed any longer.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64378   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64353   8 years vboxsync PDM: Added a pPciDev parameter to PDMDEVHLPR3::pfnMMIOExPreRegister.
(edit) @64344   8 years vboxsync pci: Start using VBOX_PCI_NUM_REGIONS; doxygen.
(edit) @64327   8 years vboxsync PGM: Allow pre-registered MMIO regions up to 1TB in size by using …
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63685   8 years vboxsync PDM,DevPci*: Allow larger PCI region sizes.
(edit) @63682   8 years vboxsync PDM,IOM: MMIO range length is now a RTGCPHYS instead of uint32_t.
(edit) @62643   8 years vboxsync VMMR3: warnings
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60407   9 years vboxsync PDMDevHlp.cpp: doxygen fixes.
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60381   9 years vboxsync VMM/PDM: APIC nit.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @59348   9 years vboxsync Audio: Implemented dynamic fallback support to NULL audio backends for …
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @56048   10 years vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @55899   10 years vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @54737   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @53797   10 years vboxsync Finally added PDMDevHlpGetCurrentCpuId.
(edit) @52670   10 years vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @51376   11 years vboxsync Fixed ancient typo.
(edit) @49812   11 years vboxsync VMM: fixed assertion in PDMDevHelpMMIO2Deregister()
(edit) @46788   11 years vboxsync VMM: Suspend and resume reasons.
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @45645   12 years vboxsync VMM/PDMDevHlp: Add helper to get the SUPDrv session handle (intended …
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44898   12 years vboxsync missing x.
(edit) @44897   12 years vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44691   12 years vboxsync Added a device helper for registering device registers with DBGF …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44510   12 years vboxsync PDM takes the RTC cirtical section before calling the PDMRTCREG …
(edit) @44508   12 years vboxsync Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @43765   12 years vboxsync PDM: Made PDMDevHlpTMTimeVirtGetNano consistent across contexts (see …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41847   12 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37452   13 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   13 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36157   14 years vboxsync VMM: fix for gcc 4.5
(edit) @36138   14 years vboxsync PCI: some of 64-bit BARs support (many real cards do that)
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35358   14 years vboxsync backed out 69217
(edit) @35357   14 years vboxsync VMM, Main: PCI passthrough work
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/PDMDevHlp.cpp
(edit) @34241   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
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