In which dir the source code for libvirt RPC client driver located to
port it to QNX ? Is it in libvirt-0.9.8/src/remote ?
Thanks,
Chandrashekhar
Hi Daniel,
Thanks Daniel for the info.
I was talking only about porting libvirt RPC client driver to QNX for
starting/monitoring VMs running on remote RHEL based host. Let me try
porting the libvirt RPC client driver to QNX.
Thanks,
Chandrashekhar
-----Original Message-----
From: Daniel P. Berrange [mailto:berrange redhat com]
Sent: Wednesday, November 16, 2011 4:07 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Cc: libvir-list redhat com
Subject: Re: [libvirt] libvirt support on QNX
On Wed, Nov 16, 2011 at 03:32:19PM +0530, Chandrashekhar Jamadarkhani
(cjamadar) wrote:
Hi,
I'm planning to use libvirt in a remote machine which is running on
QNX
RTOS. Whether libvirt is ported to QNX, if not any problems in
porting
libvirt lib to QNX ?
AFAIK, no one has ever said they've tried libvirt on QNX. I presume you
are talking about the libvirt RPC client driver only, or are you
planning
to create some kind of hypervisor driver too ?
The libvirt RPC client driver is probably the most portable bit of our
code, only depending on a good sockets layer implementation & GNUTLS.
So if you pass flags to configure to disable all drivers, except for the
remote driver, you should be able to build it without undue trouble.
Regards,
Daniel