[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] libxl_check_device_model_version should return 0 or 1



# HG changeset patch
# User Stefano Stabellini <sstabellini@xxxxxxxxxxxxx>
# Date 1281368035 -3600
# Node ID 72ae90e325ea34e12fc06d9effb6f13fb5785d4a
# Parent  0232bc7c9544c1941c667e625526bc0bc4aa2a97
libxl_check_device_model_version should return 0 or 1

Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
 tools/libxl/libxl_utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 0232bc7c9544 -r 72ae90e325ea tools/libxl/libxl_utils.c
--- a/tools/libxl/libxl_utils.c Mon Aug 09 16:46:02 2010 +0100
+++ b/tools/libxl/libxl_utils.c Mon Aug 09 16:33:55 2010 +0100
@@ -614,5 +614,5 @@ int libxl_check_device_model_version(lib
         }
     }
 
-    return -1;
-}
+    return 0;
+}

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.