]> git.proxmox.com Git - qemu.git/commit
qemu-sockets: add Error ** to all functions
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Oct 2012 07:35:32 +0000 (09:35 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Oct 2012 11:54:55 +0000 (13:54 +0200)
commit7fc4e63ec018a0ef6d420ddb7f6cbf68387d4995
treef9c493c510f2a233ee1f89a9c068fa5fc56ef6c6
parent680d16dcb79f999fad3a652c5190d6a5c6ea10dd
qemu-sockets: add Error ** to all functions

This lets me adjust the clients to do proper error propagation first,
thus avoiding temporary regressions in the quality of the error messages.

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
nbd.c
qemu-char.c
qemu-sockets.c
qemu_socket.h
qga/channel-posix.c
ui/vnc.c