search for: atsushi

Displaying 20 results from an estimated 26 matches for "atsushi".

2006 Dec 04
1
[PATCH] buildconfigsfor pvfb
...generated in linux-2.6.16.33-xen/.config automatically. See attachment defbuild.patch. Pae_new_config is used to build x86_32 with PAE enabled. Ping >-----Original Message----- >From: xen-ia64-devel-bounces@lists.xensource.com [mailto:xen-ia64-devel-bounces@lists.xensource.com] On Behalf Of Atsushi >SAKAI >Sent: 2006年12月4日 12:22 >To: xen-devel@lists.xensource.com; xen-ia64-devel@lists.xensource.com >Subject: [Xen-ia64-devel] [PATCH] buildconfigsfor pvfb > >Hi, > >This is a patch for Kconfig (PVFB related) changes. >Without this fixes, >user should reply at follow...
2008 Dec 08
10
[PATCH] Accurate vcpu weighting for credit scheduler
...dom4 88 After this patch applied, each domain has following %. dom1 25 dom2 25 dom3 49 dom4 99 This patch adds condition that "credit clear function" should work when vcpu is not runnable. sched_credit.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Thanks Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 02
3
Question about "Hosted Xen" Status
...t It does not contain enough information. 1)The code is available? 2)Would you show me the document URL about "Hosted Xen"? http://www.xen.org/files/xensummit_oracle09/IanKeirOpeningSlides.pdf#page=13 http://blog.xen.org/index.php/2009/02/27/xen-summit-update-ian-pratt-comments/ Thanks Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Apr 21
1
RE: [PATCH]Check the values of MAX_VIRT_CPUS and NR_CPUSfor SMP
>From: Keir Fraser >Sent: 2006年4月21日 14:41 > > >On 21 Apr 2006, at 02:31, Atsushi SAKAI wrote: > >> But the logical limit of the IA64 Max CPU is larger than 64. >> If someone change these values, some possibility make this error >again. >> >> To avoid this problem, I believe this check code should be exists. > >See how we solve this on x86 nea...
2007 Mar 01
7
hvm_init_ap_contexts
Why is there an argument returned in the function below (of hvm.h), knowing that there is void? static inline void hvm_init_ap_context(struct vcpu_guest_context *ctxt, int vcpuid, int trampoline_vector) { return hvm_funcs.init_ap_context(ctxt, vcpuid, trampoline_vector); } _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2006 Jul 28
6
[PATCH] ia64 buildconfig update
Hi Keir, This patch updates the ia64 buildconfigs, enabling pcifront for all kernels and pciback for -xen and -xen0. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@hp.com> --- diff -r 4833dc75ce4d buildconfigs/linux-defconfig_xen0_ia64 --- a/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28 17:52:57 2006 +0100 +++ b/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28
2006 Oct 25
3
[REQEST] about xentop -b
xentop "-b" options are duplicateded(--batch and --vbds). from xen-unstable 10623 Please fix it. http://xenbits.xensource.com/xen-unstable.hg?cs=856caf975abd Thanks, Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Nov 02
1
[patch][doc] adds console_timestamps discription
Hi, It adds console_timestamps discription. Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Anyway, Why Users'' manual version keeps Xen v3.0? Is there any reason? Thanks Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Apr 21
1
RE: [PATCH]Check the values of MAX_VIRT_CPUS and NR_CPUSfor SMP
...> >demand to give us enough idle vcpus for one per physical cpu. >> > >> > -- Keir >> >> Yes, that''s the same story on ia64 where we also allocate idle >> vcpu at do_boot_cpu(). That''s why I''m not sure the real cause >> for Atsushi''s issue. >No, we don''t create extra domains. Therefore it there are more CPUs >than >VCPUs, something goes wrong... > Yes, there''s only one idle domain now. However I''m not sure why something will go wrong when NR_CPUS > MAX_VIRT_CPUS. As long...
2006 May 24
0
[PATCH] Fix xc_tbuf_enable assumption.
...r) Adding previous command tbctl. This command switches tb_init_done =0 and 1. Comments are appreciated. This problem occured in following steps. 1)xentrace tb_init_done = 1 2)xentrace (problem occured at xc_tbuf_enable see above) After xentrace work, this problem occured. Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Thanks, Atsushi Sakai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jul 11
0
[PATCH][DOC] Scheduler default in Users Manual
This is a patch which intends for default scheduler changed in user''s manual. (from sedf to credit) Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Request: Credit scheduler has no description on glossary of terms (user''s manual appendix C:P67) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Apr 21
0
RE: [PATCH]Check the values of MAX_VIRT_CPUS and NR_CPUSfor SMP
...er physical cpu. >> >> > >> >> > -- Keir >> >> >> >> Yes, that''s the same story on ia64 where we also allocate idle >> >> vcpu at do_boot_cpu(). That''s why I''m not sure the real cause >> >> for Atsushi''s issue. >> > >> >No, we don''t create extra domains. Therefore it there are more >CPUs >> >than >> >VCPUs, something goes wrong... >> >> Yes, there''s only one idle domain now. However I''m not sure >> why s...
2008 May 22
1
which kernel-xen has tpmfront.c ?
Hi, In Fedora 8 kernel source code, I could find tpmback.c in drivers/xen But where is tpmfront.c? in old distribution? thank for any help. superbobo _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 May 12
0
[PATCH]fix xentrace
...se, this problem is also solved by using tbctl [0|1]. But this problem is already solved by xenmon.py without using tbctl command. This code is just moved from tools/xenmon/xenbaked.c(get_tbuf and misc settings) I hope these two tools (xenmon.py and xentrace) share the functions. Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Thanks, A.Sakai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Nov 26
1
[PATCH 3/3] makedumpfile/xen: Fail immediately if dump level is invalid
Do not try to process Xen crash dump if dump level is invalid. Fail immediately and print relevant error message. Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> --- makedumpfile.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/makedumpfile.c b/makedumpfile.c index b160cea..389efc5 100644 --- a/makedumpfile.c +++ b/makedumpfile.c @@ -64,6
2007 Mar 26
3
[PATCH] pciback: restore PCI BARs on D3->D0 transition
Ever since xen-unstable cset 14308 ("pci back: Fix registration of of filters on subsections of config space") I''ve been getting an MCA on the *2nd* boot of a driver domain using an e1000 NIC. Cset 14308 allowed the proper setup of the PM control registers, so the NIC is put in the D3 power state when the driver domain shuts down. Unfortunately, pci_set_power_state()
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...jan <asnagarajan@chromium.org> Ashwin Bihari <ashwin.bihari@logicpd.com> Asias He <asias@redhat.com> Asim Kadav <kadav@cs.wisc.edu> Assaf Azulay <assaf@ti.com> Assaf Krauss <assaf.krauss@intel.com> Atita Shirwaikar <atita.shirwaikar@intel.com> Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp> Atsushi Nemoto <anemo@mba.ocn.ne.jp> Atsushi Yamagata <yamagata@plathome.co.jp> Attila Fazekas <turul64@gmail.com> Attila Kinali <attila@kinali.ch> Attilio Rao <attilio.rao@citrix.com> Atul Deshmukh <atul...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...jan <asnagarajan@chromium.org> Ashwin Bihari <ashwin.bihari@logicpd.com> Asias He <asias@redhat.com> Asim Kadav <kadav@cs.wisc.edu> Assaf Azulay <assaf@ti.com> Assaf Krauss <assaf.krauss@intel.com> Atita Shirwaikar <atita.shirwaikar@intel.com> Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp> Atsushi Nemoto <anemo@mba.ocn.ne.jp> Atsushi Yamagata <yamagata@plathome.co.jp> Attila Fazekas <turul64@gmail.com> Attila Kinali <attila@kinali.ch> Attilio Rao <attilio.rao@citrix.com> Atul Deshmukh <atul...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...Nagarajan <ashok@cozybit.com> Ashwin Bihari <ashwin.bihari@logicpd.com> Asias He <asias@redhat.com> Asim Kadav <kadav@cs.wisc.edu> Assaf Azulay <assaf@ti.com> Assaf Krauss <assaf.krauss@intel.com> Atita Shirwaikar <atita.shirwaikar@intel.com> Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp> Atsushi Nemoto <anemo@mba.ocn.ne.jp> Attila Fazekas <turul64@gmail.com> Attila Kinali <attila@kinali.ch> Attilio Rao <attilio.rao@citrix.com> Atul Deshmukh <atul.deshmukh@qlogic.com> Auke Kok <auke-jan.h....
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Nagarajan <ashok@cozybit.com> Ashwin Bihari <ashwin.bihari@logicpd.com> Asias He <asias@redhat.com> Asim Kadav <kadav@cs.wisc.edu> Assaf Azulay <assaf@ti.com> Assaf Krauss <assaf.krauss@intel.com> Atita Shirwaikar <atita.shirwaikar@intel.com> Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp> Atsushi Nemoto <anemo@mba.ocn.ne.jp> Attila Fazekas <turul64@gmail.com> Attila Kinali <attila@kinali.ch> Attilio Rao <attilio.rao@citrix.com> Atul Deshmukh <atul.deshmukh@qlogic.com> Auke Kok <auke-jan.h....