Statistics
| Branch: | Revision:

root / util / iov.c @ 834574ea

History | View | Annotate | Download (11.3 kB)

# Date Author Comment
facf98ad 02/06/2013 04:29 pm Aneesh Kumar K.V

qemu/iovec: Don't assert if sbytes is zero

Since these values can possibly be sent from guest (for hw/9pfs), do a sanity check
on them. A 9p write request with 0 bytes caused qemu to abort without this patch

Signed-off-by: Aneesh Kumar K.V <>...

baacf047 01/12/2013 07:42 pm Paolo Bonzini

build: move libqemuutil.a components to util/

Signed-off-by: Paolo Bonzini <>