From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2RI-0001vw-Jr for qemu-devel@nongnu.org; Fri, 20 Dec 2013 10:56:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu2RD-0003tA-9C for qemu-devel@nongnu.org; Fri, 20 Dec 2013 10:56:36 -0500 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:34986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2RD-0003t0-2z for qemu-devel@nongnu.org; Fri, 20 Dec 2013 10:56:31 -0500 Received: by mail-ee0-f42.google.com with SMTP id e53so1139774eek.15 for ; Fri, 20 Dec 2013 07:56:30 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52B468AA.9060903@redhat.com> Date: Fri, 20 Dec 2013 16:56:26 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1387545971-22218-1-git-send-email-imammedo@redhat.com> <20131220161406.0c0d42cc@nial.usersys.redhat.com> In-Reply-To: <20131220161406.0c0d42cc@nial.usersys.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] test: QOM interface casting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: afaerber@suse.de, armbru@redhat.com, anthony@codemonkey.ws, qemu-devel@nongnu.org Il 20/12/2013 16:14, Igor Mammedov ha scritto: > Andreas, > > test shows that commit: > > "qom: Do not register interface "types" in the type table " > https://github.com/afaerber/qemu-cpu/commit/7f00136ff5534ee651f4f10475170b8db18e5c03 > > regresses QOM Interface in case where interface is implemented > in not a leaf class, leading to abort. Just sent a patch for this. Paolo