libvirt/src/parallels
Dmitry Guryanov e7bb373fdf parallels: login to parallels SDK
Add files parallels_sdk.c and parallels_sdk.h for code
which works with SDK, so libvirt's code will not mix with
dealing with parallels SDK.

To use Parallels SDK you must first call PrlApi_InitEx function,
and then you will be able to connect to a server with
PrlSrv_LoginLocalEx function. When you've done you must call
PrlApi_Deinit. So let's call PrlApi_InitEx on first .connectOpen,
count number of connections and deinitialize, when this counter
becomes zero.

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
2014-09-25 15:42:32 +02:00
..
parallels_driver.c parallels: login to parallels SDK 2014-09-25 15:42:32 +02:00
parallels_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
parallels_network.c parallels: Resolve Coverity USE_AFTER_FREE 2014-08-27 12:52:26 -04:00
parallels_sdk.c parallels: login to parallels SDK 2014-09-25 15:42:32 +02:00
parallels_sdk.h parallels: login to parallels SDK 2014-09-25 15:42:32 +02:00
parallels_storage.c Do not call closedir with NULL argument 2014-06-23 14:16:23 +02:00
parallels_utils.c Indent top-level labels by one space in src/parallels/ 2014-03-25 14:58:39 +01:00
parallels_utils.h parallels: login to parallels SDK 2014-09-25 15:42:32 +02:00