From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751199AbbCBF4g (ORCPT ); Mon, 2 Mar 2015 00:56:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38860 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbbCBF4e (ORCPT ); Mon, 2 Mar 2015 00:56:34 -0500 Date: Mon, 2 Mar 2015 11:26:09 +0530 From: Amit Shah To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Rusty Russell , Arnd Bergmann , Greg Kroah-Hartman , virtualization@lists.linux-foundation.org Subject: Re: [PATCH] virtio_console: init work unconditionally Message-ID: <20150302055609.GD26196@grmbl.mre> References: <1425145274-27864-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425145274-27864-1-git-send-email-mst@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (Sat) 28 Feb 2015 [18:41:34], Michael S. Tsirkin wrote: > when multiport is off, we don't initialize config work, > but we then cancel uninitialized control_work on freeze. > > Signed-off-by: Michael S. Tsirkin Reviewed-by: Amit Shah Amit