]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-char: qemu_chr_open_fd() can't fail, don't check
authorMarkus Armbruster <armbru@redhat.com>
Tue, 7 Feb 2012 14:09:11 +0000 (15:09 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 24 Feb 2012 15:06:57 +0000 (09:06 -0600)
commitd7378ee1c159ee0bf6deffa9e87020cb820af45c
treef5a5a5d089c566db079907df519dde4e47caf07c
parenta89dd6c32e4b7b6868c39cfc7deba95f3cf3ce94
qemu-char: qemu_chr_open_fd() can't fail, don't check

Cleaned up silently in commit aad04cd0, but that just got reverted.
Re-apply this part.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c