From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN5Qo-0002zY-Q7 for qemu-devel@nongnu.org; Tue, 02 Apr 2013 13:55:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN5Qi-00029Y-NC for qemu-devel@nongnu.org; Tue, 02 Apr 2013 13:55:38 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:35174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN5Qi-00029O-Gk for qemu-devel@nongnu.org; Tue, 02 Apr 2013 13:55:32 -0400 Received: by mail-ee0-f41.google.com with SMTP id c1so372178eek.28 for ; Tue, 02 Apr 2013 10:55:31 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <515B1B8D.2080600@redhat.com> Date: Tue, 02 Apr 2013 19:55:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1364914749-11141-1-git-send-email-pbonzini@redhat.com> <515B1406.7040005@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 00/36] hw/ reorganization, part 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Peter Maydell , "qemu-devel@nongnu.org" , Andreas Faerber , Igor Mammedov Il 02/04/2013 19:46, Stefano Stabellini ha scritto: > This is what I get with the new branch: > > In file included from tpm/tpm_int.h:16, > from tpm/tpm.c:19: > ./tpm/tpm_tis.h:41: error: redefinition of typedef ‘TPMSizedBuffer’ > /local/scratch/sstabellini/qemu/include/tpm/tpm.h:18: note: previous declaration of ‘TPMSizedBuffer’ was here > In file included from tpm/tpm.c:19: > tpm/tpm_int.h:19: error: redefinition of typedef ‘TPMDriverOps’ > /local/scratch/sstabellini/qemu/include/backends/tpm.h:34: note: previous declaration of ‘TPMDriverOps’ was here > tpm/tpm_int.h:35: error: redefinition of typedef ‘TPMState’ > /local/scratch/sstabellini/qemu/include/tpm/tpm.h:17: note: previous declaration of ‘TPMState’ was here > tpm/tpm_int.h:39: error: redefinition of typedef ‘TPMRecvDataCB’ > /local/scratch/sstabellini/qemu/include/tpm/tpm.h:19: note: previous declaration of ‘TPMRecvDataCB’ was here > Do you get this with origin/master too? I shouldn't have changed anything (famous last words) related to TPM. Paolo