Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-13 Thread Alex Williamson
On Tue, 13 Sep 2016 09:21:17 +0200 Auger Eric wrote: > Hi Markus, > > On 13/09/2016 08:25, Markus Armbruster wrote: > > Alex Williamson writes: > > > >> On Mon, 12 Sep 2016 16:00:18 +0200 > >> Auger Eric wrote: > >> > >>> Hi Markus, > >>> > >>> On 12/09/2016 14:45, Markus Armbruster wrote

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-13 Thread Auger Eric
Hi Markus, On 13/09/2016 08:25, Markus Armbruster wrote: > Alex Williamson writes: > >> On Mon, 12 Sep 2016 16:00:18 +0200 >> Auger Eric wrote: >> >>> Hi Markus, >>> >>> On 12/09/2016 14:45, Markus Armbruster wrote: Eric Auger writes: > This patch converts VFIO PCI to realize

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Markus Armbruster
Alex Williamson writes: > On Mon, 12 Sep 2016 16:00:18 +0200 > Auger Eric wrote: > >> Hi Markus, >> >> On 12/09/2016 14:45, Markus Armbruster wrote: >> > Eric Auger writes: >> > >> >> This patch converts VFIO PCI to realize function. >> >> >> >> Also original initfn errors now are propagate

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Auger Eric
Hi, On 12/09/2016 22:05, Alex Williamson wrote: > On Mon, 12 Sep 2016 21:39:22 +0200 > Auger Eric wrote: > >> Hi, >> On 12/09/2016 18:17, Alex Williamson wrote: >>> On Mon, 12 Sep 2016 16:00:18 +0200 >>> Auger Eric wrote: >>> Hi Markus, On 12/09/2016 14:45, Markus Armbruster w

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Alex Williamson
On Mon, 12 Sep 2016 21:39:22 +0200 Auger Eric wrote: > Hi, > On 12/09/2016 18:17, Alex Williamson wrote: > > On Mon, 12 Sep 2016 16:00:18 +0200 > > Auger Eric wrote: > > > >> Hi Markus, > >> > >> On 12/09/2016 14:45, Markus Armbruster wrote: > >>> Eric Auger writes: > >>> > This

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Auger Eric
Hi, On 12/09/2016 18:17, Alex Williamson wrote: > On Mon, 12 Sep 2016 16:00:18 +0200 > Auger Eric wrote: > >> Hi Markus, >> >> On 12/09/2016 14:45, Markus Armbruster wrote: >>> Eric Auger writes: >>> This patch converts VFIO PCI to realize function. Also original initfn errors

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Alex Williamson
On Mon, 12 Sep 2016 16:00:18 +0200 Auger Eric wrote: > Hi Markus, > > On 12/09/2016 14:45, Markus Armbruster wrote: > > Eric Auger writes: > > > >> This patch converts VFIO PCI to realize function. > >> > >> Also original initfn errors now are propagated using QEMU > >> error objects. All er

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Auger Eric
Hi Markus, On 12/09/2016 14:45, Markus Armbruster wrote: > Eric Auger writes: > >> This patch converts VFIO PCI to realize function. >> >> Also original initfn errors now are propagated using QEMU >> error objects. All errors are formatted with the same pattern: >> "vfio: %s: the error descripti

Re: [Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-12 Thread Markus Armbruster
Eric Auger writes: > This patch converts VFIO PCI to realize function. > > Also original initfn errors now are propagated using QEMU > error objects. All errors are formatted with the same pattern: > "vfio: %s: the error description" Example: $ upstream-qemu -device vfio-pci upstream-qemu: -dev

[Qemu-devel] [PATCH 1/3] vfio/pci: conversion to realize

2016-09-06 Thread Eric Auger
This patch converts VFIO PCI to realize function. Also original initfn errors now are propagated using QEMU error objects. All errors are formatted with the same pattern: "vfio: %s: the error description" Subsequent patches will pass the error objects to - vfio_populate_device, - vfio_msix_early_