[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libxl: device_backend_callback() print rc on error
- To: Jason Andryuk <jandryuk@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 26 Apr 2023 10:39:09 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=N4eGMJQwvz7A42R68EwbdgpDYYbgEq5y8U1rWzi1CxQ=; b=RHZKa06Xd/0T9iLly6MNeysIwNw8UTwfy+cIW4BOkpCR+m7XWyGCFvua6x5joX+suEBxd2TSnrMa5VoeWF6u6xpDZgkHaK5P8qE1R82sODQmus2wfcd3WrRAlJp8tXdj9uSMFfHSmVlPUdKeyVxD0ldDERlWYPi1awkdf5Dibe9hUufJarNMIkExmo4G3Aa0oBXBrYq0GDo4mbUEhVgpSaIT3BZrlcZqL3SQw8lhLmqQws1aUvYJ3pU+TJvkv6EwtVY88sgvCeMrXQ5ZV5idMdZSWec5kEbvSqyx9bVPEs21r1uNy6qUCia2+NMgjwPSTat9LfLt6AQg8LupfO+8jw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YGlv30dhuPn0huxAgqoiMdrQ+0PpWjFL0Ep+BN05Lbswe+GzNkeLHVl3O4k1BnwERNYLhhH7YMVPlNi7unkdy7FHkXUy8WRYTDI413Fc4lSz9kQ8P/FEIuqwZCMyNJVd5T+CWCSdYnf8XVxN/+m5lAYN7YTgHGOW4D28pi9O0le00iVb771MtnV9qbE839DVLzYtZKy/MIuOPEo90o1DLY7MZB5egBDiXdxCg+aLtnrcF6c40hIKWLGBvmvrifQ8whDQNHEW5AOEY87vMQ7Yh9moyauWfsiyCij2TR7q4lefc5wcinNUr3MXJdtzd+N94/IR2dwK5ADbgNwJH8acJQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Wei Liu <wl@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 26 Apr 2023 08:39:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 25.04.2023 21:46, Jason Andryuk wrote:
> Print the rc when an error is found in device_backend_callback() so the
> user can have some idea of why things went wrong.
>
> Signed-off-by: Jason Andryuk <jandryuk@xxxxxxxxx>
> ---
> tools/libs/light/libxl_device.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
While patches which are part of a series should be sent as replies to the
cover letter, may I ask that you do not send individual patches as replies
to other (unrelated) patches (or, in general, really as replies to anything,
i.e. also not as replies to e.g. an earlier discussion)?
Thanks, Jan
|