From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756969Ab1I2Ptc (ORCPT ); Thu, 29 Sep 2011 11:49:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53746 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755192Ab1I2Ptb (ORCPT ); Thu, 29 Sep 2011 11:49:31 -0400 Date: Thu, 29 Sep 2011 21:19:25 +0530 From: Amit Shah To: Rusty Russell Cc: linux-kernel@vger.kernel.org, "Michael S. Tsirkin" Subject: Re: [PATCH 00/11] virtio: Support for hibernation (S4) Message-ID: <20110929154925.GG3708@amit-x200.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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) 29 Sep 2011 [20:55:56], Amit Shah wrote: > Hello, > > These patches add support for S4 to virtio (pci) and all drivers. The > patches are based on the virtio-console patch series in Rusty's queue. Some patches have checkpatch warnings, re-sending those as v2. Amit