Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.481
xend-fix-sendkey.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xend-fix-sendkey.patch of Package xen.481
Index: xen-4.4.1-testing/tools/python/xen/xend/server/SrvDomain.py =================================================================== --- xen-4.4.1-testing.orig/tools/python/xen/xend/server/SrvDomain.py +++ xen-4.4.1-testing/tools/python/xen/xend/server/SrvDomain.py @@ -78,7 +78,7 @@ class SrvDomain(SrvDir): def op_sysrq(self, _, req): self.acceptCommand(req) - return self.dom.send_sysrq(int(req.args['key'][0])) + return self.dom.send_sysrq(req.args['key'][0]) def op_wait_for_devices(self, _, req): self.acceptCommand(req)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor