From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z82uO-0003VA-Lj for qemu-devel@nongnu.org; Thu, 25 Jun 2015 04:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z82uK-0007Ar-H9 for qemu-devel@nongnu.org; Thu, 25 Jun 2015 04:53:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z82uK-0007Aj-Bm for qemu-devel@nongnu.org; Thu, 25 Jun 2015 04:53:16 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id CAA19BB963 for ; Thu, 25 Jun 2015 08:53:15 +0000 (UTC) Date: Thu, 25 Jun 2015 10:53:10 +0200 From: Thomas Huth Message-ID: <20150625105310.0f8f15e3@thh440s> In-Reply-To: <87r3p02pbk.fsf@blackfin.pond.sub.org> References: <1435212976.18484.4.camel@redhat.com> <87r3p02pbk.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/5] qapi flattening + some miscellaneous patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Thu, 25 Jun 2015 09:57:03 +0200 Markus Armbruster wrote: > Gerd Hoffmann writes: >=20 > > On Di, 2015-06-23 at 15:32 +0200, K=C5=91v=C3=A1g=C3=B3, Zolt=C3=A1n wr= ote: > >> I've cherry-picked the qapi related parts from my previous -audiodev > >> patch series, we can hopefully concentrate on one thing at a time. The > >> most important changes in this patch series are the flattening of the > >> Netdev structures. This way we can add proper nested structure support > >> into OptsVisitor, without requiring backward-compatibility hacks. > > > > Applies and builds fine, no obvious regressions in testing. > > > > Tested-by: Gerd Hoffmann > > > > Getting this merged before hard freeze would be great ... > > > > Any takers? Markus? >=20 > I'll *try* to make time for it. When's the hard freeze again? 7th of July according to: http://qemu-project.org/Planning/2.4 Thomas