Re: [Qemu-devel] [PATCH v3 0/5] vhost-user-test: Fixes & code clean-up

2017-12-22 Thread Maxime Coquelin
On 12/21/2017 11:49 PM, Michael S. Tsirkin wrote: On Thu, Dec 21, 2017 at 10:21:20PM +0100, Maxime Coquelin wrote: Sorry, I missed to fixup the feature mask in patch 4, this is the only change in this v3. The two changes in v2 are fixing the features mask before the function rework, and rewor

Re: [Qemu-devel] [PATCH v3 0/5] vhost-user-test: Fixes & code clean-up

2017-12-21 Thread Michael S. Tsirkin
On Thu, Dec 21, 2017 at 10:21:20PM +0100, Maxime Coquelin wrote: > Sorry, I missed to fixup the feature mask in patch 4, > this is the only change in this v3. > > The two changes in v2 are fixing the features mask > before the function rework, and reword of commit message > of patch "vhost-user-te

[Qemu-devel] [PATCH v3 0/5] vhost-user-test: Fixes & code clean-up

2017-12-21 Thread Maxime Coquelin
Sorry, I missed to fixup the feature mask in patch 4, this is the only change in this v3. The two changes in v2 are fixing the features mask before the function rework, and reword of commit message of patch "vhost-user-test: extract read-guest-mem test from main loop" (Thanks Marc-André). This se