xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] more solidification work
@ 2010-01-13 16:14 Vincent Hanquez
  2010-01-13 16:14 ` [PATCH 1/5] add some return values testing in stubdom Vincent Hanquez
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vincent Hanquez @ 2010-01-13 16:14 UTC (permalink / raw)
  To: xen-devel; +Cc: Vincent Hanquez

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

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(-)


[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-13 16:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 16:14 [PATCH 0/5] more solidification work Vincent Hanquez
2010-01-13 16:14 ` [PATCH 1/5] add some return values testing in stubdom Vincent Hanquez
2010-01-13 16:14 ` [PATCH 2/5] initialize enum to 1, to prevent defaulting to the 0 values when structure when not properly initialized by the client Vincent Hanquez
2010-01-13 16:14 ` [PATCH 3/5] add fuse around generic_device_add related to invalid kinds Vincent Hanquez
2010-01-13 16:14 ` [PATCH 4/5] add error in disk_add if phystype is not recognized Vincent Hanquez
2010-01-13 16:14 ` [PATCH 5/5] fix name to domid conversion Vincent Hanquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).