From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Umm2X-0004rA-1Q for qemu-devel@nongnu.org; Wed, 12 Jun 2013 10:28:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Umm2S-0003bK-E2 for qemu-devel@nongnu.org; Wed, 12 Jun 2013 10:28:44 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:47023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Umm2S-0003b2-7G for qemu-devel@nongnu.org; Wed, 12 Jun 2013 10:28:40 -0400 Received: by mail-pd0-f170.google.com with SMTP id x11so4243136pdj.15 for ; Wed, 12 Jun 2013 07:28:39 -0700 (PDT) Message-ID: <51B88591.7030607@ozlabs.ru> Date: Thu, 13 Jun 2013 00:28:33 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1370805206-26574-1-git-send-email-afaerber@suse.de> <1370805206-26574-48-git-send-email-afaerber@suse.de> <20130611024313.GC25295@voom> <51B6F7F5.2020503@suse.de> In-Reply-To: <51B6F7F5.2020503@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH qom-cpu 47/59] spapr: Abstract spapr_fix_cpu_dt() with qemu_for_each_cpu() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Alexander Graf , sPAPR , qemu-devel@nongnu.org, David Gibson On 06/11/2013 08:12 PM, Andreas Färber wrote: > Am 11.06.2013 04:43, schrieb David Gibson: >> On Sun, Jun 09, 2013 at 09:13:14PM +0200, Andreas F¦rber wrote: >>> Signed-off-by: Andreas F¦rber > >> These days, spapr patches should be CCed to Alexey, instead of me. > > Please update MAINTAINERS then, I use scripts/get_maintainer.pl. :) Posted a patch for that. Not sure what I should have put in the commit message though :) >> Though, fwiw, > >> Reviewed-by: David Gibson > > Thanks, however there's been a sentiment that qemu_for_each_cpu() > should be reverted, so I'll need to respin. Patches 55-56 are not > affected though and hopefully a straightforward cleanup. > > Andreas > > -- Alexey