From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzEdN-0006Us-8a for qemu-devel@nongnu.org; Tue, 16 Jul 2013 19:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzEdL-0006sI-KQ for qemu-devel@nongnu.org; Tue, 16 Jul 2013 19:26:17 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:60542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzEdL-0006rM-Ej for qemu-devel@nongnu.org; Tue, 16 Jul 2013 19:26:15 -0400 Received: by mail-pd0-f175.google.com with SMTP id 4so1183136pdd.34 for ; Tue, 16 Jul 2013 16:26:13 -0700 (PDT) Message-ID: <51E5D68F.6030408@ozlabs.ru> Date: Wed, 17 Jul 2013 09:26:07 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1373901083-18730-6-git-send-email-aliguori@us.ibm.com> <1373968806-14032-1-git-send-email-aik@ozlabs.ru> <027FD7EF-16C4-469B-A0F6-4BD21FEF5D44@suse.de> <9EA11898-9279-4DA9-B50B-A4B1B7A9CF17@suse.de> In-Reply-To: <9EA11898-9279-4DA9-B50B-A4B1B7A9CF17@suse.de> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc kvm: fix to compile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Anthony Liguori , qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 07/17/2013 09:13 AM, Alexander Graf wrote: > > On 17.07.2013, at 01:12, Alexander Graf wrote: > >> >> On 16.07.2013, at 12:00, Alexey Kardashevskiy wrote: >> >>> Signed-off-by: Alexey Kardashevskiy >> >> Why? sPAPRTCE is a typedef struct that's defined in include/hw/ppc/spapr.h which is included from target-ppc/kvm.c. So it should work just fine. > > Ah, my mailer screwed up threading. This is in reply to Anthony's cleanups? Yes. He removed the struct. -- Alexey