qemu-patch-raspberry4/hw/i386/kvm
Pavel Fedin dc9f06ca81 kvm: Pass PCI device pointer to MSI routing functions
In-kernel ITS emulation on ARM64 will require to supply requester IDs.
These IDs can now be retrieved from the device pointer using new
pci_requester_id() function.

This patch adds pci_dev pointer to KVM GSI routing functions and makes
callers passing it.

x86 architecture does not use requester IDs, but hw/i386/kvm/pci-assign.c
also made passing PCI device pointer instead of NULL for consistency with
the rest of the code.

Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Message-Id: <ce081423ba2394a4efc30f30708fca07656bc500.1444916432.git.p.fedin@samsung.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-10-19 10:13:07 +02:00
..
apic.c kvm/apic: fix 2.2->2.1 migration 2014-12-15 12:21:02 +01:00
clock.c valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl 2014-12-15 12:21:01 +01:00
i8254.c valgrind/i386: avoid false positives on KVM_SET_PIT ioctl 2014-12-15 12:21:01 +01:00
i8259.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
ioapic.c hmp: added io apic dump state 2015-09-25 12:04:42 +02:00
Makefile.objs hw: move hw/kvm/ to hw/i386/kvm 2013-04-08 18:13:16 +02:00
pci-assign.c kvm: Pass PCI device pointer to MSI routing functions 2015-10-19 10:13:07 +02:00