Age | Commit message (Expand) | Author |
2023-11-01 | migration: Use vmstate_register_any() | Juan Quintela |
2023-10-19 | hw/pci: Clean up global variable shadowing of address_space_io variable | Philippe Mathieu-Daudé |
2023-10-04 | pcie_sriov: unregister_vfs(): fix error path | Vladimir Sementsov-Ogievskiy |
2023-10-04 | pci: SLT must be RO | Michael S. Tsirkin |
2023-09-20 | hw/pci: spelling fixes | Michael Tokarev |
2023-08-11 | pci: Fix the update of interrupt disable bit in PCI_COMMAND register | Guoyi Tu |
2023-08-03 | pci: do not respond config requests after PCI device eject | Yuri Benditovich |
2023-07-25 | hw/pci: add comment to explain checking for available function 0 in pci hotplug | Ani Sinha |
2023-07-14 | kconfig: Add PCIe devices to s390x machines | Cédric Le Goater |
2023-07-10 | pcie: Specify 0 for ARI next function numbers | Akihiko Odaki |
2023-07-10 | pcie: Use common ARI next function number | Akihiko Odaki |
2023-07-10 | pcie: Add hotplug detect state register to cmask | Leonardo Bras |
2023-07-10 | hw/pci: warn when PCIe device is plugged into non-zero slot of downstream port | Ani Sinha |
2023-07-10 | pcie: Release references of virtual functions | Akihiko Odaki |
2023-07-10 | hw/pci/pci: Remove multifunction parameter from pci_new_multifunction() | Bernhard Beschow |
2023-07-10 | hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti... | Bernhard Beschow |
2023-07-10 | hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro | Bernhard Beschow |
2023-07-10 | pcie: Add a PCIe capability version helper | Alex Williamson |
2023-06-23 | pci: ROM preallocation for incoming migration | Vladimir Sementsov-Ogievskiy |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-09 | hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro | Philippe Mathieu-Daudé |
2023-06-07 | hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs() | Bernhard Beschow |
2023-05-19 | hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0 | Leonardo Bras |
2023-05-19 | pci: pci_add_option_rom(): refactor: use g_autofree for path variable | Vladimir Sementsov-Ogievskiy |
2023-05-19 | pci: pci_add_option_rom(): improve style | Vladimir Sementsov-Ogievskiy |
2023-05-16 | hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB... | Jonathan Cameron |
2023-04-21 | pci: avoid accessing slot_reserved_mask directly outside of pci.c | Chuck Zmudzinski |
2023-03-11 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Peter Maydell |
2023-03-10 | pcie: Introduce pcie_sriov_num_vfs | Akihiko Odaki |
2023-03-07 | hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpers | Jonathan Cameron |
2023-03-07 | hw/pci/aer: Make PCIE AER error injection facility available for other emulat... | Jonathan Cameron |
2023-03-07 | hw/pci/aer: Add missing routing for AER errors | Jonathan Cameron |
2023-03-07 | hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register | Jonathan Cameron |
2023-03-07 | pci: move acpi-index uniqueness check to generic PCI device code | Igor Mammedov |
2023-03-07 | pci: fix 'hotplugglable' property behavior | Igor Mammedov |
2023-03-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-03-02 | hw/pci: Trace IRQ routing on PCI topology | Philippe Mathieu-Daudé |
2023-03-02 | pcie: set power indicator to off on reset by default | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pcie: introduce pcie_sltctl_powered_off() helper | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pcie: pcie_cap_slot_enable_power() use correct helper | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pcie_regs: drop duplicated indicator value macros | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pcie: pcie_cap_slot_write_config(): use correct macro | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pci/shpc: refactor shpc_device_plug_common() | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pci/shpc: pass PCIDevice pointer to shpc_slot_command() | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pci/shpc: more generic handle hot-unplug in shpc_slot_command() | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transition | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pci/shpc: change shpc_get_status() return type to uint8_t | Vladimir Sementsov-Ogievskiy |
2023-03-02 | pci/shpc: set attention led to OFF on reset | Vladimir Sementsov-Ogievskiy |
2023-03-01 | hw/xen: Support MSI mapping to PIRQ | David Woodhouse |
2023-02-27 | hw/pci: Fix a typo | Philippe Mathieu-Daudé |