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 0/7] monitor: Thread safety improvements
Date: Mon, 18 Jun 2018 16:08:47 +0200	[thread overview]
Message-ID: <20180618140854.17824-1-armbru@redhat.com> (raw)

The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-06-18

for you to fetch changes up to 474514668b47c9d2148b526e379ffbb6764d9a9e:

  monitor: add lock to protect mon_fdsets (2018-06-18 15:48:22 +0200)

----------------------------------------------------------------
Monitor patches for 2018-06-18

----------------------------------------------------------------
Peter Xu (7):
      monitor: rename out_lock to mon_lock
      monitor: protect mon->fds with mon_lock
      monitor: more comments on lock-free elements
      monitor: fix comment for monitor_lock
      monitor: remove event_clock_type
      monitor: move init global earlier
      monitor: add lock to protect mon_fdsets

 monitor.c     | 168 ++++++++++++++++++++++++++++++++++++++++------------------
 stubs/fdset.c |   2 +-
 util/osdep.c  |   3 +-
 vl.c          |   7 +--
 4 files changed, 121 insertions(+), 59 deletions(-)

Peter Xu (7):
  monitor: rename out_lock to mon_lock
  monitor: protect mon->fds with mon_lock
  monitor: more comments on lock-free elements
  monitor: fix comment for monitor_lock
  monitor: remove event_clock_type
  monitor: move init global earlier
  monitor: add lock to protect mon_fdsets

 monitor.c     | 168 +++++++++++++++++++++++++++++++++++---------------
 stubs/fdset.c |   2 +-
 util/osdep.c  |   3 +-
 vl.c          |   7 +--
 4 files changed, 121 insertions(+), 59 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-06-18 14:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-18 14:08 Markus Armbruster [this message]
2018-06-18 14:08 ` [Qemu-devel] [PULL 1/7] monitor: rename out_lock to mon_lock Markus Armbruster
2018-06-18 14:08 ` [Qemu-devel] [PULL 2/7] monitor: protect mon->fds with mon_lock Markus Armbruster
2018-06-18 14:08 ` [Qemu-devel] [PULL 3/7] monitor: more comments on lock-free elements Markus Armbruster
2018-06-18 14:08 ` [Qemu-devel] [PULL 4/7] monitor: fix comment for monitor_lock Markus Armbruster
2018-06-18 14:08 ` [Qemu-devel] [PULL 5/7] monitor: remove event_clock_type Markus Armbruster
2018-06-18 14:08 ` [Qemu-devel] [PULL 6/7] monitor: move init global earlier Markus Armbruster
2018-09-05 15:05   ` Wolfgang Bumiller
2018-09-06  3:38     ` Peter Xu
2018-06-18 14:08 ` [Qemu-devel] [PULL 7/7] monitor: add lock to protect mon_fdsets Markus Armbruster
2018-06-19 15:04 ` [Qemu-devel] [PULL 0/7] monitor: Thread safety improvements 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=20180618140854.17824-1-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).