qemu-devel
[Top][All Lists]
Advanced

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

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


From: Nir Weiner
Subject: [Qemu-devel] [PATCH 0/3] vhost-scsi: Support live migration
Date: Thu, 21 Mar 2019 09:55:42 +0200

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(-)

-- 
2.17.1




reply via email to

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