From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US1Zw-0001m5-EA for qemu-devel@nongnu.org; Tue, 16 Apr 2013 04:49:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US1Zr-0005E2-8p for qemu-devel@nongnu.org; Tue, 16 Apr 2013 04:49:28 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:47773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US1Zr-0005Dm-2p for qemu-devel@nongnu.org; Tue, 16 Apr 2013 04:49:23 -0400 Received: by mail-wi0-f178.google.com with SMTP id hq17so209818wib.17 for ; Tue, 16 Apr 2013 01:49:22 -0700 (PDT) Date: Tue, 16 Apr 2013 10:49:19 +0200 From: Stefan Hajnoczi Message-ID: <20130416084919.GG6308@stefanha-thinkpad.redhat.com> References: <8738urblx3.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8738urblx3.fsf@fimbulvetr.bsc.es> Subject: Re: [Qemu-devel] [qapi] Cannot use list of strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: Michael Roth , Anthony Liguori , akong@redhat.com, qemu-devel@nongnu.org, Luiz Capitulino On Mon, Apr 15, 2013 at 10:04:24PM +0200, Lluís Vilanova wrote: > Tried using a list of strings as an argument to a command, but the generated > code references the 'strList' type, which does not exist. > > Is a specialized version for "['str']" missing, or should I define my own type > with a single field of 'str' type? akong just hit this too. I think it's a question for aliguori, luiz, or mdroth. Stefan