VirtualBox

source: vbox/trunk/src/VBox/Devices/Bus

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @68594   7 年 vboxsync PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
(edit) @68423   7 年 vboxsync Devices/Bus/PCI,MSI-X: Fix static initialization of the MSI-X …
(edit) @68118   7 年 vboxsync Bus/PCI/MSI: Allow multiple vectors even with per vector masking …
(edit) @68090   7 年 vboxsync PCI/ICH9: Implement CFGM key to change the port type of a PCI express …
(edit) @68013   7 年 vboxsync VMMR0,PciRawR0,GVMMR0: More pGVM cleanups.
(edit) @67870   7 年 vboxsync PCI: Change PCI IRQ assignments to match previous behavior (previously …
(edit) @67709   7 年 vboxsync warning fix
(edit) @67708   7 年 vboxsync DevPCI.cpp: use the refactored PCI config space access code which …
(edit) @67707   7 年 vboxsync DevPciIch9.cpp: big config space access refactoring, eliminating the …
(edit) @67685   7 年 vboxsync DevPCI.cpp: implement the root bus reset callback, which is needed to …
(edit) @67682   7 年 vboxsync DevPCI/DevACPI/DevBusLogic: no code change, just use symbolic …
(edit) @67680   7 年 vboxsync DevPciIch9: also print base/sub class on 'info pci'
(edit) @67672   7 年 vboxsync Devices/Bus: fix logging errors which crept into the big cleanup
(edit) @67670   7 年 vboxsync DevPciIch9.cpp: build fix
(edit) @67668   7 年 vboxsync PDM: rip out the entire FakePCIBIOS support, no longer triggered from …
(edit) @67583   7 年 vboxsync PDM, DevPci, DevPciIch9: Need to trigger the FakePCIBIOS code later on …
(edit) @67562   7 年 vboxsync DevPciIch9.cpp: improve reset handling to be less broken (making less …
(edit) @66270   8 年 vboxsync Devices/Bus/MsiCommon.cpp: support devices with MSI, but without …
(edit) @65867   8 年 vboxsync DevPciIch9.cpp: when updating the mappings, refer to the (in the …
(edit) @65847   8 年 vboxsync Devices/Bus: use symbolic constant for _4K
(edit) @65845   8 年 vboxsync DevPciIch9.cpp: optionally turn the PCI-to-PCI bridge into a PCIe one …
(edit) @65844   8 年 vboxsync Devices/Bus: symbolic constants
(edit) @65820   8 年 vboxsync DevPciIch9: add a way to get the PDMPCIDEV structure of an …
(edit) @65708   8 年 vboxsync Devices/Bus: fixed small memory leaks on destruct
(edit) @65648   8 年 vboxsync gcc 7: Devices: fall thru
(edit) @65560   8 年 vboxsync DevPciIch9: use RT_MAKE_U64() to be on the safe side
(edit) @65558   8 年 vboxsync DevPciIch9: more information for prefetch memory in 'info pci'
(edit) @65557   8 年 vboxsync DevPciIch9.cpp: treat the low 4 bits of all base and limit registers …
(edit) @65540   8 年 vboxsync DevPciIch9: fix
(edit) @65538   8 年 vboxsync DevPciIch9.cpp: fix "supports 64-bit prefetchable decoding" value for …
(edit) @65532   8 年 vboxsync DevPciIch9: make the output of 'info pci' a little bit more like …
(edit) @65526   8 年 vboxsync DevPciIch9: when printing the bus topology, also print the …
(edit) @65516   8 年 vboxsync DevPciIch9: if we encode 64-bit prefetchable addresses, set the lower …
(edit) @65489   8 年 vboxsync DevPciIch9.cpp: implement init of prefetchable BARs
(edit) @65324   8 年 vboxsync DevPciIch9.cpp: only place prefetchable regions beyond 4GB, due to …
(edit) @65320   8 年 vboxsync DevPciIch9.cpp: use bus:dev.fn consistently for identifying PCI …
(edit) @65302   8 年 vboxsync PCI: Save and restore I/O region sizes and types so we can callback …
(edit) @65301   8 年 vboxsync PCI: Save and restore I/O region sizes and types so we can callback …
(edit) @65292   8 年 vboxsync DevPciIch9.cpp: Since the code can't deal with prefetchable memory …
(edit) @65286   8 年 vboxsync build fix
(edit) @65284   8 年 vboxsync DevPciIch9.cpp: warning fixes
(edit) @65283   8 年 vboxsync DevPciIch9.cpp (and minor other corresponding adaptions): eliminate …
(edit) @65101   8 年 vboxsync Devices: doxygen fixes
(edit) @65058   8 年 vboxsync Devices: doxygen fixes
(edit) @64909   8 年 vboxsync DevPciIch9.cpp: fix MMIO BAR mapping bug which crept into r111601, …
(edit) @64908   8 年 vboxsync DevPciIch9.cpp: play safe with PCI bridge BAR handling
(edit) @64863   8 年 vboxsync DevPciIch9: fix expression (and gcc warning)
(edit) @64862   8 年 vboxsync DevPciIch9: Improve BiosInit logic, handling bridges better (set up …
(edit) @64733   8 年 vboxsync pciR3MergedRegisterDeviceOnBus: Incorrect logrel-assertion condition …
(edit) @64707   8 年 vboxsync DevPciIch9: add bus topology information to "info pci", to …
(edit) @64706   8 年 vboxsync build fix
(edit) @64702   8 年 vboxsync DevPciIch9: Assert/LogRel on bad PCI bridge config. LogRel the PDM …
(edit) @64701   8 年 vboxsync ich9pciBiosInitBridgeTopology: VBOX_PCI_SUBORDINATE_BUS again.
(edit) @64700   8 年 vboxsync ich9pciBiosInitBridgeTopology: Missed VBOX_PCI_SUBORDINATE_BUS, now it …
(edit) @64699   8 年 vboxsync ich9pciBiosInitBridgeTopology: Missed VBOX_PCI_SUBORDINATE_BUS.
(edit) @64697   8 年 vboxsync DevPciIch9: Default to PDM bus numbering.
(edit) @64696   8 年 vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @64496   8 年 vboxsync DevPci: correct assertion in ich9pciUnampRegion.
(edit) @64481   8 年 vboxsync DevPci: fixed regression
(edit) @64476   8 年 vboxsync DevPci: Cleaning up (fake) pci bios init.
(edit) @64475   8 年 vboxsync DevPci: s/pGlobals/pPciRoot/.
(edit) @64474   8 年 vboxsync DevPci: Cleaning up (fake) pci bios init.
(edit) @64472   8 年 vboxsync DevPci: Cleaning up (fake) pci bios init.
(edit) @64471   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends.
(edit) @64469   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends.
(edit) @64468   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends.
(edit) @64467   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends.
(edit) @64466   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends.
(edit) @64465   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends (only moved, no …
(edit) @64464   8 年 vboxsync DevPci: Cleaning up ich9pciUpdateMappings and friends (only moved, no …
(edit) @64463   8 年 vboxsync DevPci: Cleaning up ich9pciConfigWriteDev.
(edit) @64462   8 年 vboxsync DevPci: build fix
(edit) @64461   8 年 vboxsync DevPci: Share devpciR3CommonDefaultConfigWrite.
(edit) @64460   8 年 vboxsync DevPci: Cleaning up ich9pciConfigWriteDev.
(edit) @64459   8 年 vboxsync DevPci: Cleaning up ich9pciConfigWriteDev.
(edit) @64458   8 年 vboxsync DevPci: Cleaning up ich9pciConfigWriteDev.
(edit) @64457   8 年 vboxsync DevPci: Cleaning up ich9pciConfigWriteDev.
(edit) @64456   8 年 vboxsync DevPci: Cleaning up ich9pciConfigWriteDev.
(edit) @64454   8 年 vboxsync DevPci: Cleaned up ich9pciConfigReadDev, eleminating unnecessary MSI …
(edit) @64453   8 年 vboxsync DevPci: Cleaning up ich9pciConfigReadDev.
(edit) @64452   8 年 vboxsync DevPci: Share the devpciR3CommonRestoreConfig.
(edit) @64451   8 年 vboxsync DevPci: Share the pfnSetConfigCallbacksR3 implementation.
(edit) @64450   8 年 vboxsync DevPci: Share I/O region regstration code.
(edit) @64424   8 年 vboxsync DevPci: Share debug info code for 'pci' and 'pciirq', the latter not …
(edit) @64423   8 年 vboxsync DevPci: Share location code, fixing missing pPciHlpRC relocation for …
(edit) @64421   8 年 vboxsync DevPci: Post ICH9PCIGLOBALS and PCIGLOBALS cleanups.
(edit) @64420   8 年 vboxsync DevPci: Post ICH9PCIGLOBALS and PCIGLOBALS cleanups.
(edit) @64419   8 年 vboxsync DevPci: Mmerged ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64418   8 年 vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64417   8 年 vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64416   8 年 vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64415   8 年 vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64414   8 年 vboxsync DevPCI: Moved ICH9PCIBUS to a common header (DevPciInternal.h) and use …
(edit) @64393   8 年 vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64392   8 年 vboxsync PDMPCIDEV: s/name/pszName/ everywhere, removing the legacy alias.
(edit) @64391   8 年 vboxsync PDMPCIDEV: s/devfn/uDevFn/ everywhere, removing the legacy alias.
(edit) @64390   8 年 vboxsync PDMPCIDEV: Dropped pDevIns as it isn't needed any longer.
(edit) @64387   8 年 vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64375   8 年 vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64373   8 年 vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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