From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InI3L-0003UO-IK for qemu-devel@nongnu.org; Wed, 31 Oct 2007 14:12:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InI3J-0003Qy-Kz for qemu-devel@nongnu.org; Wed, 31 Oct 2007 14:12:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InI3J-0003Qp-HR for qemu-devel@nongnu.org; Wed, 31 Oct 2007 14:12:29 -0400 Received: from nf-out-0910.google.com ([64.233.182.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InI3J-0005sS-9g for qemu-devel@nongnu.org; Wed, 31 Oct 2007 14:12:29 -0400 Received: by nf-out-0910.google.com with SMTP id 30so235409nfu for ; Wed, 31 Oct 2007 11:12:28 -0700 (PDT) Message-ID: Date: Wed, 31 Oct 2007 20:12:27 +0200 From: "Blue Swirl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] How to split vl.h Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, With the automatic dependency rule installed, modifying vl.h causes all files to be recompiled. This is of course the correct action, but it's a major slowdown for development too. How should we split vl.h into smaller pieces? Give each device a header file, like m48t59? What about other stuff exported from vl.c?