]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-io: Fix recent UI updates
authorEric Blake <eblake@redhat.com>
Mon, 16 May 2016 16:43:01 +0000 (10:43 -0600)
committerMax Reitz <mreitz@redhat.com>
Thu, 19 May 2016 14:56:58 +0000 (16:56 +0200)
commit4ca1d3401b834662efddd12bd62ad80f5ef1ef05
treeaf5644b7cb800760d47f4227f952b01dfe765e2a
parent3a3086b72ab723de9e0ffd705d01b82a8a9f3e49
qemu-io: Fix recent UI updates

Commit 770e0e0e [*] tried to add 'writev -f', but didn't tweak
the getopt() call to actually let it work.  Likewise, commit
c2e001c missed implementing 'aio_write -u -z'.  The latter commit
also introduced a leak of ctx.

[*] does it sound "ech0e" in here? :)

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-id: 1463416983-28318-2-git-send-email-eblake@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
qemu-io-cmds.c