VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37810   13 years vboxsync more PCI passthrough fixes
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(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) @36574   14 years vboxsync PCI: some docs, todos
(edit) @36562   14 years vboxsync PCI: better logging, try to play nice with MSI
(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) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35685   14 years vboxsync Main, Device: passthrough conditional
(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) @34876   14 years vboxsync PCI: some infrastructure work
(edit) @34836   14 years vboxsync PCI: fix Windows device manage question marks
(edit) @34751   14 years vboxsync Typo.
(edit) @34750   14 years vboxsync PCI: Added pciirq dbg info command for old chipset.
(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) @34331   14 years vboxsync PCI: more 4.0 interfaces
(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
(edit) @33472   14 years vboxsync PCI: cleanup, fixes
(edit) @33419   14 years vboxsync PDM, PCI: save MSI-X page in saved state, multiple vectors in MSI, tweaks
(edit) @33370   14 years vboxsync PCI: don't put HDA to other slots
(edit) @33317   14 years vboxsync Windows build fix
(edit) @33315   14 years vboxsync one more
(edit) @33314   14 years vboxsync PCI, PDM: MSI-X support (absolutely untested)
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33215   14 years vboxsync PCI: fixed few MSI-related bugs, now SLES boots fine with MSI SATA
(edit) @33203   14 years vboxsync PCI: tight packing of builting devices into functions, chipset slot …
(edit) @33142   14 years vboxsync PCI: new bus implementation can be used with IDE controller too
(edit) @33127   14 years vboxsync PCI: bits
(edit) @32960   14 years vboxsync PCI: bad typo in PCI address computation, now Windows boots fine with MCFG
(edit) @32951   14 years vboxsync PCI: cleanup, bits
(edit) @32941   14 years vboxsync PCI: safety checks, cleaner code
(edit) @32935   14 years vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @32906   14 years vboxsync PCI: forgot another init
(edit) @32862   14 years vboxsync MSI: don't generate events if globally disabled
(edit) @32861   14 years vboxsync one more
(edit) @32860   14 years vboxsync PCI: MSI per-vector masking, saved states
(edit) @32822   14 years vboxsync one more of same kind
(edit) @32821   14 years vboxsync fix burn and fancy quote
(edit) @32820   14 years vboxsync PCI, PDM: initial drop of MSI support
(edit) @32779   14 years vboxsync APIC, PCI: started on MSI support (APIC side), cleanup
(edit) @32776   14 years vboxsync PCI: refactoring for PCIe work
(edit) @32765   14 years vboxsync PCI: Linux guests really access extended PCI space
(edit) @32715   14 years vboxsync PCI: unused vars
(edit) @32714   14 years vboxsync PCI: extended address space access
(edit) @32637   14 years vboxsync PCI: further MCFG work
(edit) @32557   14 years vboxsync PCI: saved state code in ICH9
(edit) @32491   14 years vboxsync ICH PCI: fixed long standing bug in device relocation code (IRQ was …
(edit) @32490   14 years vboxsync PIIX PCI: fixed long standing bug in device relocation code (IRQ was …
(edit) @32477   14 years vboxsync PCI: BIOS & ACPI work
(edit) @32471   14 years vboxsync Devices: refactoring, further PCI work
(edit) @32379   14 years vboxsync DevPciIch9: fixed expression
(edit) @32346   14 years vboxsync burn fix
(edit) @32342   14 years vboxsync PCI: typos, first functional version
(edit) @32280   14 years vboxsync PCI: BIOS init, rework
(edit) @32263   14 years vboxsync PCI work: registers, irqs, part of autoconfig
(edit) @32216   14 years vboxsync PCI: device assignment logic
(edit) @32152   14 years vboxsync PCI work: more docs, exact device config
(edit) @32147   14 years vboxsync Main, Device: fix saved states (PCI)
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @32037   14 years vboxsync PCI work: make ICH9 PCI an additional device, not alternative …
(edit) @31762   14 years vboxsync PCI: new implementation placeholders
(edit) @31336   14 years vboxsync PCI: Make additional config space bits read-only.
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