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

Michael S. Tsirkin posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1516747387-31760-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
There is a newer version of this series
accel/kvm/kvm-all.c | 4 ----
1 file changed, 4 deletions(-)
[Qemu-devel] [PULL 0/1] virtio: quick fix
Posted by Michael S. Tsirkin 6 years, 2 months ago
This is just a quick bugfix so people can make progress.
Will send a pull req with more patches queues later this week.

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 3e59a4745a1668eeec94d142b0f5a7847b866a87:

  kvm-all: Partially reverts 4fe6d78b2e to remove the cleanup call (2018-01-24 00:41:50 +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>

----------------------------------------------------------------
Jose Ricardo Ziviani (1):
      kvm-all: Partially reverts 4fe6d78b2e to remove the cleanup call

 accel/kvm/kvm-all.c | 4 ----
 1 file changed, 4 deletions(-)


Re: [Qemu-devel] [PULL 0/1] virtio: quick fix
Posted by Peter Maydell 6 years, 2 months ago
On 23 January 2018 at 22:44, Michael S. Tsirkin <mst@redhat.com> wrote:
> This is just a quick bugfix so people can make progress.
> Will send a pull req with more patches queues later this week.
>
> 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 3e59a4745a1668eeec94d142b0f5a7847b866a87:
>
>   kvm-all: Partially reverts 4fe6d78b2e to remove the cleanup call (2018-01-24 00:41:50 +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>
>
> ----------------------------------------------------------------
> Jose Ricardo Ziviani (1):
>       kvm-all: Partially reverts 4fe6d78b2e to remove the cleanup call
>
>  accel/kvm/kvm-all.c | 4 ----
>  1 file changed, 4 deletions(-)

Hi -- this pullreq is superseded by your later one, right?

thanks
-- PMM

Re: [Qemu-devel] [PULL 0/1] virtio: quick fix
Posted by Michael S. Tsirkin 6 years, 2 months ago
On Wed, Jan 24, 2018 at 08:17:08PM +0000, Peter Maydell wrote:
> On 23 January 2018 at 22:44, Michael S. Tsirkin <mst@redhat.com> wrote:
> > This is just a quick bugfix so people can make progress.
> > Will send a pull req with more patches queues later this week.
> >
> > 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 3e59a4745a1668eeec94d142b0f5a7847b866a87:
> >
> >   kvm-all: Partially reverts 4fe6d78b2e to remove the cleanup call (2018-01-24 00:41:50 +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>
> >
> > ----------------------------------------------------------------
> > Jose Ricardo Ziviani (1):
> >       kvm-all: Partially reverts 4fe6d78b2e to remove the cleanup call
> >
> >  accel/kvm/kvm-all.c | 4 ----
> >  1 file changed, 4 deletions(-)
> 
> Hi -- this pullreq is superseded by your later one, right?
> 
> thanks
> -- PMM

Exactly, thanks!

-- 
MST