qemu-e2k/hw/pci
Pavel Fedin a05f686ff3 hw/pci: Introduce pci_requester_id()
For GICv3 ITS implementation we are going to use requester IDs in KVM IRQ
routing code. This patch introduces reusable convenient way to obtain this
ID from the device pointer. The new function is now used in some places,
where the same calculation was used.

MemTxAttrs.stream_id also renamed to requester_id in order to better
reflect semantics of the field.

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <5814bcb03a297f198e796b13ed9c35059c52f89b.1444916432.git.p.fedin@samsung.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-10-19 10:13:07 +02:00
..
Makefile.objs
msi.c hw/pci: Introduce pci_requester_id() 2015-10-19 10:13:07 +02:00
msix.c hw/pci: Use pow2ceil() rather than hand-calculation 2015-09-07 14:19:00 +01:00
pci_bridge.c
pci_host.c
pci-stub.c
pci.c Fix bad error handling after memory_region_init_ram() 2015-09-18 14:39:29 +02:00
pcie_aer.c hw/pci: Introduce pci_requester_id() 2015-10-19 10:13:07 +02:00
pcie_host.c
pcie_port.c
pcie.c pcie: Set the "link active" in the link status register 2015-07-08 10:09:56 +03:00
shpc.c maint: remove unused include for strings.h 2015-09-11 10:21:38 +03:00
slotid_cap.c