From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: [PATCH 0/5] more solidification work Date: Wed, 13 Jan 2010 16:14:50 +0000 Message-ID: <1263399295-19453-1-git-send-email-vincent.hanquez@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.6.6" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Vincent Hanquez List-Id: xen-devel@lists.xenproject.org --------------1.6.6 Content-Type: text/plain; charset="UTF-8"; format=fixed Content-Transfer-Encoding: quoted-printable more solidification work around return values in stubdom, invalid device kinds, and fix name to domid. nothing ground breaking but quite nice to have. Vincent Hanquez (5): add some return values testing in stubdom initialize enum to 1, to prevent defaulting to the 0 values when structure when not properly initialized by the client. add fuse around generic_device_add related to invalid kinds add error in disk_add if phystype is not recognized fix name to domid conversion. tools/libxl/libxl.c | 38 ++++++++++++++++++++++++++++--------= -- tools/libxl/libxl.h | 6 +++--- tools/libxl/libxl_device.c | 5 ++++- tools/libxl/libxl_internal.h | 4 ++-- tools/libxl/libxl_utils.c | 33 +++++++++++---------------------- tools/libxl/xl.c | 4 +--- 6 files changed, 49 insertions(+), 41 deletions(-) --------------1.6.6 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------1.6.6--