From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH 0/5] xl: console error handling improvements Date: Wed, 19 Mar 2014 14:28:49 +0000 Message-ID: <1395239334-19579-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org xl has some rather clone-and-hackish console client child handling. 1/5 xl: remove needless error checking from calls to xl_fork 2/5 xl: Introduce children[].description and 3/5 xl: Abolish vncviewer_child_report 4/5 xl: Remove clone-and-hack in do_daemonize 5/5 xl: console connection: Print errno value from exec