qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL v2 0/3] virtio: quick fix
Date: Wed, 24 Jan 2018 19:22:39 +0200	[thread overview]
Message-ID: <1516814467-25906-1-git-send-email-mst@redhat.com> (raw)

So this just reverts Gal's patches. I hope he'll be able to resubmit
shortly but it's causing too many issues to too many people to try to do
incremental fixups, and this way there's no timing pressure on anyone.

The following changes since commit 52483b067cce4a88ffbf8fbeea26de7549d2ad23:

  Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into staging (2018-01-23 10:15:09 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to e044c0f8dd028ea296396ad8066ba436e9acf350:

  Revert "qemu: add a cleanup callback function to EventNotifier" (2018-01-24 19:20:19 +0200)

----------------------------------------------------------------
virtio: quick fix

Fixes a regression in virtio that's causing issues
for many people.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Michael S. Tsirkin (3):
      Revert "virtio: improve virtio devices initialization time"
      Revert "virtio: postpone the execution of event_notifier_cleanup function"
      Revert "qemu: add a cleanup callback function to EventNotifier"

 include/qemu/event_notifier.h |  1 -
 accel/kvm/kvm-all.c           |  4 ----
 hw/virtio/virtio-bus.c        | 19 ++++++++-----------
 hw/virtio/virtio.c            |  5 -----
 util/event_notifier-posix.c   |  5 +----
 util/event_notifier-win32.c   |  2 --
 6 files changed, 9 insertions(+), 27 deletions(-)

             reply	other threads:[~2018-01-24 17:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-24 17:22 Michael S. Tsirkin [this message]
2018-01-24 17:22 ` [Qemu-devel] [PULL v2 1/3] Revert "virtio: improve virtio devices initialization time" Michael S. Tsirkin
2018-01-24 17:22 ` [Qemu-devel] [PULL v2 2/3] Revert "virtio: postpone the execution of event_notifier_cleanup function" Michael S. Tsirkin
2018-01-24 17:22 ` [Qemu-devel] [PULL v2 3/3] Revert "qemu: add a cleanup callback function to EventNotifier" Michael S. Tsirkin
2018-01-24 22:55 ` [Qemu-devel] [PULL v2 0/3] virtio: quick fix 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=1516814467-25906-1-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).