Re: [PATCH v8 3/6] kvm: Add IRQ source ID option to KVM_IRQFD

2012-08-15 Thread Alex Williamson
On Wed, 2012-08-15 at 16:49 +0300, Michael S. Tsirkin wrote: > On Fri, Aug 10, 2012 at 04:37:33PM -0600, Alex Williamson wrote: > > This allows specifying an IRQ source ID to be used when injecting an > > interrupt. When not specified KVM_USERSPACE_IRQ_SOURCE_ID is used. > > > > Signed-off-by: Al

Re: [PATCH v8 3/6] kvm: Add IRQ source ID option to KVM_IRQFD

2012-08-15 Thread Michael S. Tsirkin
On Fri, Aug 10, 2012 at 04:37:33PM -0600, Alex Williamson wrote: > This allows specifying an IRQ source ID to be used when injecting an > interrupt. When not specified KVM_USERSPACE_IRQ_SOURCE_ID is used. > > Signed-off-by: Alex Williamson > --- > > Documentation/virtual/kvm/api.txt |5 +++