From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLh6P-0003XX-F3 for qemu-devel@nongnu.org; Mon, 16 Sep 2013 18:17:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLh6E-0002Bb-2q for qemu-devel@nongnu.org; Mon, 16 Sep 2013 18:17:05 -0400 Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:37734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLh6D-0002BU-Rk for qemu-devel@nongnu.org; Mon, 16 Sep 2013 18:16:54 -0400 Received: by mail-pd0-f170.google.com with SMTP id x10so4714362pdj.15 for ; Mon, 16 Sep 2013 15:16:52 -0700 (PDT) Sender: Richard Henderson Message-ID: <52378350.1020202@twiddle.net> Date: Mon, 16 Sep 2013 15:16:48 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1379314227-8855-1-git-send-email-famz@redhat.com> <1379314227-8855-6-git-send-email-famz@redhat.com> <20130916085902.GA6005@redhat.com> <20130916092852.GA25678@T430s.nay.redhat.com> In-Reply-To: <20130916092852.GA25678@T430s.nay.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 5/8] module: implement module loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: famz@redhat.com Cc: peter.maydell@linaro.org, mjt@tls.msk.ru, qemu-devel@nongnu.org, alex@alex.org.uk, pbonzini@redhat.com, vilanova@ac.upc.edu On 09/16/2013 02:28 AM, Fam Zheng wrote: > What's the disadvantage of this, and why are separate lists better? You're performing useless work, making the code more confusing in the process. How can it not be better to have separate lists? r~