-
It has been nearly a year since I have done development with this API, so I can not say for sure. I thought when I tested my changes that this was one of the tests I performed. I know the VIX API has changed several times in the past several years, and it is completely plausible that you are the first to update the code since the changes have taken place. I am not trying to pass the blame...
2009-03-30 22:58:36 UTC by pridgen
-
oh and the fix: change METH_NOARGS to METH_VARARGS for "powerOn" and "powerOff" in vm.c.
2009-03-30 21:53:40 UTC by nobody
-
you broke powerOn/powerOff.
2009-03-30 21:50:26 UTC by nobody
-
I am not sure that this patch still works, and it has been a long time since I applied the patch. As far as documentation, Vix ships with documentation, and you can look at that to get a rough idea the functions, and how they correlate with the Python counterparts.
2008-10-10 19:08:55 UTC by nobody
-
How do you apply this patch file?
Is there documentation on what the commands that pyvix can take? I've seen there are some examples in tests directory of pyvix library. Does the patch change the original usage?.
2008-10-06 20:50:09 UTC by nobody
-
File Added: pyvix_patch.
2008-04-23 00:26:46 UTC by pridgen
-
Added missing APIs detailed in the Latest Vix API supporting up to 1.1.1: VMware Workstation 6.0.1
Compiles and executes with minimal testing.
2008-04-22 23:55:11 UTC by pridgen
-
Also added a couple of needed constants to constants.c.
2007-05-28 22:19:06 UTC by kovidgoyal
-
This is a simple patch to runProgramInGuest. It adds
an optional parameter that makes the job complete as
soon as the program starts in the guest.
2006-08-03 18:08:02 UTC by guzugi
-
woodsplitter committed patchset 4 of module pyvix to the pyvix CVS repository, changing 4 files.
2006-07-18 14:37:53 UTC by woodsplitter