qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] vhost-scsi: Support live migration


From: Nir Weiner
Subject: Re: [Qemu-devel] [PATCH 0/3] vhost-scsi: Support live migration
Date: Wed, 27 Mar 2019 12:40:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 3/21/19 9:55 AM, Nir Weiner wrote:

Originally migration was not possible with vhost-scsi because
as part of migration, the source host target SCSI device state
needs to be saved and loaded into the destination host target SCSI
device. This cannot be done by QEMU.

As this can be handled either by external orchestrator or by having
shared-storage (i.e. iSCSI), there is no reason to limit the
orchestrator from being able to explictly specify it wish to enable
migration even when VM have a vhost-scsi device.

Liran Alon (1):
   vhost-scsi: Allow user to enable migration

Nir Weiner (2):
   vhost-scsi: The vhost device should be stopped when the VM is not
     running
   vhost-scsi: Add vmstate descriptor

  hw/scsi/vhost-scsi.c                  | 57 ++++++++++++++++++++++-----
  include/hw/virtio/vhost-scsi-common.h |  1 +
  2 files changed, 48 insertions(+), 10 deletions(-)

ping + CC to relevant maintainers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]