mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 04:46:50 -04:00
This change adds bindings for AttachVirtualDisk and GetVirtualDiskPhysicalPath, some helper functions including one to create a differencing vhd, exports the create and open parameters, exports the create flags and adds a couple of missing flags. This will be used mainly to go hand in hand with the new computestorage calls added to hcsshim as all of the vhd creation and setup needs to be done manually for these calls. https://github.com/microsoft/hcsshim/pull/881. Signed-off-by: Daniel Canter <dcanter@microsoft.com>