search for: kuwamura

Displaying 20 results from an estimated 20 matches for "kuwamura".

Did you mean: kawamura
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
...h 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 Shin''ya _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Sep 05
1
[PATCH] xenmon: --ms_per_sample: check a negative value
...nt 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 Shin''ya _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 -0600 +++ b/tools/pygrub/src/pygrub Tue Apr 10 20:30:05...
2008 Jun 30
1
[PATCH] tools/python: fix TypeError for 17903:0728459b3c8d
...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 Shin''ya _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
...;david.vrabel@citrix.com> George Dunlap <george.dunlap@eu.citrix.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson.citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@novell.com> Keir Fraser <keir@xen.org> KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Olaf Hering <olaf@aepfle.de> Roger Pau Monne <roger.pau@entel.upc.edu> Shan Haitao <haitao.shan@intel.com> ------------------------------------------------------------ jobs: build-amd64...
2011 Feb 19
0
[xen-4.0-testing test] 5856: regressions - FAIL
...t-i386-xcpkern-i386-xl 15 guest-stop fail never pass version targeted for testing: xen 36a94c861250 baseline version: xen 996f7815b070 ------------------------------------------------------------ People who touched revisions under test: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> ------------------------------------------------------------ jobs: build-i386-xcpkern pass build-amd64 pass build-i386...
2011 Jul 17
0
[xen-4.1-testing test] 8111: regressions - FAIL
...b1b35 baseline version: xen edd38c84877e ------------------------------------------------------------ People who touched revisions under test: David Vrabel <david.vrabel@citrix.com> Ian Campbell <ian.campbell@citrix.com> Jan Beulich <jbeulich@novell.com> KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> ------------------------------------------------------------ jobs: build-amd64 pass build-i386 pass build-amd64-oldkern...
2012 Mar 24
0
[xen-4.0-testing test] 12413: regressions - FAIL
...version targeted for testing: xen cbe8948799bf baseline version: xen c41ab909f08e ------------------------------------------------------------ People who touched revisions under test: Jan Beulich <jbeulich@suse.com> Keir Fraser <keir@xen.org> KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> ------------------------------------------------------------ jobs: build-amd64 fail build-i386 pass build-amd64-oldkern...
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Jan 21
0
[PATCH] xentrace: XC_PAGE_SIZE should be used
Hi, 20827:fad80160c001 cannot be compiled on ia64: xentrace.c:647: error: ''PAGE_SIZE'' undeclared (first use in this function) This patch fixes it. Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Best regards, -- KUWAMURA Shin''ya _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Mar 29
3
Unable to find Python development headers
When running ./configure, I get the following error message: checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts
2007 Apr 13
0
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww15]
...: RHEL4 U2 (8P, with PV-on-HVM drivers) Scheduler : credit TEST RESULT DomU: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20061121 : 19/831 FAIL (see attachment) iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: (not tested) Best regards, KUWAMURA and Fujitsu members _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
2007 Dec 07
0
[IA64] Weekly benchmark results [ww49]
...1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass Best regards, KUWAMURA and Fujitsu members _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 03
0
[IA64] Weekly benchmark results [ww39]
...1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass Best regards, KUWAMURA Shin''ya and Fujitsu members _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 29
0
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww08]
...1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass Best regards, KUWAMURA and Fujitsu members _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
2007 Mar 02
0
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww09]
...: RHEL4 U2 (8P, with PV-on-HVM drivers) Scheduler : credit TEST RESULT DomU: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20061121 : 18/831 FAIL (see attachment) iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: (not tested) Best regards, KUWAMURA and Fujitsu members _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
2007 Jul 20
0
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww29]
...3 : Pass ltp-full-20061121 : 19/831 FAIL (see attachment) iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20061121 : 1/831 FAIL iozone3_191 : Pass lmbench-3.0-a5 : Pass Best regards, KUWAMURA and Fujitsu members _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
2008 Dec 12
0
[Xen-ia64-devel] [IA64] Weekly benchmark results [ww49]
...1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass DomVTi: unixbench4.1.0 : Pass bonnie++-1.03 : Pass ltp-full-20070930 : Pass iozone3_191 : Pass lmbench-3.0-a5 : Pass Best regards, KUWAMURA Shin''ya and Fujitsu members _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel