summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+0
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé1-14/+0
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini1-31/+30
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster2-2/+2
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-7/+25
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum1-5/+19
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-0/+3
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-2/+6
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia1-11/+2
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson1-16/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson4-42/+47
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-1/+1
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-23/+26
2017-11-16pci: Initialize pci_dev->name before useAlexey Kardashevskiy1-1/+1
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost1-0/+12
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost1-0/+12
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn1-1/+1
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland1-1/+2
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt1-0/+2
2017-09-08pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland1-3/+15
2017-09-08pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland1-2/+8
2017-09-08hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov1-0/+46
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell1-2/+2
2017-08-31msix: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-30kvm: remove hard dependency on pciCornelia Huck2-0/+16
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-2/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-14hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-1/+1
2017-07-11hw/pci: define msi_nonbroken in pci-stubPhilippe Mathieu-Daudé1-0/+3
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi2-12/+10
2017-07-03pci: Convert to realizeMao Zhongyi2-11/+20
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi3-20/+4
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi5-11/+28
2017-07-03pci: Add comment for pci_add_capability2()Mao Zhongyi1-0/+6
2017-07-03pci: Clean up error checking in pci_add_capability()Mao Zhongyi1-5/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic2-2/+2
2017-06-06msix: trace control bit write opPeter Xu2-2/+12
2017-05-18pci: deassert intx when pci device unrealizeHerongguang (Stephen)1-0/+1
2017-05-08pci: Reduce scope of error injectionEric Blake1-2/+2
2017-05-08pci: Use struct instead of QDict to pass back parametersEric Blake1-18/+26
2017-04-04pci: Only unmap bus_master_enabled_region if was added previouslyAlexey Kardashevskiy1-2/+4
2017-03-29pci: Add missing drop of bus master AS referenceAlexey Kardashevskiy1-0/+2
2017-03-16hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum1-0/+14
2017-03-16hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum2-0/+8
2017-03-15pci: introduce a bus master containerJason Wang1-2/+7