From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIcF7-0000AD-2y for qemu-devel@nongnu.org; Thu, 30 Jun 2016 09:42:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIcF5-00038x-Tp for qemu-devel@nongnu.org; Thu, 30 Jun 2016 09:42:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIcF5-00038R-Ni for qemu-devel@nongnu.org; Thu, 30 Jun 2016 09:42:55 -0400 From: Markus Armbruster References: <1467271792-20418-1-git-send-email-armbru@redhat.com> Date: Thu, 30 Jun 2016 15:42:52 +0200 In-Reply-To: (Peter Maydell's message of "Thu, 30 Jun 2016 13:17:34 +0100") Message-ID: <87furu6bdv.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 0/7] QAPI patches 2016-06-30 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Peter Maydell writes: > On 30 June 2016 at 08:29, Markus Armbruster wrote: >> The following changes since commit 3e904d6ade7f363c64b3c54c5d14372b8a9e6892: >> >> Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160628' into staging (2016-06-29 10:43:08 +0100) >> >> are available in the git repository at: >> >> git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-06-30 >> >> for you to fetch changes up to 68f623735cb09a73d2cd486490313dbce725478d: >> >> qapi: Fix memleak in string visitors on int lists (2016-06-30 09:09:04 +0200) >> >> ---------------------------------------------------------------- >> QAPI patches 2016-06-30 >> >> ---------------------------------------------------------------- >> Eric Blake (7): >> json-streamer: Don't leak tokens on incomplete parse >> qobject: Correct JSON lexer grammar comments >> checkpatch: There is no qemu_strtod() >> qapi: Fix crash on missing alternate member of QAPI struct >> range: Create range.c for code that should not be inline >> qapi: Simplify use of range.h >> qapi: Fix memleak in string visitors on int lists > > Hi -- some of these patches seem to be missing your signed-off-by > as submaintainer. Could you add them and respin, please? Done. Sorry for wating your time!