Re: [Xen-devel] [PATCH V2 3/3] xen: support suspend/resume in pvscsi frontend

2015-03-16 Thread David Vrabel
On 17/02/15 07:02, Juergen Gross wrote: > Up to now the pvscsi frontend hasn't supported domain suspend and > resume. When a domain with an assigned pvscsi device was suspended > and resumed again, it was not able to use the device any more: trying > to do so resulted in hanging processes. > > Sup

[Xen-devel] [PATCH V2 3/3] xen: support suspend/resume in pvscsi frontend

2015-02-16 Thread Juergen Gross
Up to now the pvscsi frontend hasn't supported domain suspend and resume. When a domain with an assigned pvscsi device was suspended and resumed again, it was not able to use the device any more: trying to do so resulted in hanging processes. Support suspend and resume of pvscsi devices. Signed-o