All of lore.kernel.org
 help / color / mirror / Atom feed
From: "James (song wei)" <jsong@novell.com>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH] fix bug in c/s 20332 Add commands to hotplug usb devices to hvm guests
Date: Mon, 14 Dec 2009 00:22:37 -0800 (PST)	[thread overview]
Message-ID: <26774299.post@talk.nabble.com> (raw)
In-Reply-To: <20091214080028.GG16033@reaktio.net>


Sorry, thanks Pasi!
-James

Signed-off-by: James Song Wei  <jsong@novell.com> 
diff -r b928797213ac tools/python/xen/xend/server/SrvDomain.py
--- a/tools/python/xen/xend/server/SrvDomain.py Fri Dec 11 09:17:09 2009
+0000
+++ b/tools/python/xen/xend/server/SrvDomain.py Mon Dec 14 16:18:27 2009
+0800
@@ -234,10 +234,10 @@
  
     def op_usb_del(self, op, req):
         self.acceptCommand(req)
-        return req.threadRequest(self.do_usb_add, op, req)
+        return req.threadRequest(self.do_usb_del, op, req)
 
     def do_usb_del(self, _, req):
-        return self.xd.domain_usb_add(self.dom.getName(), req)
+        return self.xd.domain_usb_del(self.dom.getName(), req)
 
     def render_POST(self, req):
         return self.perform(req)


Pasi Kärkkäinen wrote:
> 
> On Sun, Dec 13, 2009 at 06:53:46PM -0800, James (song wei) wrote:
>> 
>> Signed-off-by: James Song Wei  <jsong@novell.com> 
>> diff -r b928797213ac tools/python/xen/xend/server/SrvDomain.py
>> --- a/tools/python/xen/xend/server/SrvDomain.py Fri Dec 11 09:17:09 2009
>> +0000
>> +++ b/tools/python/xen/xend/server/SrvDomain.py Mon Dec 14 10:41:48 2009
>> +0800
>> @@ -234,7 +234,7 @@
>>   
>>      def op_usb_del(self, op, req):
>>          self.acceptCommand(req)
>> -        return req.threadRequest(self.do_usb_add, op, req)
>> +        return req.threadRequest(self.do_usb_del, op, req)
>>  
>>      def do_usb_del(self, _, req):
>>          return self.xd.domain_usb_add(self.dom.getName(), req)
>                                      ^^^
> 
> do_usb_del() is still using domain_usb_add() ..
> 
> -- Pasi
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
> 

-- 
View this message in context: http://old.nabble.com/-PATCH--fix-bug-in-c-s-20332-Add-commands-to-hotplug-usb-devices-to-hvm-guests-tp26772352p26774299.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

  reply	other threads:[~2009-12-14  8:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-14  2:53 [PATCH] fix bug in c/s 20332 Add commands to hotplug usb devices to hvm guests James (song wei)
2009-12-14  8:00 ` Pasi Kärkkäinen
2009-12-14  8:22   ` James (song wei) [this message]
2009-12-14  9:12     ` Pasi Kärkkäinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26774299.post@talk.nabble.com \
    --to=jsong@novell.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.