Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-05-02 Thread Dmitry Guryanov
On 05/01/2012 03:27 AM, Eric Blake wrote: On 04/20/2012 10:01 AM, Dmitry Guryanov wrote: Add driver, which can report node info only. . +++ b/src/pvs/pvs_driver.c @@ -0,0 +1,271 @@ +/* + * pvs_driver.c: core driver functions for managing + * Parallels Virtuozzo Server hosts + * + *

Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-05-02 Thread Eric Blake
On 05/02/2012 09:59 AM, Dmitry Guryanov wrote: + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Not a problem with your

Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-05-01 Thread Dmitry Guryanov
On 05/01/2012 03:27 AM, Eric Blake wrote: On 04/20/2012 10:01 AM, Dmitry Guryanov wrote: Add driver, which can report node info only. Since this is the first commit in the series, can you please add more information about pvs? This content from your 0/9 message would be useful here:

Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-05-01 Thread Eric Blake
On 05/01/2012 07:03 AM, Dmitry Guryanov wrote: On 05/01/2012 03:27 AM, Eric Blake wrote: On 04/20/2012 10:01 AM, Dmitry Guryanov wrote: Add driver, which can report node info only. Since this is the first commit in the series, can you please add more information about pvs? This content from

Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-05-01 Thread Dmitry Guryanov
On 05/01/2012 06:29 PM, Eric Blake wrote: On 05/01/2012 07:03 AM, Dmitry Guryanov wrote: On 05/01/2012 03:27 AM, Eric Blake wrote: On 04/20/2012 10:01 AM, Dmitry Guryanov wrote: Add driver, which can report node info only. Since this is the first commit in the series, can you please add more

Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-04-30 Thread Eric Blake
On 04/20/2012 10:01 AM, Dmitry Guryanov wrote: Add driver, which can report node info only. Since this is the first commit in the series, can you please add more information about pvs? This content from your 0/9 message would be useful here: Parallels Virtuozzo Server is a cloud-ready

Re: [libvirt] [PATCH v5 1/9] pvs: add driver skeleton

2012-04-26 Thread Dmitry Guryanov
On 04/20/2012 08:01 PM, Dmitry Guryanov wrote: Add driver, which can report node info only. changes: * add me to AUTHORS * fix indent in preprocessor directives in pvs_driver.h * remove unneded include * remove pvs_driver.c from po/POTFILES.in Signed-off-by: Dmitry