[virtio-dev] Re: [PATCH v4 1/1] Add suspend support for virtio PCI devices

2024-02-26 Thread David Stevens
On Mon, Feb 26, 2024 at 3:42 PM Jason Wang wrote: > > On Fri, Feb 16, 2024 at 4:25 PM David Stevens wrote: > > > > Add a virtio power management PCI capability to allow drivers to suspend > > virtio PCI devices. This allows drivers to suspend devices at the virtio > > level before suspending

[virtio-dev] Re: [PATCH v4 1/1] Add suspend support for virtio PCI devices

2024-02-25 Thread Jason Wang
On Fri, Feb 16, 2024 at 4:25 PM David Stevens wrote: > > Add a virtio power management PCI capability to allow drivers to suspend > virtio PCI devices. This allows drivers to suspend devices at the virtio > level before suspending them at the PCI transport layer. This allows > drivers to do a two

[virtio-dev] Re: [PATCH v4 1/1] Add suspend support for virtio PCI devices

2024-02-18 Thread Michael S. Tsirkin
On Mon, Feb 19, 2024 at 03:46:37PM +0900, David Stevens wrote: > On Fri, Feb 16, 2024 at 5:56 PM Michael S. Tsirkin wrote: > > > > On Fri, Feb 16, 2024 at 05:24:32PM +0900, David Stevens wrote: > > > Add a virtio power management PCI capability to allow drivers to suspend > > > virtio PCI

[virtio-dev] Re: [PATCH v4 1/1] Add suspend support for virtio PCI devices

2024-02-18 Thread David Stevens
On Fri, Feb 16, 2024 at 5:56 PM Michael S. Tsirkin wrote: > > On Fri, Feb 16, 2024 at 05:24:32PM +0900, David Stevens wrote: > > Add a virtio power management PCI capability to allow drivers to suspend > > virtio PCI devices. This allows drivers to suspend devices at the virtio > > level before

Re: [virtio-dev] Re: [PATCH v4 1/1] Add suspend support for virtio PCI devices

2024-02-18 Thread Zhu, Lingshan
On 2/16/2024 4:56 PM, Michael S. Tsirkin wrote: On Fri, Feb 16, 2024 at 05:24:32PM +0900, David Stevens wrote: Add a virtio power management PCI capability to allow drivers to suspend virtio PCI devices. This allows drivers to suspend devices at the virtio level before suspending them at the

[virtio-dev] Re: [PATCH v4 1/1] Add suspend support for virtio PCI devices

2024-02-16 Thread Michael S. Tsirkin
On Fri, Feb 16, 2024 at 05:24:32PM +0900, David Stevens wrote: > Add a virtio power management PCI capability to allow drivers to suspend > virtio PCI devices. This allows drivers to suspend devices at the virtio > level before suspending them at the PCI transport layer. This allows > drivers to