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

[Xen-changelog] [xen-4.0-testing] tools/libxl: usbdevice should imply usb



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1280744217 -3600
# Node ID dbee8f645c47a468dbb5e0904312eb7a29b02fd3
# Parent  5ce32b6bf352176c00adf38bce63b3b539c32959
tools/libxl: usbdevice should imply usb

Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
xen-unstable changeset:   21844:ef495616b946
xen-unstable date:        Fri Jul 23 16:58:35 2010 +0100
---
 tools/libxl/libxl.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 5ce32b6bf352 -r dbee8f645c47 tools/libxl/libxl.c
--- a/tools/libxl/libxl.c       Mon Aug 02 11:16:31 2010 +0100
+++ b/tools/libxl/libxl.c       Mon Aug 02 11:16:57 2010 +0100
@@ -845,7 +845,7 @@ static char ** libxl_build_device_model_
             flexarray_set(dm_args, num++, "-boot");
             flexarray_set(dm_args, num++, info->boot);
         }
-        if (info->usb) {
+        if (info->usb || info->usbdevice) {
             flexarray_set(dm_args, num++, "-usb");
             if (info->usbdevice) {
                 flexarray_set(dm_args, num++, "-usbdevice");

_______________________________________________
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®.