commit | 6181ec245529e0d40ac669fe3044eef3a9e19610 | [log] [tgz] |
---|---|---|
author | Orit Wasserman <owasserm@redhat.com> | Fri Mar 22 16:48:02 2013 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Tue Mar 26 13:32:33 2013 +0100 |
tree | 1a742a540af7dccce1a5463d6a7e64173ba9c14e | |
parent | cb88aa88d7e96cd12328915b33bf4a1bc054aa3f [diff] |
Add qemu_put_buffer_async This allows us to add a buffer to the iovec to send without copying it into the static buffer, the buffer will be sent later when qemu_fflush is called. Signed-off-by: Orit Wasserman <owasserm@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>