From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9fCP-0002k7-P8 for qemu-devel@nongnu.org; Thu, 28 May 2009 08:59:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9fCL-0002gh-7p for qemu-devel@nongnu.org; Thu, 28 May 2009 08:59:09 -0400 Received: from [199.232.76.173] (port=49889 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9fCL-0002gY-2a for qemu-devel@nongnu.org; Thu, 28 May 2009 08:59:05 -0400 Received: from mx20.gnu.org ([199.232.41.8]:29482) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9fCK-0003cM-KW for qemu-devel@nongnu.org; Thu, 28 May 2009 08:59:04 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9fCJ-0004UF-NG for qemu-devel@nongnu.org; Thu, 28 May 2009 08:59:04 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps Date: Thu, 28 May 2009 13:59:00 +0100 References: <4A1E481F.1060207@us.ibm.com> <4A1E59E3.3090407@mail.berlios.de> In-Reply-To: <4A1E59E3.3090407@mail.berlios.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905281359.01544.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori > > I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing > > but it has some advantages like enabling easier automated testing. > > > > If anyone wants to take a stab at a more logical layout (potentially > > including changing the install layout), I think that would be a great > > thing. > > > > Regards, > > > > Anthony Liguori > > Renaming pc-bios -> bios would be a little bit more logical, > because QEMU's PC-only versions are history. How about moving everything into a subdirectory: data/ (installed as $prefix/share/qemu images/ (or maybe bios/) keymaps/ boards/ (doesn't exist yet) Paul