mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Live disk resize support. Single method resize() taking &mut self and the new size in bytes. Implementations may return an error if the backend does not support resizing. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>