VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @30195   14 年 vboxsync Added PDM_DEVREG_CLASS_HOST_DEV
(edit) @29521   15 年 vboxsync PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28319   15 年 vboxsync pdmdev: Made PDMDevHlpVMState available in R0 and RC.
(edit) @27935   15 年 vboxsync PDM: Document the pfnPowerOff behavior.
(edit) @27126   15 年 vboxsync PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
(edit) @26944   15 年 vboxsync PDM,IOM,TM: Added an optional per-device critsect for avoiding the …
(edit) @26939   15 年 vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26399   15 年 vboxsync pdmdev.h: Increase the major version when making incomaptible change …
(edit) @26376   15 年 vboxsync HPET: reworking locking per Knut suggestions
(edit) @26172   15 年 vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26169   15 年 vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26165   15 年 vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26164   15 年 vboxsync PDM: Cleaning up device & USB device registration code.
(edit) @26160   15 年 vboxsync PDM: s/pDevReg/pReg/g
(edit) @26159   15 年 vboxsync PDMDevHlpR3: Added LdrGetR[C0]InterfaceSymbols.
(edit) @26158   15 年 vboxsync TMR3UTCNow -> TMR3UtcNow + DevHlp.
(edit) @26157   15 年 vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 年 vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25995   15 年 vboxsync VMM: PDM infrastructure for HPET
(edit) @25893   15 年 vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 年 vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25741   15 年 vboxsync spaces
(edit) @25734   15 年 vboxsync build fix.
(edit) @25732   15 年 vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @24744   15 年 vboxsync PDM: Async reset notification handling as well.
(edit) @24740   15 年 vboxsync VMM, PDM: Need a AsyncNotificationCompleted helper so we can skip the …
(edit) @24730   15 年 vboxsync PDM: Implemented making device/driver/usb-device suspend and poweroff …
(edit) @24125   15 年 vboxsync DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
(edit) @23988   15 年 vboxsync pdmdev.h: Added PDMDevHlpSSMRegister3
(edit) @23915   15 年 vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
(edit) @22480   15 年 vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22277   15 年 vboxsync PDMDRVREG change (big changeset).
(edit) @21820   15 年 vboxsync ACPI: implement remappable PM device, better saved states, need some …
(edit) @21363   15 年 vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21217   15 年 vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @21188   15 年 vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @20847   15 年 vboxsync pdmdev.h: major version (not really important, but whatever).
(edit) @20835   15 年 vboxsync Interface for generating NMI & SMI added.
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   16 年 vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20094   16 年 vboxsync VBox/pdmdev.h: Retired pfnTMTimerCreateExternal.
(edit) @20093   16 年 vboxsync VBox/pdmdev.h: bumped PDM_DEVHLP_VERSION.
(edit) @20092   16 年 vboxsync DevAPIC,PDM: timer critsect.
(edit) @20087   16 年 vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @20056   16 年 vboxsync Backed out 47770 & 47771 (failed experiment)
(edit) @20037   16 年 vboxsync TPR read/write updates
(edit) @20001   16 年 vboxsync Cleaned up PDMGet/SetTPR.
(edit) @19475   16 年 vboxsync VMM: sending init IPI
(edit) @19468   16 年 vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19437   16 年 vboxsync SMP: send SIPI notification from APIC, let VM handle what really do
(edit) @19366   16 年 vboxsync Removed global VMM lock.
(edit) @19293   16 年 vboxsync DBGF,VMM: SMP refactoring of the DBGF disassembler code. Changed …
(edit) @19043   16 年 vboxsync VBox/pdmdev.h: The increase structure versions of the devhlps (no need …
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18660   16 年 vboxsync include/VBox: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.
(edit) @18645   16 年 vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18143   16 年 vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18101   16 年 vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @17334   16 年 vboxsync Introduced PDMDevHlpCanEmulateIoBlock
(edit) @17251   16 年 vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @16021   16 年 vboxsync PDM: Add new flags which will make the device notified first if the VM …
(edit) @14826   16 年 vboxsync VMM: New DevHlp pfnMMIO2MapKernel for darwin/VT-x/VGA.
(edit) @13519   16 年 vboxsync fixed return type (gcc found this bug)
(edit) @13373   16 年 vboxsync Removed the new MMIO functionality. Will do it in a different way.
(edit) @13371   16 年 vboxsync Some updates
(edit) @13368   16 年 vboxsync Started with IOMR3MMIORegisterR3 extension for MMIO ranges backed by …
(edit) @13367   16 年 vboxsync Added new devhlp functions.
(edit) @13074   16 年 vboxsync - remaining bits of x2APIC, some SMP refinements in LAPIC
(edit) @13020   16 年 vboxsync Knut-compatibility fixes
(edit) @13013   16 年 vboxsync infrastructure work for X2APIC support
(edit) @13005   16 年 vboxsync VMM/doxygen: More links.
(edit) @12978   16 年 vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 年 vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12976   16 年 vboxsync PDM: fixed PDMAPICVERSION.
(edit) @12972   16 年 vboxsync APIC versioning in features interface
(edit) @12970   16 年 vboxsync #1865: PDMINS.
(edit) @12895   16 年 vboxsync warnings
(edit) @12807   16 年 vboxsync PDM - VMMDevHeap: PDM_DEVHLP_VERSION minor increment, GCPhysVMMDevHeap …
(edit) @12799   16 年 vboxsync r=bird: cpuid -> idCpu like we use elsewhere (mixed case!).
(edit) @12689   16 年 vboxsync - better macro docs - implemented eval command in Vbox shell
(edit) @12687   16 年 vboxsync Started with VMM device heap for use with VT-x real-mode emulation. …
(edit) @12684   16 年 vboxsync refactoring to simplify migration to per-CPU action flags
(edit) @12667   16 年 vboxsync CPU id passed to interrupt callback, proper typing
(edit) @12653   16 年 vboxsync various files: doxygen fixes.
(edit) @12574   16 年 vboxsync APIC: Added helper for calling VMMGetCpuId.
(edit) @12566   16 年 vboxsync Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
(edit) @12562   16 年 vboxsync pdmdev.h: Dumped the devhlp version (MMIO changes are incompatible).
(edit) @12561   16 年 vboxsync IOM: Made some minor adjustments to the MMIO CPU registration context …
(edit) @12545   16 年 vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @12375   16 年 vboxsync wtf
(edit) @12371   16 年 vboxsync warnings
(edit) @11294   16 年 vboxsync pdm: Retired PDMDEVINS_2_GCPTR.
(edit) @11261   16 年 vboxsync #1865: DevPIC.
(edit) @11224   16 年 vboxsync PDM: GC->RC, HC->R3 wrt PCI bus registration.
(edit) @11220   16 年 vboxsync pdmdev.h: DECLRCCALLBACKMEMBER
(edit) @11219   16 年 vboxsync #1865: DevAPIC.
(edit) @11169   16 年 vboxsync #1865: PCI.
(edit) @11164   16 年 vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11149   16 年 vboxsync PDMDEVINS_2_RCPTR
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette