Re: [Qemu-devel] [PATCH v6 00/10] Convert msix_init() to error

2016-11-11 Thread Michael S. Tsirkin
On Sat, Nov 05, 2016 at 10:07:19AM +0800, Cao jin wrote: > v6 changelog: > 1. re-spin vfio-pci related code on patch 3: for -ENOTSUP, report & free > Error, >for other error, propagate the Error. (Marcel) I dropped this patchset for now, pls submit either patches that were tested, or note oth

Re: [Qemu-devel] [PATCH v6 00/10] Convert msix_init() to error

2016-11-09 Thread Marcel Apfelbaum
On 11/05/2016 04:07 AM, Cao jin wrote: v6 changelog: 1. re-spin vfio-pci related code on patch 3: for -ENOTSUP, report & free Error, for other error, propagate the Error. (Marcel) CC: Jiri Pirko CC: Gerd Hoffmann CC: Dmitry Fleytman CC: Jason Wang CC: Michael S. Tsirkin CC: Hannes Reinec

[Qemu-devel] [PATCH v6 00/10] Convert msix_init() to error

2016-11-04 Thread Cao jin
v6 changelog: 1. re-spin vfio-pci related code on patch 3: for -ENOTSUP, report & free Error, for other error, propagate the Error. (Marcel) CC: Jiri Pirko CC: Gerd Hoffmann CC: Dmitry Fleytman CC: Jason Wang CC: Michael S. Tsirkin CC: Hannes Reinecke CC: Paolo Bonzini CC: Alex Williamso