Re: [Qemu-devel] [PATCH] vfio: check if host device supports INTx

2014-10-24 Thread Frank Blaschka
On Thu, Oct 23, 2014 at 08:26:51AM -0600, Alex Williamson wrote: > On Thu, 2014-10-23 at 10:21 +0200, Frank Blaschka wrote: > > On Wed, Oct 22, 2014 at 11:17:11AM -0600, Alex Williamson wrote: > > > On Wed, 2014-10-22 at 17:13 +0200, Frank Blaschka wrote: > > > > From: Frank Blaschka > > > > > >

Re: [Qemu-devel] [PATCH] vfio: check if host device supports INTx

2014-10-23 Thread Alex Williamson
On Thu, 2014-10-23 at 10:21 +0200, Frank Blaschka wrote: > On Wed, Oct 22, 2014 at 11:17:11AM -0600, Alex Williamson wrote: > > On Wed, 2014-10-22 at 17:13 +0200, Frank Blaschka wrote: > > > From: Frank Blaschka > > > > > > Let the kernel announce if INTx is available. Yes, there are platforms >

Re: [Qemu-devel] [PATCH] vfio: check if host device supports INTx

2014-10-23 Thread Frank Blaschka
On Wed, Oct 22, 2014 at 11:17:11AM -0600, Alex Williamson wrote: > On Wed, 2014-10-22 at 17:13 +0200, Frank Blaschka wrote: > > From: Frank Blaschka > > > > Let the kernel announce if INTx is available. Yes, there are platforms > > (e.g. s390) which do not support INTx. > > > > Signed-off-by: Fr

Re: [Qemu-devel] [PATCH] vfio: check if host device supports INTx

2014-10-22 Thread Alex Williamson
On Wed, 2014-10-22 at 17:13 +0200, Frank Blaschka wrote: > From: Frank Blaschka > > Let the kernel announce if INTx is available. Yes, there are platforms > (e.g. s390) which do not support INTx. > > Signed-off-by: Frank Blaschka > --- > hw/misc/vfio.c | 18 +- > 1 file changed

[Qemu-devel] [PATCH] vfio: check if host device supports INTx

2014-10-22 Thread Frank Blaschka
From: Frank Blaschka Let the kernel announce if INTx is available. Yes, there are platforms (e.g. s390) which do not support INTx. Signed-off-by: Frank Blaschka --- hw/misc/vfio.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hw/misc/vfio.c b/hw/misc/vf