Re: [Qemu-devel] [PATCH v5 11/11] spapr-vfio: enable for spapr

2014-03-19 Thread Alex Williamson
On Wed, 2014-03-12 at 16:52 +1100, Alexey Kardashevskiy wrote: > This turns the sPAPR support on and enables VFIO container use > in the kernel. > > Signed-off-by: Alexey Kardashevskiy > --- > Changes: > v5: > * multiple returns converted to gotos > > v4: > * fixed format string to use %m which

[Qemu-devel] [PATCH v5 11/11] spapr-vfio: enable for spapr

2014-03-11 Thread Alexey Kardashevskiy
This turns the sPAPR support on and enables VFIO container use in the kernel. Signed-off-by: Alexey Kardashevskiy --- Changes: v5: * multiple returns converted to gotos v4: * fixed format string to use %m which is a glibc extension: "Print output of strerror(errno). No argument is required." ---