Re: [Qemu-devel] [PATCH] linux-user: fix inotify

2017-04-25 Thread Laurent Vivier
Ping? Laurent Le 02/03/2017 à 01:54, Laurent Vivier a écrit : > When a fd is opened using inotify_init(), a read provides > one or more inotify_event structures: > > struct inotify_event { > int wd; > uint32_t mask; > uint32_t cookie; > uint32_t len; >

Re: [Qemu-devel] [PATCH] linux-user: fix inotify

2017-03-01 Thread Philippe Mathieu-Daudé
On 03/01/2017 09:54 PM, Laurent Vivier wrote: When a fd is opened using inotify_init(), a read provides one or more inotify_event structures: struct inotify_event { int wd; uint32_t mask; uint32_t cookie; uint32_t len; char name[]; };

[Qemu-devel] [PATCH] linux-user: fix inotify

2017-03-01 Thread Laurent Vivier
When a fd is opened using inotify_init(), a read provides one or more inotify_event structures: struct inotify_event { int wd; uint32_t mask; uint32_t cookie; uint32_t len; char name[]; }; The integer fields must be byte-swapped to the