Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] xentrace: XC_PAGE_SIZE should be used"
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
flight 8091 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8091/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-intel 12 guest-localmigrate/x10 fail REGR. vs. 8071
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-xl-pcipt-intel 9
2011 Feb 19
0
[xen-4.0-testing test] 5856: regressions - FAIL
flight 5856 xen-4.0-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/5856/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-xcpkern-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 5691
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-win 16
2011 Jul 17
0
[xen-4.1-testing test] 8111: regressions - FAIL
flight 8111 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8111/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-amd 12 guest-localmigrate/x10 fail in 8104 REGR. vs. 8020
Tests which are failing intermittently (not blocking):
test-amd64-i386-rhel6hvm-amd 11 guest-localmigrate.2 fail pass in 8104
2012 Mar 24
0
[xen-4.0-testing test] 12413: regressions - FAIL
flight 12413 xen-4.0-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/12413/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-amd64 4 xen-build fail REGR. vs. 12202
build-amd64-pvops 4 kernel-build fail REGR. vs. 12202
build-amd64-oldkern 4
2006 Sep 05
1
[PATCH] xenmon: --ms_per_sample: check a negative value
Hi,
This patch adds the argument check of "--ms_per_sample=" option. For
"--ms_per_sample=", a negative value should be invalid.
e.g.
% xenmon.py -n --ms_per_sample=-1
usage: xenmon.py [options]
xenmon.py: error: option --ms_per_sample: invalid negative value: ''-1''
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
--
KUWAMURA
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi,
This patch removes the magic number "31" for readability. The number
"31" means the idle domain ID.
In detail:
- display the idle domain ID with "Idle" instead of "31"
- write to the file "log-idle.log" instead of "log-dom31.log".
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
Thanks,
--
KUWAMURA
2008 Jun 30
1
[PATCH] tools/python: fix TypeError for 17903:0728459b3c8d
Hi,
If `hda'' is used in a domain config file and domain-0 has /dev/hda,
creating the domain failed by TypeError:
File "//usr/lib/python/xen/xend/server/blkif.py", line 84, in
getDeviceDetails
(device_path, devid) = blkif.blkdev_name_to_number(dev)
TypeError: unpack non-sequence
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
--
KUWAMURA
2010 Jan 08
0
[PATCH] Sync Xen sysctl header for 20762:a1d0a575b4ba
Hi,
This patch fixes the following error:
File "usr/lib/python2.4/site-packages/xen/xend/XendNode.py", line 974, in xenschedinfo
sched_id = self.xc.sched_id_get()
Error: (13, ''Permission denied'')
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
--
KUWAMURA Shin''ya
_______________________________________________
Xen-devel mailing
2008 Oct 08
0
[PATCH] [IOEMU] [IA64] Fix memory size calculation on VT-i over 3GB memory
Hi,
VT-i domains have two memory holes: VGA I/O (under 1MB) and MMIO
(3GB-4GB). This patch calculates the correct memory size with them.
# This is based on xen-unstable 10936:a0b3cf802d99.
Original patch by Zhang xiantao <xiantao.zhang@intel.com>
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
Best regards,
--
KUWAMURA Shin''ya
2009 Feb 10
0
[PATCH] vtd: fix compilation error on ia64 for 19185:1eb6afcad849.
Hi,
The staging tree 19185:1eb6afcad849 cannot be compiled on ia64:
vtd.c: In function `alloc_pgtable_maddr'':
vtd.c:60: error: too few arguments to function `iommu_flush_cache_page''
The attached patch fixes it.
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
Best regards,
--
KUWAMURA Shin''ya
2007 Apr 11
3
[PATCH][RFC] Support GPT (GUID Partition Table)
Hi,
I made a patch for GPT support.
As you see, this patch uses ad-hoc approach.
If you give me an advice, it would be appreciated
Signed-off-by: Shinya Kuwamura <kuwa@jp.fujitsu.com>
Signed-off-by: Tomohiro Takahashi <takatom@jp.fujitsu.com>
Thanks,
Tomohiro Takahashi.
diff -r 1bde28f762a6 -r 8e08fd1ffa24 tools/pygrub/src/pygrub
--- a/tools/pygrub/src/pygrub Mon Apr 09 13:40:25
2007 Apr 05
2
Does xentrace write into buffers by default?
Hello,
I have a question about the way Xentrace takes a trace.
In previous versions of Xen, I took a trace by setting the size of buffers,
activating them and writing the information into a file (optional).
setsize 20
tbctl 1
xentrace /tmp/xentrace.dat
Now I''m using xen-unstable and I see that setsize is already integrated in
xentrace command.
My question is: does start/stop buffer is
2007 Jul 27
2
how to use xentrace and xentrace_format
2008 May 19
0
how to use xentrace and xentrace_format
Hi,
I have read a mail in the mail list about xentrace and
xentrace_format. But I am still puzzled on how to use them.
Could somebody give me an example about how to use xentrace and
xentrace_format.
What I have done is that:
1. Root:/# xentrace /var/perftests/xentrace.log
Then I use xentrace_format to get what I want
2. cat /var/perftests/xentrace.log | xentrace_format
2008 May 19
0
how to use xentrace and xentrace_format
Hi,
I have read a mail in the mail list about xentrace and
xentrace_format. But I am still puzzled on how to use them.
Could somebody give me an example about how to use xentrace and
xentrace_format.
What I have done is that:
1. Root:/# xentrace /var/perftests/xentrace.log
Then I use xentrace_format to get what I want
2. cat /var/perftests/xentrace.log | xentrace_format
2007 Apr 05
0
How to enable Xentrace in xen-unstable?
Hi,
I am using xen-unstable and interested to trace the hypervisor. In previous
versions, I was able to trace it by:
setsize 20
tbctl 1
xentrace /tmp/xentrace.dat
And these functions don''t exist in xen-unstable. xentrace --help shows that in
more recent versions the buffers'' size could be determined as a parameter for
xentrace. But I can not find any replacement for
2010 May 03
1
xentrace
Hi,
I've made some SAP benchmarks on my Xen system and discovered a huge difference in the performance of a "xened" SAP system compared to a native SAP system. Hence, I tried to figure out what might cause this 'overhead' and run a xentrace (listining to all events). Xentrace produced 24gb data and I converted it to 27gb human-readable data. After I gathered the
2006 Apr 15
1
xentrace failure...
Hello,
I''ve been trying to get xenmon.py and xentrace to work, but I consistently get
the following (on a couple of different machines/kernels):
kibab kibab # xentrace /root/xentrace.log
ERROR: Failure to get trace buffer pointer from Xen (22 = Invalid argument)
Did I miss an option that has to be turned on or something? Is there some
other setting that I need so that everything
2006 Aug 18
2
[PATCH] xentrace event mask for memory management class
Since TRC_MEM is defined as 0x000af000 in xen/include/public/trace.h,
TRC_MEM = TRC_SCHED | TRC_VMX. I feel strange about this. I do not
think scheduling is a part of memory management. Am I right?
If not, please tell me the background TRC_MEM is defined as TRC_SCHED
| TRC_VMX. If so, please apply this patch.
This patch defines TRC_MEM as an independent event mask. In addition,
xentrace
2008 Aug 21
0
[PATCH]fix a little problem in formats file of xentrace
This patch (attached) fixes a small problem in xentrace_format.
Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com>
Zhou Ting <ting.g.zhou@intel.com>
---
diff -r 0df3bf8aac1e tools/xentrace/formats
--- a/tools/xentrace/formats Mon Jun 16 16:35:17 2008 +0100
+++ b/tools/xentrace/formats Thu Aug 21 17:36:03 2008 +0800
@@ -23,8 +23,8 @@ 0x00081001 CPU%(cpu)d