[Qemu-devel] [PULL v2 0/3] virtio: quick fix

Michael S. Tsirkin posted 3 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1516814467-25906-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
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(-)
[Qemu-devel] [PULL v2 0/3] virtio: quick fix
Posted by Michael S. Tsirkin 6 years, 3 months ago
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(-)


Re: [Qemu-devel] [PULL v2 0/3] virtio: quick fix
Posted by Peter Maydell 6 years, 3 months ago
On 24 January 2018 at 17:22, Michael S. Tsirkin <mst@redhat.com> wrote:
> 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"

Applied, thanks.

-- PMM