Re: [Qemu-devel] [PATCH] vfio-pci: Cleanup error_reports

2013-09-05 Thread Eric Blake
On 09/05/2013 04:41 PM, Alex Williamson wrote: >>> /* This can fail for an old kernel or legacy PCI dev */ >>> -DPRINTF("VFIO_DEVICE_GET_IRQ_INFO failure ret=%d\n", ret); >>> +DPRINTF("VFIO_DEVICE_GET_IRQ_INFO failure: %m\n"); >> >> %m is a glibc extension, and does not ex

Re: [Qemu-devel] [PATCH] vfio-pci: Cleanup error_reports

2013-09-05 Thread Alex Williamson
On Thu, 2013-09-05 at 16:37 -0600, Eric Blake wrote: > On 09/05/2013 04:29 PM, Alex Williamson wrote: > > Remove carriage returns and tweak formatting for error_reports. > > > > Signed-off-by: Alex Williamson > > --- > > hw/misc/vfio.c | 24 > > 1 file changed, 12 inse

Re: [Qemu-devel] [PATCH] vfio-pci: Cleanup error_reports

2013-09-05 Thread Eric Blake
On 09/05/2013 04:29 PM, Alex Williamson wrote: > Remove carriage returns and tweak formatting for error_reports. > > Signed-off-by: Alex Williamson > --- > hw/misc/vfio.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/hw/misc/vfio.c b/hw/mi

[Qemu-devel] [PATCH] vfio-pci: Cleanup error_reports

2013-09-05 Thread Alex Williamson
Remove carriage returns and tweak formatting for error_reports. Signed-off-by: Alex Williamson --- hw/misc/vfio.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hw/misc/vfio.c b/hw/misc/vfio.c index 730dec5..a73e7f5 100644 --- a/hw/misc/vfio.c ++