Il 09/04/2013 13:38, Juan Quintela ha scritto: > And this > > > > is not needed if we just put the code inside add_to_iovec() no? > > Users of add_to_iovec() should not care if we are using vritev or > put_buffer() right.
I'm taking the opposite stance here. add_to_iovec() should not be called at all if using put_buffer. > and as a second note. Having qemu_put_buffer_async() calling > qemu_put_buffer() and qemu_put_buffer() calling qemu_put_buffer_async() > is ..... weird? Yes, in fact after this patch qemu_put_buffer() is not calling qemu_put_buffer_async() anymore. Paolo