From 2c4229177e5da08eaf71c69b80e67ead6d5df23e Mon Sep 17 00:00:00 2001 From: Alex Lyn Date: Thu, 7 Aug 2025 18:58:09 +0800 Subject: [PATCH] runtime-rs: Support share-rw=true when hotplug block device within qemu Support for the share-rw=true parameter has been added. While this parameter is essential for maintaining data consistency across multiple QEMU instances sharing a backend disk image, its implementation also serves to standardize parameters with the block device hotplug functionality in kata-runtime/qemu. Signed-off-by: Alex Lyn