Re: [Qemu-devel] [PATCH v3 0/4] io: Various fixes around QIOChannel Features

2016-10-01 Thread Felipe Franciosi
> On 29 Sep 2016, at 17:32, Daniel P. Berrange wrote: > > On Thu, Sep 29, 2016 at 08:52:34AM -0700, Felipe Franciosi wrote: >> This series include four patches around the utilisation of QIOChannel >> features. The first patch actually fixes a bug, while the next two >> makes the test/set of feat

Re: [Qemu-devel] [PATCH v3 0/4] io: Various fixes around QIOChannel Features

2016-09-29 Thread Daniel P. Berrange
On Thu, Sep 29, 2016 at 08:52:34AM -0700, Felipe Franciosi wrote: > This series include four patches around the utilisation of QIOChannel > features. The first patch actually fixes a bug, while the next two > makes the test/set of features consistent by using helper functions. > The last patch adds

[Qemu-devel] [PATCH v3 0/4] io: Various fixes around QIOChannel Features

2016-09-29 Thread Felipe Franciosi
This series include four patches around the utilisation of QIOChannel features. The first patch actually fixes a bug, while the next two makes the test/set of features consistent by using helper functions. The last patch adds a test to verify that the bug has been fixed. Changes from v2: - Add a