From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757838AbbCDAmf (ORCPT ); Tue, 3 Mar 2015 19:42:35 -0500 Received: from ozlabs.org ([103.22.144.67]:55869 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755057AbbCDAme (ORCPT ); Tue, 3 Mar 2015 19:42:34 -0500 From: Rusty Russell To: Amit Shah , "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman , virtualization@lists.linux-foundation.org Subject: Re: [PATCH] virtio_console: init work unconditionally In-Reply-To: <20150302055609.GD26196@grmbl.mre> References: <1425145274-27864-1-git-send-email-mst@redhat.com> <20150302055609.GD26196@grmbl.mre> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Wed, 04 Mar 2015 11:03:35 +1030 Message-ID: <87k2yxk3ds.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Amit Shah writes: > 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 Thanks, applied. Cheers, Rusty.