| Commit message (Expand) | Author | Age | Files | Lines |
* | vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it | BALATON Zoltan | 2021-02-21 | 1 | -1/+2 |
* | multi-process: create IOHUB object to handle irq | Jagannathan Raman | 2021-02-10 | 1 | -0/+3 |
* | pci: add romsize property | Paolo Bonzini | 2021-02-05 | 1 | -0/+1 |
* | hw/misc/pvpanic: add PCI interface support | Mihai Carabas | 2021-01-29 | 1 | -0/+1 |
* | pci: Let pci_dma_write() propagate MemTxResult | Philippe Mathieu-Daudé | 2020-12-10 | 1 | -2/+14 |
* | pci: Let pci_dma_read() propagate MemTxResult | Philippe Mathieu-Daudé | 2020-12-10 | 1 | -2/+14 |
* | pci: Let pci_dma_rw() propagate MemTxResult | Philippe Mathieu-Daudé | 2020-12-10 | 1 | -2/+16 |
* | pci: allocate pci id for nvme | Klaus Jensen | 2020-10-27 | 1 | -0/+1 |
* | pci: pass along the return value of dma_memory_rw | Klaus Jensen | 2020-10-27 | 1 | -2/+1 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 3 | -8/+4 |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 2 | -6/+2 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 5 | -24/+16 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 5 | -6/+14 |
* | pci: Move PCIBusClass typedef to pci.h | Eduardo Habkost | 2020-08-27 | 2 | -2/+3 |
* | hw/pci-host: save/restore pci host config register | Hogan Wang | 2020-07-27 | 1 | -0/+1 |
* | virtio-pci: Proxy for virtio-mem | David Hildenbrand | 2020-07-03 | 1 | -0/+1 |
* | pci: pci_create(), pci_create_multifunction() are now unused, drop | Markus Armbruster | 2020-06-15 | 1 | -3/+0 |
* | pci: New pci_new(), pci_realize_and_unref() etc. | Markus Armbruster | 2020-06-15 | 1 | -0/+5 |
* | pcie_root_port: Add hotplug disabling option | Julia Suvorova | 2020-03-08 | 2 | -1/+4 |
* | virtio-iommu-pci: Add virtio iommu pci support | Eric Auger | 2020-02-27 | 1 | -0/+1 |
* | hw/pci/pci_bridge: Fix typo in comment | Julia Suvorova | 2020-02-06 | 1 | -1/+1 |
* | ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge | Benjamin Herrenschmidt | 2020-02-02 | 1 | -0/+1 |
* | hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argument | Philippe Mathieu-Daudé | 2020-01-05 | 1 | -2/+2 |
* | hw/pci: Remove the "command_serr_enable" property | Thomas Huth | 2019-12-18 | 1 | -1/+1 |
* | pci: mark devices partially unplugged | Jens Freimann | 2019-10-29 | 1 | -0/+1 |
* | pci: add option for net failover | Jens Freimann | 2019-10-29 | 1 | -0/+3 |
* | net: add tulip (dec21143) driver | Sven Schnelle | 2019-10-29 | 1 | -0/+1 |
* | ipmi: Add PCI IPMI interfaces | Corey Minyard | 2019-09-20 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 2 | -2/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | include: Make headers more self-contained | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | pcie_root_port: Allow ACS to be disabled | Dr. David Alan Gilbert | 2019-07-30 | 1 | -0/+2 |
* | pcie: consistent names for function args | Michael S. Tsirkin | 2019-07-12 | 1 | -2/+2 |
* | virtio-pci: Proxy for virtio-pmem | Pankaj Gupta | 2019-07-04 | 1 | -0/+1 |
* | pcie: minor cleanups for slot control/status | Michael S. Tsirkin | 2019-07-01 | 1 | -1/+2 |
* | pcie: check that slt ctrl changed before deleting | Michael S. Tsirkin | 2019-07-01 | 1 | -1/+2 |
* | Supply missing header guards | Markus Armbruster | 2019-06-12 | 1 | -0/+5 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 4 | -4/+0 |
* | pci: Make is_bridge a bool | David Gibson | 2019-05-30 | 1 | -1/+1 |
* | pcie: Simplify pci_adjust_config_limit() | David Gibson | 2019-05-30 | 2 | -2/+7 |
* | pci: msix: move 'MSIX_CAP_LENGTH' to header file | Li Qiang | 2019-05-22 | 1 | -0/+2 |
* | pci: Simplify pci_bus_is_root() | David Gibson | 2019-05-21 | 2 | -2/+11 |
* | spapr: Drop duplicate PCI swizzle code | Greg Kurz | 2019-04-26 | 1 | -0/+4 |
* | pci: Allow PCI bus subtypes to support extended config space accesses | Greg Kurz | 2019-04-09 | 2 | -0/+3 |
* | gen_pcie_root_port: Add ACS (Access Control Services) capability | Knut Omang | 2019-03-13 | 1 | -0/+1 |
* | pcie: Add a simple PCIe ACS (Access Control Services) helper function | Knut Omang | 2019-03-13 | 2 | -0/+10 |
* | pci: Move NVIDIA vendor id to the rest of ids | Alexey Kardashevskiy | 2019-02-22 | 1 | -0/+2 |
* | pci/msi: export msi_is_masked() | Peter Xu | 2019-02-05 | 1 | -0/+1 |
* | pci/pcie: stop plug/unplug if the slot is locked | David Hildenbrand | 2019-01-15 | 1 | -0/+2 |