From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esp2Q-0000hX-3v for qemu-devel@nongnu.org; Mon, 05 Mar 2018 07:16:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esp2L-0000kl-Uy for qemu-devel@nongnu.org; Mon, 05 Mar 2018 07:16:18 -0500 Received: from mail-ot0-x22c.google.com ([2607:f8b0:4003:c0f::22c]:46731) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1esp2L-0000jy-Ov for qemu-devel@nongnu.org; Mon, 05 Mar 2018 07:16:13 -0500 Received: by mail-ot0-x22c.google.com with SMTP id g97so14662796otg.13 for ; Mon, 05 Mar 2018 04:16:13 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180302195143.31678-1-eblake@redhat.com> References: <20180302195143.31678-1-eblake@redhat.com> From: Peter Maydell Date: Mon, 5 Mar 2018 12:15:52 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL v4 00/30] QAPI patches for 2018-03-01 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: QEMU Developers On 2 March 2018 at 19:51, Eric Blake wrote: > The following changes since commit 136c67e07869227b21b3f627316e03679ce7b738: > > Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2018-03-02' into staging (2018-03-02 16:56:20 +0000) > > are available in the Git repository at: > > git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-03-01-v4 > > for you to fetch changes up to 418b1d0ae3a2cc992659f626a2a3f11944e0b259: > > qapi: Don't create useless directory qapi-generated (2018-03-02 13:48:26 -0600) > > v4: another attempt at silencing OSX warnings on empty .o [Peter] > (sending just the changed patches) > > ---------------------------------------------------------------- > qapi patches for 2018-03-01 > > - Markus Armbruster: Modularize generated QAPI code > > ---------------------------------------------------------------- This version works -- applied, thanks. -- PMM