WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] correctly handle errors in libxc

To: Xen Dev <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] correctly handle errors in libxc
From: aq <aquynh@xxxxxxxxx>
Date: Sun, 5 Jun 2005 09:56:08 +0900
Delivery-date: Sun, 05 Jun 2005 00:55:20 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=KU7tKNuGd6MMbo9TGnc6YRR01Um03daMoPpffddeZcED29Rl6HLKSU3JMUtv9VpdkajGTfg+srT1DtibSCaGusa5Fyc+kgZU6UOnzCywkPnJK//Y/feYLlgO84NZ5sdYhOawVoSgUaouZJvTprtkO1TK/bxBIhRQ7FxVacnsHQQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch (against -unstable ChangeSet@xxxxxxxxxx) prints to stderr
(instead of stdout) when some functions in xc_evtchn.c and xc_gnttab.c
fail.

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

$ diffstat fix1.patch 
 xc_evtchn.c |   11 ++++++-----
 xc_gnttab.c |   12 +++++-------
 2 files changed, 11 insertions(+), 12 deletions(-)

Attachment: fix1.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] correctly handle errors in libxc, aq <=