From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwOUl-0004R1-Cr for qemu-devel@nongnu.org; Mon, 08 Jul 2013 23:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwOUi-00079q-C1 for qemu-devel@nongnu.org; Mon, 08 Jul 2013 23:21:39 -0400 Received: from mail-gh0-f180.google.com ([209.85.160.180]:40162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwOUi-00079X-7X for qemu-devel@nongnu.org; Mon, 08 Jul 2013 23:21:36 -0400 Received: by mail-gh0-f180.google.com with SMTP id f18so1857997ghb.25 for ; Mon, 08 Jul 2013 20:21:35 -0700 (PDT) Message-ID: <51DB81B7.9040807@ozlabs.ru> Date: Tue, 09 Jul 2013 13:21:27 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1372315560-5478-1-git-send-email-aik@ozlabs.ru> <1372315560-5478-15-git-send-email-aik@ozlabs.ru> <87hag4zy1p.fsf@codemonkey.ws> In-Reply-To: <87hag4zy1p.fsf@codemonkey.ws> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/17] pseries: Support for in-kernel XICS interrupt controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , David Gibson On 07/09/2013 04:50 AM, Anthony Liguori wrote: >> +#include "hw/hw.h" >> +#include "trace.h" >> +#include "hw/ppc/spapr.h" >> +#include "hw/ppc/xics.h" >> +#include "kvm_ppc.h" >> +#include "qemu/config-file.h" >> + >> +#include >> + >> +struct icp_state_kvm { > > CodingStyle ./scripts/checkpatch.pl finds nothing. Did you mean missing typedef? -- Alexey