qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] usb-host: insert usb device into hostdevs to be


From: gerd hoffmann
Subject: Re: [Qemu-devel] [PATCH] usb-host: insert usb device into hostdevs to be scaned
Date: Mon, 20 Aug 2018 07:11:49 +0200
User-agent: NeoMutt/20180622

  Hi,

> > We don't copy any state.  It is rather pointless, even for save/resume on 
> > the
> > same machine we don't know what state the usb device has and whenever it is
> > still in the state the guest has left it.
> I have tried stop/cont a vm with host-usb device during coping large 
> files(makes usb device busy woking), 
> but usb device was not detached/attached and coping task was completed 
> properly.
>  It seems that we can restart it where we left it off.

stop/cont isn't a problem.

save/resume means "virsh save" + "virsh resume".  This sends the live
migration stream to a file (using "migrate exec:cat>file" monitor
command for save, then 'qemu -incoming "exec:cat file' for resume).

cheers,
  Gerd




reply via email to

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