search for: 2a8eaba24bf0

Displaying 3 results from an estimated 3 matches for "2a8eaba24bf0".

2008 Feb 27
0
PATCH: Make QEMU send logs to stderr
...ed-off-by: Daniel P. Berrange <berrange@redhat.com> ioemu/keymaps.c | 4 ++-- ioemu/monitor.c | 2 +- ioemu/vl.c | 4 +--- python/xen/xend/image.py | 29 ++++++++++++++++++++++++++++- 4 files changed, 32 insertions(+), 7 deletions(-) Dan. diff -r 2a8eaba24bf0 tools/ioemu/keymaps.c --- a/tools/ioemu/keymaps.c Tue Feb 26 15:11:51 2008 +0000 +++ b/tools/ioemu/keymaps.c Wed Feb 27 15:26:53 2008 -0500 @@ -126,11 +126,11 @@ static kbd_layout_t *parse_keyboard_layo if (rest && strstr(rest, "numlock")) { add_to_key_range(&k->...
2008 Feb 28
0
[PATCH] Fix error message of xm suspend for Domain-0
Hi, This patch fixes a error message of xm suspend command for Domain-0. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan diff -r 2a8eaba24bf0 tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py Tue Feb 26 15:11:51 2008 +0000 +++ b/tools/python/xen/xend/XendDomain.py Thu Feb 28 14:23:39 2008 +0900 @@ -865,7 +865,7 @@ class XendDomain: raise XendInvalidDomain(domname) if...
2008 Feb 28
0
[PATCH] Remove duplicate setResume()
..../tools/python/xen/xend/XendDomainInfo.py 1394: def setResume(self, isresume): 1395- self._resume = isresume 1396- -- 1409: def setResume(self, state): 1410- self._resume = state 1411- Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan diff -r 2a8eaba24bf0 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Tue Feb 26 15:11:51 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Feb 28 18:27:49 2008 +0900 @@ -1406,9 +1406,6 @@ class XendDomainInfo: def setWeight(self, cpu_weight): self.info[...