index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-07
hw/pci/aer: Add missing routing for AER errors
Jonathan Cameron
1
-1
/
+9
2023-03-07
hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
Jonathan Cameron
1
-0
/
+4
2023-03-07
pci: move acpi-index uniqueness check to generic PCI device code
Igor Mammedov
1
-0
/
+57
2023-03-07
pci: fix 'hotplugglable' property behavior
Igor Mammedov
1
-0
/
+8
2023-03-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
4
-62
/
+84
2023-03-02
hw/pci: Trace IRQ routing on PCI topology
Philippe Mathieu-Daudé
2
-0
/
+9
2023-03-02
pcie: set power indicator to off on reset by default
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-03-02
pcie: introduce pcie_sltctl_powered_off() helper
Vladimir Sementsov-Ogievskiy
1
-6
/
+10
2023-03-02
pcie: pcie_cap_slot_enable_power() use correct helper
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2023-03-02
pcie_regs: drop duplicated indicator value macros
Vladimir Sementsov-Ogievskiy
1
-6
/
+7
2023-03-02
pcie: pcie_cap_slot_write_config(): use correct macro
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2023-03-02
pci/shpc: refactor shpc_device_plug_common()
Vladimir Sementsov-Ogievskiy
1
-11
/
+8
2023-03-02
pci/shpc: pass PCIDevice pointer to shpc_slot_command()
Vladimir Sementsov-Ogievskiy
1
-8
/
+10
2023-03-02
pci/shpc: more generic handle hot-unplug in shpc_slot_command()
Vladimir Sementsov-Ogievskiy
1
-21
/
+31
2023-03-02
pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transition
Vladimir Sementsov-Ogievskiy
1
-15
/
+9
2023-03-02
pci/shpc: change shpc_get_status() return type to uint8_t
Vladimir Sementsov-Ogievskiy
1
-2
/
+5
2023-03-02
pci/shpc: set attention led to OFF on reset
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
3
-0
/
+37
2023-02-27
hw/pci: Fix a typo
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-17
net: Move the code to collect available NIC models to a separate function
Thomas Huth
1
-28
/
+1
2023-01-28
pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...
Igor Mammedov
1
-1
/
+1
2023-01-28
pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
Igor Mammedov
1
-0
/
+9
2023-01-28
pci: acpi: wire up AcpiDevAmlIf interface to generic bridge
Igor Mammedov
1
-0
/
+5
2023-01-28
pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
Igor Mammedov
2
-4
/
+5
2023-01-27
shpc: disallow unplug when power indicator is blinking
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2023-01-13
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
1
-3
/
+9
2023-01-13
hw/pci/pci_host: Trace config accesses on unexisting functions
Philippe Mathieu-Daudé
1
-0
/
+6
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
4
-3
/
+4
2022-12-21
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-11
/
+9
2022-12-21
pci: drop redundant PCIDeviceClass::is_bridge field
Igor Mammedov
1
-11
/
+9
2022-12-19
pci: Reject pcie_aer_inject_error -c with symbolic error status
Markus Armbruster
1
-0
/
+5
2022-12-19
pci: Improve do_pcie_aer_inject_error()'s error messages
Markus Armbruster
1
-15
/
+15
2022-12-19
pci: Rename hmp_pcie_aer_inject_error()'s local variable @err
Markus Armbruster
1
-17
/
+17
2022-12-19
pci: Inline do_pcie_aer_inject_error() into its only caller
Markus Armbruster
1
-35
/
+6
2022-12-19
pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
Markus Armbruster
4
-111
/
+112
2022-12-19
pci: Fix silent truncation of pcie_aer_inject_error argument
Markus Armbruster
1
-4
/
+5
2022-12-19
pci: Move pcibus_dev_print() to pci-hmp-cmds.c
Markus Armbruster
3
-38
/
+39
2022-12-19
pci: Deduplicate get_class_desc()
Markus Armbruster
1
-6
/
+3
2022-12-19
pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCI
Markus Armbruster
2
-1
/
+6
2022-12-19
pci: Make query-pci stub consistent with the real one
Markus Armbruster
2
-10
/
+1
2022-12-19
pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c
Markus Armbruster
2
-0
/
+127
2022-12-19
pci: Move QMP commands to new hw/pci/pci-qmp-cmds.c
Markus Armbruster
4
-182
/
+224
2022-12-19
pci: Clean up a few things checkpatch.pl would flag later on
Markus Armbruster
1
-3
/
+6
2022-12-16
pci: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2
-4
/
+4
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-1
/
+0
2022-12-14
qapi pci: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+0
2022-12-14
error: Drop a few superfluous ERRP_GUARD()
Markus Armbruster
1
-1
/
+0
2022-11-07
msix: Assert that specified vector is in range
Akihiko Odaki
1
-15
/
+9
2022-11-07
hw/pci: PCIe Data Object Exchange emulation
Huai-Cheng Kuo
2
-0
/
+368
[prev]
[next]