Re: [libvirt] Question about the specification of virsh vcpupinand virsh vcpuinfo in libvirt-0.6.1.

2009-04-20 Thread Takahashi Tomohiro
Hi, Would you give me a comment on this patch? If not, please apply it. Thanks, Tomohiro Takahashi. Takahashi Tomohiro wrote: Hi Daniel-san, Thank you for your reply. virsh doesn't place any restrictions on whether those commands can be run on inactive guests. It should just try the API

Re: [libvirt] Question about the specification of virsh vcpupin and virsh vcpuinfo in libvirt-0.6.1.

2009-04-14 Thread Takahashi Tomohiro
01, 2009 at 03:53:16PM +0900, Takahashi Tomohiro wrote: Hi, I have questions. I would like to know the specification of virsh vcpupin and virsh vcpuinfo in libvirt-0.6.1. virsh vcpupin and virsh vcpuinfo can not be executed to inactive domains. I think it is the specification. Is it correct

[libvirt] [Patch] Fix vcpupin to inactive domains on Xend3.0.3.

2009-04-14 Thread Takahashi Tomohiro
Hi, I made the patch that corrected the following problem. It is that when I execute the virsh vcpupin command to inactive domains on Xend3.0.3, Libvirt outputs the following Segmentation fault. # virsh vcpupin guest_dom 0 0,1,2 Segmentation fault Signed-off-by: Tomohiro Takahashi

Re: [libvirt] [Patch] Fix vcpupin to inactive domains on Xend3.0.3.

2009-04-14 Thread Takahashi Tomohiro
Hi Daniel-san, Thank you for your reply. I see. And I checked this problem is solved by your patch. Thanks, Tomohiro Takahashi. Daniel Veillard wrote: On Tue, Apr 14, 2009 at 04:41:50PM +0900, Takahashi Tomohiro wrote: Hi, I made the patch that corrected the following problem

Re: [libvirt] [Patch] Fix detach tap device on Xen3.3.1

2009-03-09 Thread Takahashi Tomohiro
+0900, Takahashi Tomohiro wrote: Hi, I made the patch that corrected the following problem. It is that when I executed the virsh detach-disk command on Xen3.3.1, Libvirt could not detach tap device and output the following error message. # virsh detach-disk Fedora xvdd libvir: Xen Daemon error

[libvirt] [Patch] Fix detach tap device on Xen3.3.1

2009-03-08 Thread Takahashi Tomohiro
Hi, I made the patch that corrected the following problem. It is that when I executed the virsh detach-disk command on Xen3.3.1, Libvirt could not detach tap device and output the following error message. # virsh detach-disk Fedora xvdd libvir: Xen Daemon error : POST operation failed:

[Libvir] [PATCH][RFC] Add --keymap option to virt-install

2007-03-06 Thread Takahashi Tomohiro
Hi, I would like to add --keymap option to virt-install in order to set up jp106 keymap. Because I can't use jp106 keyboard. So, I made a patch (notes:It relates python-virtinst) Usage: virt-install --keymap=ja I confirmed that I can use jp106 keyboard on HVM domain. But didn't confirm PV

Re: [Libvir] [PATCH][RFC] Add --keymap option to virt-install

2007-03-06 Thread Takahashi Tomohiro
, Mar 06, 2007 at 10:00:08PM +0900, Takahashi Tomohiro wrote: I would like to add --keymap option to virt-install in order to set up jp106 keymap. Because I can't use jp106 keyboard. So, I made a patch (notes:It relates python-virtinst) Usage: virt-install --keymap=ja I confirmed that I can