All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Amit Shah <amit.shah@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	qemu list <qemu-devel@nongnu.org>,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL] char: fix segfault on chardev detach
Date: Thu,  5 Sep 2013 23:57:33 +0530	[thread overview]
Message-ID: <cover.1378386450.git.amit.shah@redhat.com> (raw)

Hi Anthony,

Please pull to receive a fix for a segfault in the char layer.  The
patches have been on the list for a week, and Gerd has reviewed them.

(I'm overloading the virtio-serial git tree for this series, haven't
gotten around to setting up a separate tree for char yet.)


The following changes since commit aaa6a40194e9f204cb853f64ef3c1e170bb014e8:

  Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-09-03 12:33:32 -0500)

are available in the git repository at:

  git://git.kernel.org/virt/qemu/amit/virtio-serial.git char-remove-watch-on-unplug

for you to fetch changes up to 386a5a1e0057e220f79c48fe3689e3dfb17f1b09:

  char: remove watch callback on chardev detach from frontend (2013-09-05 18:30:36 +0530)


Amit Shah (3):
  char: move backends' io watch tag to CharDriverState
  char: use common function to disable callbacks on chardev close
  char: remove watch callback on chardev detach from frontend

 include/sysemu/char.h |  1 +
 qemu-char.c           | 82 +++++++++++++++++++--------------------------------
 2 files changed, 32 insertions(+), 51 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2013-09-05 18:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05 18:27 Amit Shah [this message]
2013-09-05 18:27 ` [Qemu-devel] [PATCH 1/3] char: move backends' io watch tag to CharDriverState Amit Shah
2013-09-05 18:27 ` [Qemu-devel] [PATCH 2/3] char: use common function to disable callbacks on chardev close Amit Shah
2013-09-05 18:27 ` [Qemu-devel] [PATCH 3/3] char: remove watch callback on chardev detach from frontend Amit Shah

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=cover.1378386450.git.amit.shah@redhat.com \
    --to=amit.shah@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.