All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] virtio-ccw: one more patch for 4.21
@ 2018-12-19 10:14 Cornelia Huck
  2018-12-19 10:14 ` [PULL 1/1] virtio-ccw: diag 500 may return a negative cookie Cornelia Huck
  2019-01-03  8:55 ` [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
  0 siblings, 2 replies; 6+ messages in thread
From: Cornelia Huck @ 2018-12-19 10:14 UTC (permalink / raw)
  To: Michael S . Tsirkin
  Cc: linux-s390, kvm, Cornelia Huck, virtualization, Halil Pasic

The following changes since commit 37d1246af2d530710cf5822d2845774f01c03b22:

  virtio_net: bulk free tx skbs (2018-12-06 14:28:39 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20181219

for you to fetch changes up to 6fb95ef30707f1b2fcaea8d6dc873055e0460b1a:

  virtio-ccw: diag 500 may return a negative cookie (2018-12-19 11:01:57 +0100)

----------------------------------------------------------------
One small documentation fix for 4.21.

----------------------------------------------------------------

Cornelia Huck (1):
  virtio-ccw: diag 500 may return a negative cookie

 Documentation/virtual/kvm/s390-diag.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PULL 1/1] virtio-ccw: diag 500 may return a negative cookie
  2018-12-19 10:14 [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
@ 2018-12-19 10:14 ` Cornelia Huck
  2019-01-03  8:55 ` [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
  1 sibling, 0 replies; 6+ messages in thread
From: Cornelia Huck @ 2018-12-19 10:14 UTC (permalink / raw)
  To: Michael S . Tsirkin
  Cc: linux-s390, kvm, Cornelia Huck, virtualization, Halil Pasic

If something goes wrong in the kvm io bus handling, the virtio-ccw
diagnose may return a negative error value in the cookie gpr.

Document this.

Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 Documentation/virtual/kvm/s390-diag.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/virtual/kvm/s390-diag.txt b/Documentation/virtual/kvm/s390-diag.txt
index 48c4921794ed..7c52e5f8b210 100644
--- a/Documentation/virtual/kvm/s390-diag.txt
+++ b/Documentation/virtual/kvm/s390-diag.txt
@@ -68,7 +68,8 @@ Subcode 3 - virtio-ccw notification
     identifier, it is ignored.
 
     After completion of the DIAGNOSE call, general register 2 may contain
-    a 64bit identifier (in the kvm_io_bus cookie case).
+    a 64bit identifier (in the kvm_io_bus cookie case), or a negative
+    error value, if an internal error occurred.
 
     See also the virtio standard for a discussion of this hypercall.
 
-- 
2.17.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PULL 0/1] virtio-ccw: one more patch for 4.21
  2018-12-19 10:14 [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
  2018-12-19 10:14 ` [PULL 1/1] virtio-ccw: diag 500 may return a negative cookie Cornelia Huck
@ 2019-01-03  8:55 ` Cornelia Huck
  2019-01-03 16:50   ` Michael S. Tsirkin
  1 sibling, 1 reply; 6+ messages in thread
From: Cornelia Huck @ 2019-01-03  8:55 UTC (permalink / raw)
  To: Michael S . Tsirkin; +Cc: Halil Pasic, linux-s390, kvm, virtualization

On Wed, 19 Dec 2018 11:14:13 +0100
Cornelia Huck <cohuck@redhat.com> wrote:

> The following changes since commit 37d1246af2d530710cf5822d2845774f01c03b22:
> 
>   virtio_net: bulk free tx skbs (2018-12-06 14:28:39 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20181219
> 
> for you to fetch changes up to 6fb95ef30707f1b2fcaea8d6dc873055e0460b1a:
> 
>   virtio-ccw: diag 500 may return a negative cookie (2018-12-19 11:01:57 +0100)
> 
> ----------------------------------------------------------------
> One small documentation fix for 4.21.
> 
> ----------------------------------------------------------------
> 
> Cornelia Huck (1):
>   virtio-ccw: diag 500 may return a negative cookie
> 
>  Documentation/virtual/kvm/s390-diag.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

ping?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PULL 0/1] virtio-ccw: one more patch for 4.21
  2019-01-03  8:55 ` [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
@ 2019-01-03 16:50   ` Michael S. Tsirkin
  2019-01-03 16:51     ` Michael S. Tsirkin
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-01-03 16:50 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: Halil Pasic, linux-s390, kvm, virtualization

On Thu, Jan 03, 2019 at 09:55:07AM +0100, Cornelia Huck wrote:
> On Wed, 19 Dec 2018 11:14:13 +0100
> Cornelia Huck <cohuck@redhat.com> wrote:
> 
> > The following changes since commit 37d1246af2d530710cf5822d2845774f01c03b22:
> > 
> >   virtio_net: bulk free tx skbs (2018-12-06 14:28:39 -0500)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20181219
> > 
> > for you to fetch changes up to 6fb95ef30707f1b2fcaea8d6dc873055e0460b1a:
> > 
> >   virtio-ccw: diag 500 may return a negative cookie (2018-12-19 11:01:57 +0100)
> > 
> > ----------------------------------------------------------------
> > One small documentation fix for 4.21.
> > 
> > ----------------------------------------------------------------
> > 
> > Cornelia Huck (1):
> >   virtio-ccw: diag 500 may return a negative cookie
> > 
> >  Documentation/virtual/kvm/s390-diag.txt | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> 
> ping?

Sorry holidays :)

I'll pick this up for the next pull.

-- 
MST

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PULL 0/1] virtio-ccw: one more patch for 4.21
  2019-01-03 16:50   ` Michael S. Tsirkin
@ 2019-01-03 16:51     ` Michael S. Tsirkin
  2019-01-04  9:56       ` Cornelia Huck
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-01-03 16:51 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: Halil Pasic, linux-s390, kvm, virtualization

On Thu, Jan 03, 2019 at 11:50:22AM -0500, Michael S. Tsirkin wrote:
> On Thu, Jan 03, 2019 at 09:55:07AM +0100, Cornelia Huck wrote:
> > On Wed, 19 Dec 2018 11:14:13 +0100
> > Cornelia Huck <cohuck@redhat.com> wrote:
> > 
> > > The following changes since commit 37d1246af2d530710cf5822d2845774f01c03b22:
> > > 
> > >   virtio_net: bulk free tx skbs (2018-12-06 14:28:39 -0500)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20181219
> > > 
> > > for you to fetch changes up to 6fb95ef30707f1b2fcaea8d6dc873055e0460b1a:
> > > 
> > >   virtio-ccw: diag 500 may return a negative cookie (2018-12-19 11:01:57 +0100)
> > > 
> > > ----------------------------------------------------------------
> > > One small documentation fix for 4.21.
> > > 
> > > ----------------------------------------------------------------
> > > 
> > > Cornelia Huck (1):
> > >   virtio-ccw: diag 500 may return a negative cookie
> > > 
> > >  Documentation/virtual/kvm/s390-diag.txt | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > > 
> > 
> > ping?
> 
> Sorry holidays :)
> 
> I'll pick this up for the next pull.

On a related note I'm not yet set up to handle pull requests,
I'd prefer just patches for now.

> -- 
> MST

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PULL 0/1] virtio-ccw: one more patch for 4.21
  2019-01-03 16:51     ` Michael S. Tsirkin
@ 2019-01-04  9:56       ` Cornelia Huck
  0 siblings, 0 replies; 6+ messages in thread
From: Cornelia Huck @ 2019-01-04  9:56 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: Halil Pasic, linux-s390, kvm, virtualization

On Thu, 3 Jan 2019 11:51:45 -0500
"Michael S. Tsirkin" <mst@redhat.com> wrote:

> On Thu, Jan 03, 2019 at 11:50:22AM -0500, Michael S. Tsirkin wrote:
> > On Thu, Jan 03, 2019 at 09:55:07AM +0100, Cornelia Huck wrote:  
> > > On Wed, 19 Dec 2018 11:14:13 +0100
> > > Cornelia Huck <cohuck@redhat.com> wrote:
> > >   
> > > > The following changes since commit 37d1246af2d530710cf5822d2845774f01c03b22:
> > > > 
> > > >   virtio_net: bulk free tx skbs (2018-12-06 14:28:39 -0500)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20181219
> > > > 
> > > > for you to fetch changes up to 6fb95ef30707f1b2fcaea8d6dc873055e0460b1a:
> > > > 
> > > >   virtio-ccw: diag 500 may return a negative cookie (2018-12-19 11:01:57 +0100)
> > > > 
> > > > ----------------------------------------------------------------
> > > > One small documentation fix for 4.21.
> > > > 
> > > > ----------------------------------------------------------------
> > > > 
> > > > Cornelia Huck (1):
> > > >   virtio-ccw: diag 500 may return a negative cookie
> > > > 
> > > >  Documentation/virtual/kvm/s390-diag.txt | 3 ++-
> > > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > > >   
> > > 
> > > ping?  
> > 
> > Sorry holidays :)
> > 
> > I'll pick this up for the next pull.  
> 
> On a related note I'm not yet set up to handle pull requests,
> I'd prefer just patches for now.

Thanks for letting me know; I presume you can simply pick up the patch
as I sent it along in the pull request as well.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-04  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19 10:14 [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
2018-12-19 10:14 ` [PULL 1/1] virtio-ccw: diag 500 may return a negative cookie Cornelia Huck
2019-01-03  8:55 ` [PULL 0/1] virtio-ccw: one more patch for 4.21 Cornelia Huck
2019-01-03 16:50   ` Michael S. Tsirkin
2019-01-03 16:51     ` Michael S. Tsirkin
2019-01-04  9:56       ` Cornelia Huck

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.