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

2025-04-07 Thread Haoqian He
> 2025年4月4日 15:30,Stefano Garzarella 写道: > > On Thu, Mar 27, 2025 at 02:53:24PM +0800, Haoqian He wrote: >> >>> 2025年3月25日 17:51,Stefano Garzarella 写道: >>> >>> On Tue, Mar 25, 2025 at 04:39:46PM +0800, Haoqian He wrote: > 2025年3月24日 22:31,Stefano Garzarella 写道: > On Thu, Mar 20, 202

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

2025-04-04 Thread Stefano Garzarella
On Thu, Mar 27, 2025 at 02:53:24PM +0800, Haoqian He wrote: 2025年3月25日 17:51,Stefano Garzarella 写道: On Tue, Mar 25, 2025 at 04:39:46PM +0800, Haoqian He wrote: 2025年3月24日 22:31,Stefano Garzarella 写道: On Thu, Mar 20, 2025 at 08:21:30PM +0800, Haoqian He wrote: 2025年3月19日 23:20,Stefano Garza

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

2025-03-26 Thread Haoqian He
> 2025年3月25日 17:51,Stefano Garzarella 写道: > > On Tue, Mar 25, 2025 at 04:39:46PM +0800, Haoqian He wrote: >>> 2025年3月24日 22:31,Stefano Garzarella 写道: >>> On Thu, Mar 20, 2025 at 08:21:30PM +0800, Haoqian He wrote: > 2025年3月19日 23:20,Stefano Garzarella 写道: > On Fri, Mar 14, 2025 at 06:

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

2025-03-25 Thread Stefano Garzarella
On Tue, Mar 25, 2025 at 04:39:46PM +0800, Haoqian He wrote: 2025年3月24日 22:31,Stefano Garzarella 写道: On Thu, Mar 20, 2025 at 08:21:30PM +0800, Haoqian He wrote: 2025年3月19日 23:20,Stefano Garzarella 写道: On Fri, Mar 14, 2025 at 06:15:34AM -0400, Haoqian He wrote: [...] diff --git a/include/hw/

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

2025-03-25 Thread Haoqian He
> 2025年3月24日 22:31,Stefano Garzarella 写道: > > On Thu, Mar 20, 2025 at 08:21:30PM +0800, Haoqian He wrote: >> >> >>> 2025年3月19日 23:20,Stefano Garzarella 写道: >>> >>> On Fri, Mar 14, 2025 at 06:15:34AM -0400, Haoqian He wrote: Live migration should be terminated if the backend crashes bef

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

2025-03-24 Thread Stefano Garzarella
On Thu, Mar 20, 2025 at 08:21:30PM +0800, Haoqian He wrote: 2025年3月19日 23:20,Stefano Garzarella 写道: On Fri, Mar 14, 2025 at 06:15:34AM -0400, Haoqian He wrote: Live migration should be terminated if the backend crashes before the migration completes. Since the vhost device will be stopped

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

2025-03-20 Thread Haoqian He
> 2025年3月19日 23:20,Stefano Garzarella 写道: > > On Fri, Mar 14, 2025 at 06:15:34AM -0400, Haoqian He wrote: >> Live migration should be terminated if the backend crashes before >> the migration completes. >> >> Since the vhost device will be stopped when VM is stopped before >> the end of the l

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

2025-03-19 Thread Stefano Garzarella
On Fri, Mar 14, 2025 at 06:15:34AM -0400, Haoqian He wrote: Live migration should be terminated if the backend crashes before the migration completes. Since the vhost device will be stopped when VM is stopped before the end of the live migration, current implementation if vhost backend died, vho

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

2025-03-14 Thread Haoqian He
Live migration should be terminated if the backend crashes before the migration completes. 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 migrati