Re: [Qemu-devel] [PATCH v3 05/46] ivshmem: factor out the incoming fifo handling

2015-09-23 Thread Marc-André Lureau
Hi On Tue, Sep 22, 2015 at 4:01 PM, Claudio Fontana wrote: > On 15.09.2015 18:07, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> Make a new function fifo_update_and_get() that can be reused by other >> functions (in next commits). >> >> Signed-off-by: Marc-André Lureau >> -

Re: [Qemu-devel] [PATCH v3 05/46] ivshmem: factor out the incoming fifo handling

2015-09-22 Thread Claudio Fontana
On 15.09.2015 18:07, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Make a new function fifo_update_and_get() that can be reused by other > functions (in next commits). > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c | 59 >

[Qemu-devel] [PATCH v3 05/46] ivshmem: factor out the incoming fifo handling

2015-09-15 Thread marcandre . lureau
From: Marc-André Lureau Make a new function fifo_update_and_get() that can be reused by other functions (in next commits). Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 59 --- 1 file changed, 39 insertions(+), 20 deletions(-) dif