Re: [RFC 4/9] KVM: KVM-VFIO: update user API to program forwarded IRQ

2014-08-27 Thread Eric Auger
On 08/26/2014 09:01 PM, Alex Williamson wrote: > On Mon, 2014-08-25 at 15:27 +0200, Eric Auger wrote: >> add new device group commands: >> - KVM_DEV_VFIO_DEVICE_ASSIGN_IRQ and >> KVM_DEV_VFIO_DEVICE_DEASSIGN_IRQ >> >> which enable to turn forwarded IRQ mode on/off. >> >> Signed-off-by: Eric Auger

Re: [RFC 4/9] KVM: KVM-VFIO: update user API to program forwarded IRQ

2014-08-26 Thread Alex Williamson
On Mon, 2014-08-25 at 15:27 +0200, Eric Auger wrote: > add new device group commands: > - KVM_DEV_VFIO_DEVICE_ASSIGN_IRQ and > KVM_DEV_VFIO_DEVICE_DEASSIGN_IRQ > > which enable to turn forwarded IRQ mode on/off. > > Signed-off-by: Eric Auger > --- > Documentation/virtual/kvm/devices/vfio.txt

[RFC 4/9] KVM: KVM-VFIO: update user API to program forwarded IRQ

2014-08-25 Thread Eric Auger
add new device group commands: - KVM_DEV_VFIO_DEVICE_ASSIGN_IRQ and KVM_DEV_VFIO_DEVICE_DEASSIGN_IRQ which enable to turn forwarded IRQ mode on/off. Signed-off-by: Eric Auger --- Documentation/virtual/kvm/devices/vfio.txt | 25 + arch/arm/include/uapi/asm/kvm.h