Searched hist:dc9f06ca81e6e16d062ec382701142a3a2ab3f7d (Results 1 – 5 of 5) sorted by relevance
/qemu/accel/stubs/ |
H A D | kvm-stub.c | dc9f06ca81e6e16d062ec382701142a3a2ab3f7d Thu Oct 15 13:44:52 UTC 2015 Pavel Fedin <p.fedin@samsung.com> 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>
|
/qemu/include/system/ |
H A D | kvm.h | dc9f06ca81e6e16d062ec382701142a3a2ab3f7d Thu Oct 15 13:44:52 UTC 2015 Pavel Fedin <p.fedin@samsung.com> 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>
|
/qemu/hw/vfio/ |
H A D | pci.c | dc9f06ca81e6e16d062ec382701142a3a2ab3f7d Thu Oct 15 13:44:52 UTC 2015 Pavel Fedin <p.fedin@samsung.com> 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>
|
/qemu/hw/virtio/ |
H A D | virtio-pci.c | dc9f06ca81e6e16d062ec382701142a3a2ab3f7d Thu Oct 15 13:44:52 UTC 2015 Pavel Fedin <p.fedin@samsung.com> 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>
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | dc9f06ca81e6e16d062ec382701142a3a2ab3f7d Thu Oct 15 13:44:52 UTC 2015 Pavel Fedin <p.fedin@samsung.com> 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>
|