All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: linux-s390 <linux-s390@vger.kernel.org>,
	Anthony Liguori <aliguori@us.ibm.com>, KVM <kvm@vger.kernel.org>,
	Carsten Otte <cotte@de.ibm.com>,
	Sebastian Ott <sebott@linux.vnet.ibm.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	Alexander Graf <agraf@suse.de>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Avi Kivity <avi@redhat.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: [PATCH v2] virtio-spec: Add virtio-ccw spec.
Date: Fri, 07 Sep 2012 09:27:59 +0930	[thread overview]
Message-ID: <87oblihfg8.fsf@rustcorp.com.au> (raw)
In-Reply-To: <20120906155147.56e08f10@BR9GNB5Z>

Cornelia Huck <cornelia.huck@de.ibm.com> writes:

> On Thu, 06 Sep 2012 11:56:31 +0930
> Rusty Russell <rusty@rustcorp.com.au> wrote:
>
>> Cornelia Huck <cornelia.huck@de.ibm.com> writes:
>> 
>> > Add specifications for the new s390 specific virtio-ccw transport.
>> >
>> > Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
>> 
>> Excellent.  I have applied and pushed this revision.
>
> Cool.
>
> Unfortunately, we just discovered that we probably need to expand the
> protocol to allow for a configuration-changed marker in addition to the
> indicator bits. Can we easily amend the spec later on?

Hmm, I'll delay the point-release of the spec until I have that patch.

You can amend the spec because you're the only implementation, but it's
poor form :)

Cheers,
Rusty.

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: linux-s390 <linux-s390@vger.kernel.org>,
	Anthony Liguori <aliguori@us.ibm.com>, KVM <kvm@vger.kernel.org>,
	Carsten Otte <cotte@de.ibm.com>,
	Sebastian Ott <sebott@linux.vnet.ibm.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	Alexander Graf <agraf@suse.de>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Avi Kivity <avi@redhat.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: [Qemu-devel] [PATCH v2] virtio-spec: Add virtio-ccw spec.
Date: Fri, 07 Sep 2012 09:27:59 +0930	[thread overview]
Message-ID: <87oblihfg8.fsf@rustcorp.com.au> (raw)
In-Reply-To: <20120906155147.56e08f10@BR9GNB5Z>

Cornelia Huck <cornelia.huck@de.ibm.com> writes:

> On Thu, 06 Sep 2012 11:56:31 +0930
> Rusty Russell <rusty@rustcorp.com.au> wrote:
>
>> Cornelia Huck <cornelia.huck@de.ibm.com> writes:
>> 
>> > Add specifications for the new s390 specific virtio-ccw transport.
>> >
>> > Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
>> 
>> Excellent.  I have applied and pushed this revision.
>
> Cool.
>
> Unfortunately, we just discovered that we probably need to expand the
> protocol to allow for a configuration-changed marker in addition to the
> indicator bits. Can we easily amend the spec later on?

Hmm, I'll delay the point-release of the spec until I have that patch.

You can amend the spec because you're the only implementation, but it's
poor form :)

Cheers,
Rusty.

  reply	other threads:[~2012-09-06 23:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-04 15:14 [RFC PATCH v2] Update virtio spec for virtio-ccw Cornelia Huck
2012-09-04 15:14 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:14 ` [PATCH v2] virtio-spec: Add virtio-ccw spec Cornelia Huck
2012-09-04 15:14   ` [Qemu-devel] " Cornelia Huck
2012-09-06  2:26   ` Rusty Russell
2012-09-06  2:26     ` [Qemu-devel] " Rusty Russell
2012-09-06  3:09     ` Benjamin Herrenschmidt
2012-09-06  3:09       ` [Qemu-devel] " Benjamin Herrenschmidt
2012-09-06 13:51     ` Cornelia Huck
2012-09-06 13:51       ` [Qemu-devel] " Cornelia Huck
2012-09-06 23:57       ` Rusty Russell [this message]
2012-09-06 23:57         ` Rusty Russell

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=87oblihfg8.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=agraf@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=cotte@de.ibm.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=sebott@linux.vnet.ibm.com \
    /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 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.