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
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2025-10-06
1
-13
/
+8
|
\
|
*
pci: Fix wrong parameter passing to pci_device_get_iommu_bus_devfn()
Zhenzhong Duan
2025-10-05
1
-10
/
+8
|
*
pcie_sriov: Fix broken MMIO accesses from SR-IOV VFs
Damien Bergamini
2025-10-05
1
-3
/
+0
*
|
migration: Remove error variant of vmstate_save_state() function
Arun Menon
2025-10-03
1
-1
/
+1
*
|
migration: push Error **errp into vmstate_load_state()
Arun Menon
2025-10-03
1
-1
/
+2
|
/
*
hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval
Shameer Kolothum
2025-09-16
1
-0
/
+31
*
hw/pci: Allow explicit function numbers in pci
Djordje Todorovic
2025-09-02
1
-6
/
+9
*
pci: skip reset during cpr
Steve Sistare
2025-06-11
1
-0
/
+5
*
vhost: Don't set vring call if guest notifier is unused
Huaitong Han
2025-06-02
1
-1
/
+1
*
pci: Add a PCI-level API for PRI
CLEMENT MATHIEU--DRIF
2025-06-01
1
-0
/
+66
*
pci: Add a pci-level API for ATS
CLEMENT MATHIEU--DRIF
2025-06-01
1
-0
/
+81
*
pci: Add a pci-level initialization function for IOMMU notifiers
CLEMENT MATHIEU--DRIF
2025-06-01
1
-0
/
+17
*
pci: Add an API to get IOMMU's min page size and virtual address width
CLEMENT MATHIEU--DRIF
2025-06-01
1
-0
/
+17
*
pci: Cache the bus mastering status in the device
CLEMENT MATHIEU--DRIF
2025-06-01
1
-10
/
+13
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2025-05-15
1
-25
/
+51
|
\
|
*
pcie_sriov: Allow user to create SR-IOV device
Akihiko Odaki
2025-05-14
1
-24
/
+38
|
*
hw/pci: Fix SR-IOV VF number calculation
Akihiko Odaki
2025-05-14
1
-1
/
+5
|
*
hw/pci: Do not add ROM BAR for SR-IOV VF
Akihiko Odaki
2025-05-14
1
-0
/
+8
*
|
hw/pci/pci.c: Turn DPRINTF into trace events
Gustavo Romero
2025-05-09
1
-13
/
+6
|
/
*
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-3
/
+3
*
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
Merge tag 'pull-vfio-20250306' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2025-03-07
1
-2
/
+91
|
\
|
*
hw/pci: Basic support for PCI power management
Alex Williamson
2025-03-06
1
-2
/
+91
*
|
qdev: Rename PropertyInfo member @name to @type
Markus Armbruster
2025-03-06
1
-1
/
+1
|
/
*
hw/pci: Assert a bar is not registered multiple times
Nicholas Piggin
2025-02-21
1
-0
/
+1
*
pcie_sriov: Register VFs after migration
Akihiko Odaki
2025-02-20
1
-0
/
+7
*
pcie_sriov: Reuse SR-IOV VF device instances
Akihiko Odaki
2025-02-20
1
-2
/
+12
*
hw/pci: Rename has_power to enabled
Akihiko Odaki
2025-01-13
1
-6
/
+11
*
hw/pci: Use -1 as the default value for rombar
Akihiko Odaki
2025-01-09
1
-1
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-3
/
+3
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/pci: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
hw/pci: Add pci_bus_add_fw_cfg_extra_pci_roots() helper
Philippe Mathieu-Daudé
2024-12-14
1
-0
/
+16
*
hw/pci: Have PCI_BUS implement TYPE_FW_CFG_DATA_GENERATOR_INTERFACE
Philippe Mathieu-Daudé
2024-12-14
1
-0
/
+37
*
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
[next]