Re: [PATCH v2 0/2] Postcopy migration and vhost-user errors

2024-09-11 Thread Michael S. Tsirkin
On Wed, Sep 11, 2024 at 12:44:59PM +0530, Prasad Pandit wrote: > Hello Michael, > > On Tue, 10 Sept 2024 at 22:40, Michael S. Tsirkin wrote: > > So are we going to see a version with BQL? > > === > diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c > index cdf9af4a4b..96ac0ed93b 100644

Re: [PATCH v2 0/2] Postcopy migration and vhost-user errors

2024-09-11 Thread Prasad Pandit
Hello Michael, On Tue, 10 Sept 2024 at 22:40, Michael S. Tsirkin wrote: > So are we going to see a version with BQL? === diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c index cdf9af4a4b..96ac0ed93b 100644 --- a/hw/virtio/vhost-user.c +++ b/hw/virtio/vhost-user.c @@ -2079,6 +2079,7 @

Re: [PATCH v2 0/2] Postcopy migration and vhost-user errors

2024-09-10 Thread Michael S. Tsirkin
On Wed, Aug 28, 2024 at 03:39:12PM +0530, Prasad Pandit wrote: > From: Prasad Pandit > > Hello, > > * virsh(1) offers multiple options to initiate Postcopy migration: > > 1) virsh migrate --postcopy --postcopy-after-precopy > 2) virsh migrate --postcopy + virsh migrate-postcopy > 3)

[PATCH v2 0/2] Postcopy migration and vhost-user errors

2024-08-28 Thread Prasad Pandit
From: Prasad Pandit Hello, * virsh(1) offers multiple options to initiate Postcopy migration: 1) virsh migrate --postcopy --postcopy-after-precopy 2) virsh migrate --postcopy + virsh migrate-postcopy 3) virsh migrate --postcopy --timeout --timeout-postcopy When Postcopy migration