[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/4] virtio-ccw: virtio-1 enablement
From: |
Cornelia Huck |
Subject: |
[Qemu-devel] [PATCH 0/4] virtio-ccw: virtio-1 enablement |
Date: |
Tue, 23 Jun 2015 13:17:32 +0200 |
Michael,
here's the virtio-ccw patches that Gerd had dropped due to conflicts
during his virtio-1 rebase. Patch 2 has been updated with my changes
to ensure big endian accesses (which was a separate patch before).
There might be more patches that were in my tree but are not yet upstream,
but I'm still digging myself out from under the post-vacation email pile.
I think these can still go into 2.4. Would you take them through your tree,
or should I take them through the s390x tree?
Cornelia Huck (2):
s390x/virtio-ccw: support virtio-1 set_vq format
s390x/virtio-ccw: enable virtio 1.0
Thomas Huth (2):
s390x/css: Add a callback for when subchannel gets disabled
s390x/virtio-ccw: add virtio set-revision call
hw/s390x/css.c | 12 +++
hw/s390x/css.h | 1 +
hw/s390x/virtio-ccw.c | 212 ++++++++++++++++++++++++++++++++++++++++----------
hw/s390x/virtio-ccw.h | 8 ++
4 files changed, 190 insertions(+), 43 deletions(-)
--
2.3.8
- [Qemu-devel] [PATCH 0/4] virtio-ccw: virtio-1 enablement,
Cornelia Huck <=
- [Qemu-devel] [PATCH 4/4] s390x/virtio-ccw: enable virtio 1.0, Cornelia Huck, 2015/06/23
- [Qemu-devel] [PATCH 1/4] s390x/css: Add a callback for when subchannel gets disabled, Cornelia Huck, 2015/06/23
- [Qemu-devel] [PATCH 3/4] s390x/virtio-ccw: support virtio-1 set_vq format, Cornelia Huck, 2015/06/23
- [Qemu-devel] [PATCH 2/4] s390x/virtio-ccw: add virtio set-revision call, Cornelia Huck, 2015/06/23
- Re: [Qemu-devel] [PATCH 0/4] virtio-ccw: virtio-1 enablement, Michael S. Tsirkin, 2015/06/23
- Re: [Qemu-devel] [PATCH 0/4] virtio-ccw: virtio-1 enablement, Thomas Huth, 2015/06/23