From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK7Fg-00029y-1A for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:52:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK7FZ-0003ux-T0 for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:52:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK7FZ-0003up-L5 for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:52:33 -0400 Date: Wed, 20 Aug 2014 22:52:48 +0800 From: Fam Zheng Message-ID: <20140820145248.GA2770@T430.redhat.com> References: <1408528887-22200-1-git-send-email-famz@redhat.com> <1408528887-22200-2-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/6] build-sys: Move fifio8 to hw/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Kevin Wolf , Paolo Bonzini , Michael Tokarev , "qemu-devel@nongnu.org Developers" , Stefan Hajnoczi On Thu, 08/21 00:23, Peter Crosthwaite wrote: > On Wed, Aug 20, 2014 at 8:01 PM, Fam Zheng wrote: > > Since it has a dependency on vmstate and is only used by device > > emulation, moving out from util will make the archive more independent. > > > > Signed-off-by: Fam Zheng > > --- > > hw/Makefile.objs | 1 + > > hw/fifo8.c | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Can we get it into a hw subdirectory? Either core or misc come to mind. OK. I'll move it to misc. Thanks. Fam