[libvirt] [PATCH] Hyper-V 2012 R2 support

2014-05-15 Thread vikhyath reddy
Hi, This patch adds support to libvirt to work with Hyper-V 2012 R2. This will however mean that Hyper-V 2008 will no longer be supported. Microsoft supports hyperv 2008 management via windows 7 and hyperv 2012 via windows 8.1 (note that the reverse is not true, that is, win 7 cannot manage

[libvirt] submitted patch, don't see in pending.

2014-05-14 Thread vikhyath reddy
Hi all, I had a question regarding submitting patches for libvirt. I submitted a hyperv patch about two weeks back using the tips mentioned in http://libvirt.org/hacking.html#patches using git send-email But I dont see the patch in the pending list at http://libvirt.org/pending.html (Is

Re: [libvirt] submitted patch, don't see in pending.

2014-05-14 Thread vikhyath reddy
is there. If the patch isn't in the archives it probably wasn't delivered properly. Well looks like something went amiss. Will give it another try today. Thanks guys! Vik. On Wed, May 14, 2014 at 9:18 AM, Peter Krempa pkre...@redhat.com wrote: On 05/14/14 18:08, vikhyath reddy wrote: Hi all, Hi, I had

Re: [libvirt] libvirt Hyper-v 2012 r2 fix

2014-04-21 Thread vikhyath reddy
and beyond. This split seems a bit odd but Microsoft has done it too with win 7 vs win 8.1 :) You guys are the libivirt masters, I put my thoughts in, take a shot and let me know :) Thanks, Vik. On Mon, Apr 21, 2014 at 2:17 PM, Eric Blake ebl...@redhat.com wrote: On 04/16/2014 05:51 PM, vikhyath

Re: [libvirt] libvirt Hyper-v 2012 r2 fix

2014-04-16 Thread vikhyath reddy
) OR is it OK to assume that Hyperv-V 2012 will be the default standard moving forward. Thanks, Vik. On Wed, Apr 16, 2014 at 10:23 AM, vikhyath reddy reddy.vikhy...@gmail.comwrote: Taking this offline... Hi Matthias, Well... from more testing what I found is that openwsman breaks during

[libvirt] libvirt Hyper-v 2012 r2 fix

2014-04-15 Thread vikhyath reddy
Hello everyone, Thanks for libvirt. I did see on the libvirt page that hyper-v 2008 is supported (which it does). So I tried running it on Hyper-v 2012 r2 but virsh fails to connect by an error that says *error: internal error: SOAP fault during enumeration: code 's:Sender', subcode

Re: [libvirt] libvirt Hyper-v 2012 r2 fix

2014-04-15 Thread vikhyath reddy
to update to get the patch in? Thanks, Vik. On Tue, Apr 15, 2014 at 5:26 PM, vikhyath reddy reddy.vikhy...@gmail.comwrote: Hello everyone, Thanks for libvirt. I did see on the libvirt page that hyper-v 2008 is supported (which it does). So I tried running it on Hyper-v 2012 r2 but virsh fails

Re: [libvirt] Question about building libvirt.so

2014-02-25 Thread vikhyath reddy
. Do you guys think I have libvirt configured incorrectly at my end? Thanks, Vik. On Mon, Feb 24, 2014 at 6:03 PM, Eric Blake ebl...@redhat.com wrote: On 02/24/2014 05:09 PM, vikhyath reddy wrote: [Please don't top-post on technical lists] Thanks for the replies guys, libvirt-glib sure

Re: [libvirt] Question about building libvirt.so

2014-02-24 Thread vikhyath reddy
, Vikhyath Reddy wrote: Thanks for the reply Cedric, wrappers is a dir that I made similar to examples which wraps the libvirt c code. The reason why I am doing this is to simplify the usage of virConnectOpenAuth - it's arguments and callbacks from JavaScript. Using ffi, I am unable to create

[libvirt] Question about building libvirt.so

2014-02-20 Thread vikhyath reddy
Hi, Thanks for libvirt. It is a life saver. I am in the process of writing some custom wrappers for libvirt so that it can be easily accessed from nodejs using the nodejs-ffi interfacing (basically describes a way to convert nodejs to c calls). I did write the wrapper on the lines of the examples