From: "James (song wei)" <jsong@novell.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] fix bug in c/s 20332 Add commands to hotplug usb devices to hvm guests
Date: Sun, 13 Dec 2009 18:53:46 -0800 (PST) [thread overview]
Message-ID: <26772352.post@talk.nabble.com> (raw)
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)
--
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-tp26772352p26772352.html
Sent from the Xen - Dev mailing list archive at Nabble.com.
next reply other threads:[~2009-12-14 2:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 2:53 James (song wei) [this message]
2009-12-14 8:00 ` [PATCH] fix bug in c/s 20332 Add commands to hotplug usb devices to hvm guests Pasi Kärkkäinen
2009-12-14 8:22 ` James (song wei)
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=26772352.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.