RE: [PATCH 2/4] PCI: hv: Add the support of hibernation

2019-09-27 Thread Dexuan Cui
> From: Lorenzo Pieralisi > Sent: Thursday, September 26, 2019 9:31 AM > > On Wed, Sep 11, 2019 at 11:38:20PM +, Dexuan Cui wrote: > > Implement the suspend/resume callbacks for hibernation. > > > > hv_pci_suspend() needs to prevent any new work from being queued: a later > > patch will

Re: [PATCH 2/4] PCI: hv: Add the support of hibernation

2019-09-26 Thread Lorenzo Pieralisi
On Wed, Sep 11, 2019 at 11:38:20PM +, Dexuan Cui wrote: > Implement the suspend/resume callbacks for hibernation. > > hv_pci_suspend() needs to prevent any new work from being queued: a later > patch will address this issue. I don't see why you have two separate patches, the second one

[PATCH 2/4] PCI: hv: Add the support of hibernation

2019-09-11 Thread Dexuan Cui
Implement the suspend/resume callbacks for hibernation. hv_pci_suspend() needs to prevent any new work from being queued: a later patch will address this issue. Signed-off-by: Dexuan Cui --- drivers/pci/controller/pci-hyperv.c | 76 + 1 file changed, 76