From: Kevin Wolf <kwolf@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com
Subject: [Qemu-devel] [PULL 00/17] Block patches
Date: Mon, 2 Jun 2014 15:56:31 +0200 [thread overview]
Message-ID: <1401717408-4607-1-git-send-email-kwolf@redhat.com> (raw)
The following changes since commit d7d3d6092cb7edc75dc49fb90c86dd5425ab4805:
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-05-28 18:38:39 +0100)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 55d492d7602c27cabb605f42e72c755de1c186c1:
qemu-img: Report error even with --oformat=json (2014-06-02 13:58:40 +0200)
----------------------------------------------------------------
Block patches
----------------------------------------------------------------
Fam Zheng (1):
vmdk: Fix local_err in vmdk_create
Markus Armbruster (14):
qemu-img: Plug memory leak on block option help error path
block/vvfat: Plug memory leak in enable_write_target()
qcow2: Plug memory leak on qcow2_invalidate_cache() error paths
block: Plug memory leak on brv_open_image() error path
qemu-io: Support multiple -o in open command
qemu-io: Plug memory leak in open command
qemu-io: Don't print NULL when open without non-option arg fails
blockdev: Plug memory leak in blockdev_init()
blockdev: Plug memory leak in drive_init()
block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR
block/vvfat: Plug memory leak in check_directory_consistency()
block/vvfat: Plug memory leak in read_directory()
block/sheepdog: Plug memory leak in sd_snapshot_create()
qemu-img: Plug memory leak in convert command
Max Reitz (1):
qemu-img: Report error even with --oformat=json
Peter Maydell (1):
block/raw-posix.c: Avoid nonstandard LONG_LONG_MAX
block.c | 1 +
block/qapi.c | 1 +
block/qcow2.c | 3 +--
block/raw-posix.c | 2 +-
block/sheepdog.c | 4 ++--
block/vmdk.c | 8 ++++----
block/vvfat.c | 7 +++++--
blockdev.c | 7 +++++--
qemu-img.c | 7 +++----
qemu-io.c | 22 +++++++++++++++-------
10 files changed, 38 insertions(+), 24 deletions(-)
next reply other threads:[~2014-06-02 13:57 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 13:56 Kevin Wolf [this message]
2014-06-02 13:56 ` [Qemu-devel] [PULL 01/17] qemu-img: Plug memory leak on block option help error path Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 02/17] block/vvfat: Plug memory leak in enable_write_target() Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 03/17] qcow2: Plug memory leak on qcow2_invalidate_cache() error paths Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 04/17] block: Plug memory leak on brv_open_image() error path Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 05/17] qemu-io: Support multiple -o in open command Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 06/17] qemu-io: Plug memory leak " Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 07/17] qemu-io: Don't print NULL when open without non-option arg fails Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 08/17] blockdev: Plug memory leak in blockdev_init() Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 09/17] blockdev: Plug memory leak in drive_init() Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 10/17] block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 11/17] block/vvfat: Plug memory leak in check_directory_consistency() Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 12/17] block/vvfat: Plug memory leak in read_directory() Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 13/17] block/sheepdog: Plug memory leak in sd_snapshot_create() Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 14/17] qemu-img: Plug memory leak in convert command Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 15/17] block/raw-posix.c: Avoid nonstandard LONG_LONG_MAX Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 16/17] vmdk: Fix local_err in vmdk_create Kevin Wolf
2014-06-02 13:56 ` [Qemu-devel] [PULL 17/17] qemu-img: Report error even with --oformat=json Kevin Wolf
2014-06-02 14:46 ` [Qemu-devel] [PULL 00/17] Block patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2019-08-19 16:17 Max Reitz
2019-08-20 12:40 ` Peter Maydell
2016-09-12 14:08 Stefan Hajnoczi
2016-09-12 15:12 ` Peter Maydell
2016-09-12 15:56 ` Peter Maydell
2016-09-13 1:11 ` Fam Zheng
2016-09-13 8:34 ` Stefan Hajnoczi
2016-09-13 8:53 ` Stefan Hajnoczi
2016-01-20 16:24 Kevin Wolf
2016-01-21 13:42 ` Peter Maydell
2015-07-02 9:19 Stefan Hajnoczi
2015-07-02 12:46 ` Peter Maydell
2015-07-07 13:47 ` Peter Maydell
2015-07-08 13:52 ` Stefan Hajnoczi
2015-06-05 11:57 Stefan Hajnoczi
2015-06-05 13:53 ` Peter Maydell
2014-05-09 19:03 Stefan Hajnoczi
2014-05-13 10:32 ` Peter Maydell
2013-10-29 16:30 Kevin Wolf
2010-07-06 15:33 Kevin Wolf
2010-07-06 19:07 ` Anthony Liguori
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=1401717408-4607-1-git-send-email-kwolf@redhat.com \
--to=kwolf@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).