Re: [PATCH v2 08/15] block: Add blockdev-set-active QMP command

2025-02-03 Thread Stefan Hajnoczi
On Thu, Jan 30, 2025 at 06:12:39PM +0100, Kevin Wolf wrote: > The system emulator tries to automatically activate and inactivate block > nodes at the right point during migration. However, there are still > cases where it's necessary that the user can do this manually. > > Images are only activate

Re: [PATCH v2 08/15] block: Add blockdev-set-active QMP command

2025-01-30 Thread Eric Blake
On Thu, Jan 30, 2025 at 06:12:39PM +0100, Kevin Wolf wrote: > The system emulator tries to automatically activate and inactivate block > nodes at the right point during migration. However, there are still > cases where it's necessary that the user can do this manually. > > Images are only activate

[PATCH v2 08/15] block: Add blockdev-set-active QMP command

2025-01-30 Thread Kevin Wolf
The system emulator tries to automatically activate and inactivate block nodes at the right point during migration. However, there are still cases where it's necessary that the user can do this manually. Images are only activated on the destination VM of a migration when the VM is actually resumed