search for: kasai

Displaying 20 results from an estimated 21 matches for "kasai".

Did you mean: kasan
2007 Jun 29
3
[PATCH] Fix keymap for Japanese keyboard
Hi All, We tested with Japanese keyboard. Then, the local keys that was not able to be input with a Japanese keyboard was found. This patch added the key that was not able to be input to the keymap. The key that cannot be input is as follows. ・Katakana ・Eisu_Toggle Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com> Best Regards, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Oct 15
2
[PATCH] [IOEMU] Allow blktap to be able to be booted as systemvolume for PV-on-HVM(TAKE 3)
...out in the Xen community. ・All xvdN disk is looked like hdN. ・All tap disks are checked.(tap:aio, tap:sync, tap:vmdk, etc.) We cannot use blktap for the volume of the system with PV-on-HVM and are embarrassed. Could you apply this patch? Or, please give the comment to me. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Best Regards, -- Takanori Kasai ----- Original Message ----- From: "Kasai Takanori" <kasai.takanori@jp.fujitsu.com> To: "xen-devel" <xen-devel@lists.xensource.com> Sent: Thursday, July 12, 2007 9:13 AM Subject: [Xen-devel] [P...
2007 Oct 16
0
[PATCH][IOEMU] Fix to Allow blktap to be able to be booted as system volume for PV-on-HVM.
...booted as system bolume for PV-on-HVM. However, there was a problem that hdN and xvdN were not able to be specified at the same time. I made the patch to correct it as follows. - Whether hdN is defined first is checked. - If hdN is defined, xvdN is not replaced with hdN. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Best Regards, -- Takanori Kasai ----- Original Message ----- From: "Kasai Takanori" <kasai.takanori@jp.fujitsu.com> To: "You, Yongkang" <yongkang.you@intel.com>; "xen-devel" <xen-devel@lists.xensource.com> Se...
2007 Jun 19
2
[PATCH] Fix change of CDROM for block-configure command
Hi All, We contributed the problem when CD-ROM was changed as follows. There was especially no comment though we confirmed the correction method. Therefore, the patch that corrects these problems is contributed. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Best Regards, --- Takanori Kasai ----- Original Message ----- From: "Kasai Takanori" <kasai.takanori@jp.fujitsu.com> To: "xen-devel" <xen-devel@lists.xensource.com> Sent: Thursday, June 14, 2007 7:30 PM Subject: [Xen-devel]...
2006 Oct 20
5
[PATCH]Add the Japanese keymap for VNC Server.
Hi All, My name is Takanori Kasai. This is a first time to send mail. I found the key that was not able to be input to HVM Domain (VTx and VTi Domain) through VNC Server with Japanese keyboard. I think that it is a cause by lack of some keys in Japanese keymap and the key symbol table in qemu-dm. This patch is addition of the...
2007 Mar 20
16
Data broken during FTP test
Hi all, Currently we have severe problem and are struggling to investigate it. The problem is data broken. Reproduce pocess is following, 0. test FTP function between guest domain and FTP client(other PC). 1. put data from FTP client to guest domain. 2. get data from guest domain to FTP client. 3. compare put data and get data on FTP client. 4. repeat process from step1 to step3.
2006 Dec 22
7
[PATCH] qemu-dm monitor doesn''t support the quit command
...i All, It is natural that there is quit command in original QEMU. However, I don''t think that the HVM domain on Xen is necessary. Because there is a possibility of shutting down GuestOS due to the mistake. I think that I should prohibit the quit command of qemu-dm. Thanks -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Nov 28
8
[PATCH] Enable uppercase letters to be entered in QEMU monitor terminal
Changeset 10742:3e07ec30c445 made it possible to switch to the QEMU monitor terminal when using the VNC display protocol. Unfortunately the VNC key handling is rather crazy, so even if you have the shift key pressed, a VNC client will send a lowercase letter, expecting the server to interpret the state of the shift key as desired. Normally in HVM guests, the guest OS does this interpretation
2007 Jan 10
6
[PATCH] [PV-ON-HVM] Fix evtchn interface
...de helper methods However, the following errors occur if pv-on-hvm is done in insmod. This patch corrected this issue. --- # insmod xen-vbd.ko xen-vbd: Unknown symbol irq_to_evtchn_port insmod: error inserting ''xen-vbd.ko'': -1 Unknown symbol in module --- Thanks, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Dec 26
14
[PATCH] fix free of event channel in blkfront
...> block-attach -> block-detach -> ...) The block-attach command failed when repeating 256 times. It is because the channel had not been freed in blkfront. Therefore, it remain using the event channel. This patch is corrected to free the event channel in blkfront. Thanks -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 May 30
0
[PATCH] Exceed maximum number of ioemu''s NIC for VNIF.
...e. Even if the maximum number of ioemu NICs is exceeded when VNIF is used, the HVM domain should be able to be created. It was corrected that ioemu disregarded it when the maximum number of NIC was exceeded. It has been confirmed that the problem solves by this patch. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com> Best Regards, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jul 02
0
[PATCH] Fix keymap for Windows keys
...sted with Japanese keyboard. The Windows keys had been converted by mistake. It is opposite between right and left. ・Super_R -> Super_L ・Super_L -> Super_R This patch corrected the keymap to convert it. Even if the keymap is not corrected, it is the same working. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com> Best Regards, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Nov 06
0
[PATCH] [PV-ON-HVM] Fix evtchn of unbind_from_irqhandler()
Hi All, When xm block-detach command was done on PV-ON-HVM, the response of other disks was lost. It is because a wrong event channel was invalidated when detaching it. Not the evtchn number but the irq number is invalidated specifying it. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com> Best Regard, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com...
2016 Apr 25
1
copy of a share without path
Thank you for your message. I was not sure if the example (from here https://www.samba.org/samba/docs/using_samba/ch06.html) was incorrect or if I was missing something. Alexandre Klein Tanuki Software, Ltd. 6-18-10-4F Nishi-Kasai, Edogawa-ku Tokyo 134-0088 Japan Tel: +81-3-3878-3211 Fax: +81-3-3878-0313 http://www.tanukisoftware.com On Mon, Apr 25, 2016 at 5:34 PM, Rowland penny <rpenny at samba.org> wrote: > On 25/04/16 08:52, Alexandre Klein wrote: > >> Matthias, >> >> Sorry I should have w...
2016 Apr 25
3
copy of a share without path
...service_ok) WARNING: No path in service template12 - making it unavailable! And I'm unable to access "alex". But if I don't use "copy", then it works correctly: [alex] path = /home/alex valid users = alex Alexandre Klein Tanuki Software, Ltd. 6-18-10-4F Nishi-Kasai, Edogawa-ku Tokyo 134-0088 Japan Tel: +81-3-3878-3211 Fax: +81-3-3878-0313 http://www.tanukisoftware.com On Fri, Apr 22, 2016 at 5:10 PM, mathias dufresne <infractory at gmail.com> wrote: > How to use copy: > [template12] > writable = yes > browsable = yes > valid...
2006 Oct 18
21
[PATCH][RESEND] PV drivers for HVM guests
I am enclosing the patch I have been working on. I have tested this on sles9 (2.6.5) and RHEL 4 (2.6.9). The patch applies cleanly on ChangeSet 11635. This patch was cleaned up based on Ian''s and DOI''s work. Signed-off-by: K. Y. Srinivasan (ksrinivasan@novell.com) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2007 Jun 14
0
About change of CDROM
...Even if the name is the same, the content might be not same. Only when CDROM is exchanged, it is executed. When the same device is specified, should we check it? We want to correct not to check it. We have confirmed these problems are canceled by the appended patch. Best Regards, -- Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Apr 25
0
copy of a share without path
...navailable! > > And I'm unable to access "alex". > > But if I don't use "copy", then it works correctly: > [alex] > path = /home/alex > valid users = alex > > > > > Alexandre Klein > Tanuki Software, Ltd. > 6-18-10-4F Nishi-Kasai, Edogawa-ku > Tokyo 134-0088 Japan > Tel: +81-3-3878-3211 > Fax: +81-3-3878-0313 > http://www.tanukisoftware.com > > On Fri, Apr 22, 2016 at 5:10 PM, mathias dufresne <infractory at gmail.com> > wrote: > >> How to use copy: >> [template12] >> wri...
2016 Apr 21
2
copy of a share without path
Hello, Is the example for 'copy' ( https://www.samba.org/samba/docs/using_samba/ch06.html ) valid? [template] writable = yes browsable = yes valid users = andy, dave, jay When I'm trying a similar configuration, I can't log in and I have this message in log.smbd: WARNING: No path in service template - making it unavailable! It seems I need to add a path: [template]
2007 Oct 16
0
VMX status report against xen-unstable #16112 & linux-xen #259 -- 1 new issue.
Hi all, We found a new issue in latest changeset. HVM domain can not boot up if provide both "xvda" (no bootable OS) and "hda". Kasai would help to fix it soon. On PAE, two major issues: 2.6.23: kernel HVM Linux will boot failed if set acpi=1; SMP Fedora 7 can not be installed. On IA32E, no special bug. Yesterday''s Fedora 7 installation issue should be caused by small disk image. So I marked it to WONTFIX. New issues:...