From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXVsF-0006OS-MC for qemu-devel@nongnu.org; Thu, 03 Sep 2015 10:52:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXVsC-00088C-AZ for qemu-devel@nongnu.org; Thu, 03 Sep 2015 10:52:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXVsC-00087m-5v for qemu-devel@nongnu.org; Thu, 03 Sep 2015 10:52:20 -0400 References: <1438703896-12553-1-git-send-email-armbru@redhat.com> <1438703896-12553-3-git-send-email-armbru@redhat.com> <55C1343F.5060003@redhat.com> <87io8uuuc7.fsf@blackfin.pond.sub.org> <55C21D6D.2080106@redhat.com> <87mvy5j7ek.fsf@blackfin.pond.sub.org> <87y4gre3d7.fsf@blackfin.pond.sub.org> From: Eric Blake Message-ID: <55E85E9D.9020700@redhat.com> Date: Thu, 3 Sep 2015 08:52:13 -0600 MIME-Version: 1.0 In-Reply-To: <87y4gre3d7.fsf@blackfin.pond.sub.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ktRmipvdmVvj6AG07r5ICSosqOellhPGk" Subject: Re: [Qemu-devel] [PATCH RFC v3 02/32] qapi: New QAPISchema intermediate reperesentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, berto@igalia.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ktRmipvdmVvj6AG07r5ICSosqOellhPGk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/31/2015 12:09 PM, Markus Armbruster wrote: >>>>> >>>>> since we don't allow 2D arrays? >>>> >>>> If the generators actually rely on it, yes. > The appended experimental frontend patch passes "make check". Looks > like the backends are just fine with arrays of arrays. I'll therefore > refrain from adding "element type isn't array" assertions to backends. >=20 > Since there's plenty of QAPI work on list already, I'll shelve this > patch for now. We can revisit nested arrays later. Another thing to think about if we allow nested arrays: patch 31/32 maps 'uint8' to 'int', and ['uint8'] to ['int'], but leaves [['uint8']] untouched. We'd have to add a while loop in qapi-introspect.py to ensure we drill down through all levels of an array. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --ktRmipvdmVvj6AG07r5ICSosqOellhPGk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJV6F6dAAoJEKeha0olJ0NqRhUIAJtsS7vTO6caFpkwGO/je8xj Wr7ClzQUx9jl+oQ8Jk1bjhDqsC2WMdM8HZudLcPknfNLDpDIBsIxL/7WopVNNmUT cli18VEq/5OFFXqzEiFhDj/giWqvBhJPlX+5117jsJUCcAQ5ZmIjr3UHW87GfLxM m38+JJxN8SuFjUqjB/pQpblFVt1lG/ucgTGdrsok++dBvd7snB5EtJlTURMi1mXi 2FXTQsTm8vyAWmH3WTTK1Anl110Z9p9Vy+5xzpxfCNRyALIrm1vxW/pwJbk0P9t+ nGB5gghpapGjhMxiDeKLfj2IcOTcLwY0De3wMucdRpodlWOCQFeYXIbVvrLXVAc= =pc7w -----END PGP SIGNATURE----- --ktRmipvdmVvj6AG07r5ICSosqOellhPGk--