index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcie: enable Extended tag field support
Marcin Juszkiewicz
2024-11-04
1
-0
/
+2
*
hw/pci: Add a busnr property to pci_props and use for acpi/gi
Jonathan Cameron
2024-11-04
1
-0
/
+14
*
pci: don't skip function 0 occupancy verification for devfn auto assign
Dongli Zhang
2024-09-11
1
-8
/
+9
*
softmmu: Support concurrent bounce buffers
Mattias Nissler
2024-09-09
1
-0
/
+8
*
Revert "hw/pci: Rename has_power to enabled"
Michael S. Tsirkin
2024-08-01
1
-7
/
+7
*
Revert "pcie_sriov: Reuse SR-IOV VF device instances"
Michael S. Tsirkin
2024-08-01
1
-1
/
+1
*
Revert "pcie_sriov: Register VFs after migration"
Michael S. Tsirkin
2024-08-01
1
-7
/
+0
*
Revert "hw/pci: Fix SR-IOV VF number calculation"
Michael S. Tsirkin
2024-08-01
1
-5
/
+1
*
Revert "pcie_sriov: Allow user to create SR-IOV device"
Michael S. Tsirkin
2024-08-01
1
-38
/
+24
*
pcie_sriov: Allow user to create SR-IOV device
Akihiko Odaki
2024-07-22
1
-24
/
+38
*
hw/pci: Fix SR-IOV VF number calculation
Akihiko Odaki
2024-07-22
1
-1
/
+5
*
hw/pci: Replace -1 with UINT32_MAX for romsize
Akihiko Odaki
2024-07-03
1
-4
/
+4
*
pcie_sriov: Register VFs after migration
Akihiko Odaki
2024-07-03
1
-0
/
+7
*
pcie_sriov: Reuse SR-IOV VF device instances
Akihiko Odaki
2024-07-03
1
-1
/
+1
*
hw/pci: Rename has_power to enabled
Akihiko Odaki
2024-07-03
1
-7
/
+7
*
HostIOMMUDevice: Store the aliased bus and devfn
Eric Auger
2024-06-24
1
-2
/
+6
*
hw/pci: Introduce pci_device_[set|unset]_iommu_device()
Yi Liu
2024-06-24
1
-0
/
+27
*
hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
Zhenzhong Duan
2024-06-24
1
-3
/
+45
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
*
hw/pci: Always call pcie_sriov_pf_reset()
Akihiko Odaki
2024-03-12
1
-0
/
+1
*
Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2024-02-02
1
-4
/
+6
|
\
|
*
pci: Switch bus reset to 3-phase-reset
Peter Maydell
2024-02-02
1
-4
/
+6
*
|
hw/pci: remove pci_nic_init_nofail()
David Woodhouse
2024-02-02
1
-72
/
+0
*
|
hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
David Woodhouse
2024-02-02
1
-0
/
+45
|
/
*
hw/pci: Constify VMState
Richard Henderson
2023-12-30
1
-4
/
+4
*
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-11-03
1
-5
/
+13
*
migration: Use vmstate_register_any()
Juan Quintela
2023-11-01
1
-1
/
+1
*
hw/pci: Clean up global variable shadowing of address_space_io variable
Philippe Mathieu-Daudé
2023-10-19
1
-16
/
+9
*
pci: SLT must be RO
Michael S. Tsirkin
2023-10-04
1
-1
/
+1
*
pci: Fix the update of interrupt disable bit in PCI_COMMAND register
Guoyi Tu
2023-08-11
1
-1
/
+1
*
hw/pci: add comment to explain checking for available function 0 in pci hotplug
Ani Sinha
2023-07-25
1
-3
/
+8
*
pcie: Specify 0 for ARI next function numbers
Akihiko Odaki
2023-07-10
1
-0
/
+2
*
hw/pci: warn when PCIe device is plugged into non-zero slot of downstream port
Ani Sinha
2023-07-10
1
-0
/
+20
*
hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()
Bernhard Beschow
2023-07-10
1
-4
/
+9
*
hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...
Bernhard Beschow
2023-07-10
1
-3
/
+4
*
pci: ROM preallocation for incoming migration
Vladimir Sementsov-Ogievskiy
2023-06-23
1
-33
/
+46
*
hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro
Philippe Mathieu-Daudé
2023-06-09
1
-3
/
+1
*
hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()
Bernhard Beschow
2023-06-07
1
-0
/
+2
*
hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
Leonardo Bras
2023-05-19
1
-0
/
+2
*
pci: pci_add_option_rom(): refactor: use g_autofree for path variable
Vladimir Sementsov-Ogievskiy
2023-05-19
1
-7
/
+1
*
pci: pci_add_option_rom(): improve style
Vladimir Sementsov-Ogievskiy
2023-05-19
1
-10
/
+9
*
pci: avoid accessing slot_reserved_mask directly outside of pci.c
Chuck Zmudzinski
2023-04-21
1
-0
/
+15
*
pci: move acpi-index uniqueness check to generic PCI device code
Igor Mammedov
2023-03-07
1
-0
/
+57
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2023-03-03
1
-0
/
+8
|
\
|
*
hw/pci: Trace IRQ routing on PCI topology
Philippe Mathieu-Daudé
2023-03-02
1
-0
/
+8
*
|
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
2023-03-01
1
-0
/
+17
|
/
*
hw/pci: Fix a typo
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
net: Move the code to collect available NIC models to a separate function
Thomas Huth
2023-02-17
1
-28
/
+1
*
pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...
Igor Mammedov
2023-01-28
1
-1
/
+1
*
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
2023-01-13
1
-3
/
+9
[next]