[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] Question SSH support and libirt on Windows
- From: "Daniel P. Berrange" <berrange redhat com>
- To: Atsushi SAKAI <sakaia jp fujitsu com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] Question SSH support and libirt on Windows
- Date: Fri, 8 Aug 2008 10:09:22 +0100
On Fri, Aug 08, 2008 at 02:28:44PM +0900, Atsushi SAKAI wrote:
> Hi, Rich
>
> I have a question about SSH support of libvirt on Windows.
> Is there any reason for not supporting SSH.
The initial problem is that to use SSH we fork/exec.... not gonna
work on Windows which has no concept of fork/exec. So at the very
least we'd need a completely separate branch of code to deal with
this on Windows.
Co-incidentally I'm in the process of changing all code in libvirt which
uses fork/exec to make use of the 'virRun' and 'virExec' functions in
the util.c file. So if we could figure out an alternate impl of these
virRun & virExec functions for Windows, that'd make it easier to try
SSH support
Daniel
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]