From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758915Ab1LOO4G (ORCPT ); Thu, 15 Dec 2011 09:56:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31084 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751395Ab1LOO4F (ORCPT ); Thu, 15 Dec 2011 09:56:05 -0500 Date: Thu, 15 Dec 2011 20:25:57 +0530 From: Amit Shah To: "Michael S. Tsirkin" Cc: Virtualization List , Rusty Russell , levinsasha928@gmail.com, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v5 00/11] virtio: s4 support Message-ID: <20111215145556.GD24455@amit-x200.redhat.com> References: <20111215131314.GA22791@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111215131314.GA22791@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (Thu) 15 Dec 2011 [15:13:14], Michael S. Tsirkin wrote: > On Thu, Dec 15, 2011 at 06:15:46PM +0530, Amit Shah wrote: > > Hi, > > > > These patches add support for S4 to virtio (pci) and all drivers. > > > > Michael saw some race in virtio-net module removal which will need a > > similar fix for the freeze code as well. I'll update the virtio-net > > patch with that fix once the fix is settled upon and applied. > > block too? Right. Amit