Re: [Qemu-devel] [PATCH v5 2/3] hw/pci: Introduce pci_requester_id()

2015-10-18 Thread Michael S. Tsirkin
On Thu, Oct 15, 2015 at 02:05:16PM +0300, Pavel Fedin wrote: > 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 th

Re: [Qemu-devel] [PATCH v5 2/3] hw/pci: Introduce pci_requester_id()

2015-10-15 Thread Pavel Fedin
Hello! > You are merging all this through the KVM tree, right? To tell the truth, i don't know. :) I cc'ed everybody related, but from maintainers only you responded. You could agree, whose tree will take it. Or you could rip the set apart and each maintainer merges own pieces, it doesn't mat

Re: [Qemu-devel] [PATCH v5 2/3] hw/pci: Introduce pci_requester_id()

2015-10-15 Thread Michael S. Tsirkin
On Thu, Oct 15, 2015 at 02:05:16PM +0300, Pavel Fedin wrote: > 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 th

[Qemu-devel] [PATCH v5 2/3] hw/pci: Introduce pci_requester_id()

2015-10-15 Thread Pavel Fedin
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 re