VirtualBox

source: vbox/trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64355   8 years vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64328   8 years vboxsync DevPciIch9: Removed obsolete (we think) mapping restriction supposedly …
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63879   8 years vboxsync DevPciIch9: play safe with BAR64 handling, it applies only to MEM …
(edit) @63777   8 years vboxsync removed assertion
(edit) @63776   8 years vboxsync DevPciIch9: fixed condition in ich9pciBiosInitDevice()
(edit) @63773   8 years vboxsync DevPciIch9: fix in ich9pciSetRegionAddress() to only consider …
(edit) @63702   8 years vboxsync DevPciIch: use the proper constant here
(edit) @63685   8 years vboxsync PDM,DevPci*: Allow larger PCI region sizes.
(edit) @63667   8 years vboxsync Not intended.
(edit) @63666   8 years vboxsync Not so strict.
(edit) @63665   8 years vboxsync PCI: Take into account amount of RAM below/above 4GB when mapping …
(edit) @63663   8 years vboxsync DevPCI,DevPciIch9: sketched getting memory sizes above & below 4GB.
(edit) @63661   8 years vboxsync build fix
(edit) @63659   8 years vboxsync PCI: Enable mapping 64-bit BARs above 4GB.
(edit) @63658   8 years vboxsync PCI: Enable mapping 64-bit BARs above 4GB.
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @62889   8 years vboxsync Devices: warnings
(edit) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62631   8 years vboxsync ich9pciConfigWriteDev: Put the '~' operator outside the UINT32_C() …
(edit) @62630   8 years vboxsync Devices: unused parameter warnings.
(edit) @62389   8 years vboxsync PCI: fix limit check for 64-bit BAR index
(edit) @61770   8 years vboxsync PCI: Print INTx# to I/O APIC IRQ mapping information.
(edit) @58091   9 years vboxsync pciraw: integrate the changes to make MSI work, and assorted fixes and …
(edit) @57781   9 years vboxsync Devices/Bus/PCI: Improved BAR mapping sanity checking, including …
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56110   10 years vboxsync build fix
(edit) @56109   10 years vboxsync DevPciIch9: logging
(edit) @52530   10 years vboxsync ICH9: PCI IRQ disable bit has no effect on MSIs (#7505).
(edit) @51485   11 years vboxsync ICH9: Reset more, improved debug info output.
(edit) @51377   11 years vboxsync ICH9: A bit of logging to track MSI delivery.
(edit) @50654   11 years vboxsync Add some comments and minor cosmetics to improve chances of mere …
(edit) @50638   11 years vboxsync ich9pciWriteBarByte: minor cosmetic - we already have region pointer …
(edit) @50583   11 years vboxsync DevPciIch9.cpp: Qualify LogRel.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44796   12 years vboxsync DevPciIch9.cpp: Added a not about a lazy bird.
(edit) @44600   12 years vboxsync Annoying assertions.
(edit) @44508   12 years vboxsync Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
(edit) @43441   12 years vboxsync ICH9: Fix PCI bridge initialization
(edit) @41697   12 years vboxsync Debugger: Added "info pci" command PCI devices; added showing bus …
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39273   13 years vboxsync Updated help info, fixed a few innocent MSVC warnings.
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @38853   13 years vboxsync DevPciIch9.cpp: PDM provides locking via the helper interface, make …
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @36836   14 years vboxsync PCI: don't fail on extended caps access, just record
(edit) @36716   14 years vboxsync PCI: 64-bit BARs tweaks, release logs on device attach, allow extended …
(edit) @36678   14 years vboxsync PCI: cleanups, R3 mapping work
(edit) @36663   14 years vboxsync PCI: tweaks
(edit) @36288   14 years vboxsync Ich9: Remove the i82801 PCI-to-PCI bridge. It is completely unused and …
(edit) @36268   14 years vboxsync PCI: fixed issues with memory layout mismatch between RC and other …
(edit) @36253   14 years vboxsync PCI: further raw work
(edit) @36218   14 years vboxsync PCI: interrupts work
(edit) @36203   14 years vboxsync don't use doxygen comments to document code sections, they'll end up …
(edit) @36153   14 years vboxsync PCI: more raw and 64-bit BARs coding
(edit) @36138   14 years vboxsync PCI: some of 64-bit BARs support (many real cards do that)
(edit) @36124   14 years vboxsync PCI: code to perform host driver detach on Linux - not yet fully functional
(edit) @36116   14 years vboxsync ICH9/PciBridge: Use the secondary bus number during device init and …
(edit) @36092   14 years vboxsync PCI: simplified BIOS init, fixed routing for nontrivial topologies
(edit) @36079   14 years vboxsync PCI: cleanup, todos, raw PCI regions work
(edit) @35753   14 years vboxsync various nits.
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35397   14 years vboxsync PCI: minor ICH9 reset tweak
(edit) @35391   14 years vboxsync space
(edit) @35390   14 years vboxsync PCI: correct region clenup on reset
(edit) @35358   14 years vboxsync backed out 69217
(edit) @35357   14 years vboxsync VMM, Main: PCI passthrough work
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35258   14 years vboxsync PCI: ICH9 clear regions on reset, IRQs matching BIOS code
(edit) @34836   14 years vboxsync PCI: fix Windows device manage question marks
(edit) @34749   14 years vboxsync space
(edit) @34748   14 years vboxsync PCI: correct reset handlers
(edit) @34746   14 years vboxsync PCI: registers, better reset and relocation handlers
(edit) @34516   14 years vboxsync PCI: remove irrelevant bits from BARs addresses when printing
(edit) @34485   14 years vboxsync PCI: print interrupts and regions information about devices in 'info pci'
(edit) @34332   14 years vboxsync PCI: run BIOS init on each reset
(edit) @34302   14 years vboxsync PCI: run BIOS fake on reset in ICH9
(edit) @34301   14 years vboxsync PCI: interrupt mapping
(edit) @34299   14 years vboxsync PCI: fixed issue with bridge config space writes
(edit) @34268   14 years vboxsync PCI: some 64-bit BARs bits
(edit) @34231   14 years vboxsync PCI: allow arbitrary width BAR accesses
(edit) @34201   14 years vboxsync PCI: dead code removal
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33722   14 years vboxsync Main, PCI: uniform PCI slots management, please watch/report regressions
(edit) @33687   14 years vboxsync PCI: part 1 of PCI slots assignment logic in Main
(edit) @33606   14 years vboxsync PCI: add 2 bridges into ICH-9 chipset, more verbose topology printing
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33476   14 years vboxsync PCI: better logging, better access to non-existing devices
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