From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu0AH-0004Hr-L7 for qemu-devel@nongnu.org; Fri, 20 Dec 2013 08:30:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu0AA-0008VW-3w for qemu-devel@nongnu.org; Fri, 20 Dec 2013 08:30:53 -0500 Received: from mail-pd0-f182.google.com ([209.85.192.182]:51912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu0A9-0008VJ-T5 for qemu-devel@nongnu.org; Fri, 20 Dec 2013 08:30:46 -0500 Received: by mail-pd0-f182.google.com with SMTP id v10so2542782pde.13 for ; Fri, 20 Dec 2013 05:30:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1387545971-22218-1-git-send-email-imammedo@redhat.com> References: <1387545971-22218-1-git-send-email-imammedo@redhat.com> From: Peter Maydell Date: Fri, 20 Dec 2013 13:30:25 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Paolo Bonzini , Markus Armbruster , QEMU Developers , Anthony Liguori , =?UTF-8?Q?Andreas_F=C3=A4rber?= On 20 December 2013 13:26, Igor Mammedov wrote: > Add basic regression testing for QOM Interface usage. > > +/* > + * OQM interface test. Still says "OQM" not "QOM"... thanks -- PMM