Re: [PATCH 3/3] vhost-user: return failure if backend crash when live migration

2025-03-11 Thread Haoqian He
Thanks for reviewing, I will fix this grammar issue in the next version. > > > 2025年3月10日 00:30,Raphael Norwitz 写道: > > I'll let others chime in on higher level device model changes you're > making. For the vhost-user-blk and vhost-user-scsi bits: > > On Sun, Mar 9, 2025 at 11:41 AM Haoqian

Re: [PATCH 3/3] vhost-user: return failure if backend crash when live migration

2025-03-09 Thread Raphael Norwitz
I'll let others chime in on higher level device model changes you're making. For the vhost-user-blk and vhost-user-scsi bits: On Sun, Mar 9, 2025 at 11:41 AM Haoqian He wrote: > > Live migration should be terminated if backend crash. nit: "...if the backend crashes before the migration completes

[PATCH 3/3] vhost-user: return failure if backend crash when live migration

2025-03-09 Thread Haoqian He
Live migration should be terminated if backend crash. Since the vhost device will be stopped when VM is stopped before the end of the live migration, current implementation if vhost backend died, vhost device's set_status() will not return failure, live migration won't perceive the disconnection b