]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-io.c
qemu-io: Let command functions return error code
authorMax Reitz <mreitz@redhat.com>
Wed, 9 May 2018 19:42:59 +0000 (21:42 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 11 Jun 2018 14:18:45 +0000 (16:18 +0200)
commitb32d7a39af488d280ce5f02a2ed94871d696f87a
tree8c2782e7a13f9d46066b5720223f82923b8eb0d5
parentb444d0e9d1ae323fed1ef7c35a359ce064f36b32
qemu-io: Let command functions return error code

This is basically what everything else in the qemu code base does, so we
can do it here, too.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20180509194302.21585-3-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
include/qemu-io.h
qemu-io-cmds.c
qemu-io.c