libvirt/src/vz
Nikolay Shirokovskiy c7ba62009d vz: fix detach disk to use new disk id
Actually using disk PrlVmDev_GetFriendlyName as id on
detaching volumes is not a problem. We can only detach
hard disks and these can not have empty friendly names.
But upcoming update device functionality for cdroms
can not use disk source as id at all as update operation
typically change this same source value. Thus we will need
to use cdrom bus and cdrom target name as cdrom id. So in attempt
to use same id scheme for all purpuses lets fix hard disk
detach function to use new id.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
2016-04-19 19:52:37 +03:00
..
vz_driver.c vz: make it possible to use shared drivers API with vz driver connection 2016-04-15 10:21:00 +03:00
vz_driver.h parallels: rename all parallels files and driver directory to vz 2015-06-17 15:07:55 +03:00
vz_sdk.c vz: fix detach disk to use new disk id 2016-04-19 19:52:37 +03:00
vz_sdk.h vz: introduce new vzDriver lockable structure and use it 2016-04-13 18:48:43 +03:00
vz_utils.c vz: introduce new vzDriver lockable structure and use it 2016-04-13 18:48:43 +03:00
vz_utils.h vz: remove vzDriverLock/Unlock function 2016-04-13 18:48:44 +03:00