[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling
From: |
Cole Robinson |
Subject: |
[Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling |
Date: |
Tue, 5 May 2015 11:07:16 -0400 |
Minor fixes for unix socket error handling, see patches for details
v3:
Scoop up the v2 of patch 3
Fix checkpatch warnings
Cole Robinson (3):
vnc: Don't assert if opening unix socket fails
vnc: Tweak error when init fails
qemu-sockets: Report explicit error if unlink fails
ui/vnc.c | 6 ++++--
util/qemu-sockets.c | 7 ++++++-
2 files changed, 10 insertions(+), 3 deletions(-)
--
2.4.0
- [Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling,
Cole Robinson <=
- [Qemu-devel] [PATCH v3 3/3] qemu-sockets: Report explicit error if unlink fails, Cole Robinson, 2015/05/05
- [Qemu-devel] [PATCH v3 1/3] vnc: Don't assert if opening unix socket fails, Cole Robinson, 2015/05/05
- [Qemu-devel] [PATCH v3 2/3] vnc: Tweak error when init fails, Cole Robinson, 2015/05/05
- Re: [Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling, Eric Blake, 2015/05/05
- Re: [Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling, Gerd Hoffmann, 2015/05/06