Re: [PATCH 3/9] block: Support inactive nodes in blk_insert_bs()

2025-01-30 Thread Eric Blake
On Wed, Jan 22, 2025 at 12:50:40PM +0100, Kevin Wolf wrote: > Device models have a relatively complex way to set up their block > backends, in which blk_attach_dev() sets blk->disable_perm = true. > We want to support inactive images in exports, too, so that > qemu-storage-daemon can be used with m

[PATCH 3/9] block: Support inactive nodes in blk_insert_bs()

2025-01-22 Thread Kevin Wolf
Device models have a relatively complex way to set up their block backends, in which blk_attach_dev() sets blk->disable_perm = true. We want to support inactive images in exports, too, so that qemu-storage-daemon can be used with migration. Because they don't use blk_attach_dev(), they need another