qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL for-2.6 0/3] Fix dangling pointers and error message regressions
Date: Thu, 28 Apr 2016 08:28:10 +0200	[thread overview]
Message-ID: <1461824893-21125-1-git-send-email-armbru@redhat.com> (raw)

PATCH 1+2 are simple fixes for dangling pointers to unused stack, and
as such belong into 2.6 if at all possible.

PATCH 3 fixes an error message regression.  The patch is a bit long,
but repetitive.

The following changes since commit f419a626c76bcb26697883af702862e8623056f9:

  usb/uhci: move pid check (2016-04-25 12:05:05 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-04-28

for you to fetch changes up to 51b9b478cc238ad23a78ffd713f9c18bbc3907e6:

  qom: -object error messages lost location, restore it (2016-04-28 08:19:36 +0200)

----------------------------------------------------------------
Fix dangling pointers and error message regressions

----------------------------------------------------------------
Markus Armbruster (3):
      QemuOpts: Fix qemu_opts_foreach() dangling location regression
      replay: Fix dangling location bug in replay_configure()
      qom: -object error messages lost location, restore it

 include/qom/object_interfaces.h |  5 +++--
 qemu-img.c                      | 39 +++++++++++----------------------------
 qemu-io.c                       |  3 +--
 qemu-nbd.c                      |  3 +--
 qom/object_interfaces.c         |  4 +++-
 replay/replay.c                 |  3 ++-
 util/qemu-option.c              |  6 +++---
 vl.c                            |  6 ++----
 8 files changed, 26 insertions(+), 43 deletions(-)

-- 
2.5.5

             reply	other threads:[~2016-04-28  6:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28  6:28 Markus Armbruster [this message]
2016-04-28  6:28 ` [Qemu-devel] [PULL for-2.6 1/3] QemuOpts: Fix qemu_opts_foreach() dangling location regression Markus Armbruster
2016-04-28  6:28 ` [Qemu-devel] [PULL for-2.6 2/3] replay: Fix dangling location bug in replay_configure() Markus Armbruster
2016-04-28  6:28 ` [Qemu-devel] [PULL for-2.6 3/3] qom: -object error messages lost location, restore it Markus Armbruster
2016-04-28 10:47 ` [Qemu-devel] [PULL for-2.6 0/3] Fix dangling pointers and error message regressions Peter Maydell

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=1461824893-21125-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).