From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlKrU-0002ex-4r for qemu-devel@nongnu.org; Sun, 01 Jul 2012 10:10:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SlKrS-0006RE-8o for qemu-devel@nongnu.org; Sun, 01 Jul 2012 10:10:51 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:46422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlKrR-0006P4-V1 for qemu-devel@nongnu.org; Sun, 01 Jul 2012 10:10:50 -0400 Received: by wgbfm10 with SMTP id fm10so4072236wgb.10 for ; Sun, 01 Jul 2012 07:10:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FF05A65.6020200@redhat.com> Date: Sun, 01 Jul 2012 16:10:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1340203444-20394-1-git-send-email-aliguori@us.ibm.com> <4FEDA01B.8010502@suse.de> In-Reply-To: <4FEDA01B.8010502@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] build: introduce target CONFIG_ variables and use them for kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org Il 29/06/2012 14:31, Andreas Färber ha scritto: >> > Ping? I can't figure out if this discussion got wedged (in which >> > case, how should it be unwedged?) or if people were eventually happy >> > with this patch... > My guess is we're waiting for Paolo to return from vacation and to > comment. Basically the patch is "correct" but the open issue is how we > want to structure the directories - do we want hw/kvm/ to contain > multiple architectures' files, or do we want to separate devices by > architecture. There's reasons for both once it works technically. > > If Anthony split off the kvm/ change it might be less controversial. I don't really care much about that, I hope it's temporary anyway. :) However, one change is necessary: the config-all-devices.mak should also include the arch defines (or if you don't like the naming, we could have another config-all-arches.mak file). It should not be hard with grep (perhaps after renaming the variable should probably be named CONFIG_ARCH_$ARCH). With this change, the patch is perfectly fine! Paolo