From: Avi Kivity <avi@redhat.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: linux-s390 <linux-s390@vger.kernel.org>,
Anthony Liguori <aliguori@us.ibm.com>,
Rusty Russell <rusty@rustcorp.com.au>, 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>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: [RFC PATCH v2 0/7] s390: virtual css host support.
Date: Wed, 05 Sep 2012 10:51:25 +0300 [thread overview]
Message-ID: <5047047D.7000406@redhat.com> (raw)
In-Reply-To: <1346771610-52423-1-git-send-email-cornelia.huck@de.ibm.com>
On 09/04/2012 06:13 PM, Cornelia Huck wrote:
> Hi,
>
> here's the second revision of the virtual channel subsystem support for
> s390.
>
> I changed the representation of the channel subsystem, introducing channel
> subsystem images, which brings it closer to the actual implementation. A
> new ioctl for adding a new channel subsystem image has also been introduced.
Looks good to me, though of course I could only do a shallow review.
I'd like to see acks from an s390 maintainer on the non-kvm patches, and
will apply after the other comments are addressed.
--
error compiling committee.c: too many arguments to function
WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi@redhat.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: linux-s390 <linux-s390@vger.kernel.org>,
Anthony Liguori <aliguori@us.ibm.com>,
Rusty Russell <rusty@rustcorp.com.au>, 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>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: [Qemu-devel] [RFC PATCH v2 0/7] s390: virtual css host support.
Date: Wed, 05 Sep 2012 10:51:25 +0300 [thread overview]
Message-ID: <5047047D.7000406@redhat.com> (raw)
In-Reply-To: <1346771610-52423-1-git-send-email-cornelia.huck@de.ibm.com>
On 09/04/2012 06:13 PM, Cornelia Huck wrote:
> Hi,
>
> here's the second revision of the virtual channel subsystem support for
> s390.
>
> I changed the representation of the channel subsystem, introducing channel
> subsystem images, which brings it closer to the actual implementation. A
> new ioctl for adding a new channel subsystem image has also been introduced.
Looks good to me, though of course I could only do a shallow review.
I'd like to see acks from an s390 maintainer on the non-kvm patches, and
will apply after the other comments are addressed.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2012-09-05 7:51 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 15:13 [RFC PATCH v2 0/7] s390: virtual css host support Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 1/7] s390/kvm: Support for I/O interrupts Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-05 7:28 ` Avi Kivity
2012-09-05 7:28 ` [Qemu-devel] " Avi Kivity
2012-09-05 8:26 ` Cornelia Huck
2012-09-05 8:26 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 2/7] s390/kvm: Add support for machine checks Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-05 7:22 ` Heiko Carstens
2012-09-05 7:22 ` [Qemu-devel] " Heiko Carstens
2012-09-05 8:39 ` Cornelia Huck
2012-09-05 8:39 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 3/7] s390/kvm: In-kernel handling of I/O instructions Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 4/7] s390: Move css limits from drivers/s390/cio/ to include/asm/ Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 5/7] s390: Make some css-related structures usable by non-cio code Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 6/7] s390/kvm: Base infrastructure for enabling capabilities Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 7/7] s390/kvm: In-kernel channel subsystem support Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] " Cornelia Huck
2012-09-19 14:47 ` Alexander Graf
2012-09-19 14:47 ` [Qemu-devel] " Alexander Graf
2012-09-19 14:57 ` Avi Kivity
2012-09-19 14:57 ` [Qemu-devel] " Avi Kivity
2012-09-20 7:26 ` Christian Borntraeger
2012-09-20 7:26 ` [Qemu-devel] " Christian Borntraeger
2012-09-05 7:51 ` Avi Kivity [this message]
2012-09-05 7:51 ` [Qemu-devel] [RFC PATCH v2 0/7] s390: virtual css host support Avi Kivity
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=5047047D.7000406@redhat.com \
--to=avi@redhat.com \
--cc=agraf@suse.de \
--cc=aliguori@us.ibm.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=rusty@rustcorp.com.au \
--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.