From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/7] QAPI patches 2016-06-30
Date: Thu, 30 Jun 2016 09:29:45 +0200 [thread overview]
Message-ID: <1467271792-20418-1-git-send-email-armbru@redhat.com> (raw)
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
include/qemu/range.h | 91 ++++++++++--------------------------------
qapi/string-input-visitor.c | 17 ++------
qapi/string-output-visitor.c | 4 +-
qobject/json-lexer.c | 19 ++++++---
qobject/json-streamer.c | 6 +++
scripts/checkpatch.pl | 2 +-
scripts/qapi-visit.py | 6 +++
tests/test-qmp-input-visitor.c | 12 ++++++
util/Makefile.objs | 1 +
util/range.c | 76 +++++++++++++++++++++++++++++++++++
10 files changed, 143 insertions(+), 91 deletions(-)
create mode 100644 util/range.c
--
2.5.5
next reply other threads:[~2016-06-30 7:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-30 7:29 Markus Armbruster [this message]
2016-06-30 7:29 ` [Qemu-devel] [PULL 1/7] json-streamer: Don't leak tokens on incomplete parse Markus Armbruster
2016-06-30 7:29 ` [Qemu-devel] [PULL 2/7] qobject: Correct JSON lexer grammar comments Markus Armbruster
2016-06-30 7:29 ` [Qemu-devel] [PULL 3/7] checkpatch: There is no qemu_strtod() Markus Armbruster
2016-06-30 7:29 ` [Qemu-devel] [PULL 4/7] qapi: Fix crash on missing alternate member of QAPI struct Markus Armbruster
2016-06-30 7:29 ` [Qemu-devel] [PULL 5/7] range: Create range.c for code that should not be inline Markus Armbruster
2016-06-30 7:29 ` [Qemu-devel] [PULL 6/7] qapi: Simplify use of range.h Markus Armbruster
2016-06-30 7:29 ` [Qemu-devel] [PULL 7/7] qapi: Fix memleak in string visitors on int lists Markus Armbruster
2016-06-30 12:17 ` [Qemu-devel] [PULL 0/7] QAPI patches 2016-06-30 Peter Maydell
2016-06-30 13:42 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467271792-20418-1-git-send-email-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).