VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17334   16 years vboxsync Introduced PDMDevHlpCanEmulateIoBlock
(edit) @17251   16 years vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @16021   16 years vboxsync PDM: Add new flags which will make the device notified first if the VM …
(edit) @14826   16 years vboxsync VMM: New DevHlp pfnMMIO2MapKernel for darwin/VT-x/VGA.
(edit) @13519   16 years vboxsync fixed return type (gcc found this bug)
(edit) @13373   16 years vboxsync Removed the new MMIO functionality. Will do it in a different way.
(edit) @13371   16 years vboxsync Some updates
(edit) @13368   16 years vboxsync Started with IOMR3MMIORegisterR3 extension for MMIO ranges backed by …
(edit) @13367   16 years vboxsync Added new devhlp functions.
(edit) @13074   16 years vboxsync - remaining bits of x2APIC, some SMP refinements in LAPIC
(edit) @13020   16 years vboxsync Knut-compatibility fixes
(edit) @13013   16 years vboxsync infrastructure work for X2APIC support
(edit) @13005   16 years vboxsync VMM/doxygen: More links.
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12976   16 years vboxsync PDM: fixed PDMAPICVERSION.
(edit) @12972   16 years vboxsync APIC versioning in features interface
(edit) @12970   16 years vboxsync #1865: PDMINS.
(edit) @12895   16 years vboxsync warnings
(edit) @12807   16 years vboxsync PDM - VMMDevHeap: PDM_DEVHLP_VERSION minor increment, GCPhysVMMDevHeap …
(edit) @12799   16 years vboxsync r=bird: cpuid -> idCpu like we use elsewhere (mixed case!).
(edit) @12689   16 years vboxsync - better macro docs - implemented eval command in Vbox shell
(edit) @12687   16 years vboxsync Started with VMM device heap for use with VT-x real-mode emulation. …
(edit) @12684   16 years vboxsync refactoring to simplify migration to per-CPU action flags
(edit) @12667   16 years vboxsync CPU id passed to interrupt callback, proper typing
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @12574   16 years vboxsync APIC: Added helper for calling VMMGetCpuId.
(edit) @12566   16 years vboxsync Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
(edit) @12562   16 years vboxsync pdmdev.h: Dumped the devhlp version (MMIO changes are incompatible).
(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) @12375   16 years vboxsync wtf
(edit) @12371   16 years vboxsync warnings
(edit) @11294   16 years vboxsync pdm: Retired PDMDEVINS_2_GCPTR.
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @11224   16 years vboxsync PDM: GC->RC, HC->R3 wrt PCI bus registration.
(edit) @11220   16 years vboxsync pdmdev.h: DECLRCCALLBACKMEMBER
(edit) @11219   16 years vboxsync #1865: DevAPIC.
(edit) @11169   16 years vboxsync #1865: PCI.
(edit) @11164   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11149   16 years vboxsync PDMDEVINS_2_RCPTR
(edit) @10661   16 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10492   16 years vboxsync Added PDMApicHasPendingIrq.
(edit) @10202   16 years vboxsync removed VBOX_WITH_PDM_LOCK
(edit) @9898   16 years vboxsync Removed warning
(edit) @9293   17 years vboxsync Enforce RTRCPTR usage.
(edit) @9243   17 years vboxsync 64 bits guests support both 32 & 64 bits pci devices
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7768   17 years vboxsync Added a VMState dev/usb/drvhlp.
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @5040   17 years vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4567   17 years vboxsync Documented limitations of address conversion helpers
(edit) @4560   17 years vboxsync Added PDMDevHlpPhysGCPtr2GCPhys
(edit) @4558   17 years vboxsync Added PDMDEVHLP::pfnPhysGCPtr2GCPhys
(edit) @4382   17 years vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @4012   17 years vboxsync Hooked up the PDMThread stuff.
(edit) @4011   17 years vboxsync fixed some header hacks.
(add) @3854   17 years vboxsync Splitting up pdm.h - export the fragments.
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