← Prev in month ← Prev in thread

[PATCH v4 0/2] virtio/vhost-vsock: qemu support for s390 and big endian

From
Claudio Imbrenda <>
Date
2016-03-11T16:45:30+00:00
ID
Thread
[PATCH v4 0/2] virtio/vhost-vsock: qemu support for s390 and big endian
This patchset is based on the vsock branch from stefan hajnoczi, available
at  https://github.com/stefanha/qemu .

The first patch simply addresses some generic endianness issues, while the
second patch adds the s390-specific CCW device specification and
instantiation.


CHANGELOG:
v4:
* changed patch titles to improve readability
v3:
* replaced  memset  with  = {}  initializer in the first patch
* removed more pointless comments about pci-specific things
* added explicit error propagation in second patch, to conform to other
  CCW implementations
v2:  
* added commit message for first patch
* removed pointless comments regarding pci-specific things
* merged patch 2 and 3


Claudio Imbrenda (2):
  vhost-vsock: fix endianness problem
  virtio-ccw: wire up vsock

 hw/s390x/virtio-ccw.c   | 54 +++++++++++++++++++++++++++++++++++++++++++++++++
 hw/s390x/virtio-ccw.h   | 15 ++++++++++++++
 hw/virtio/vhost-vsock.c |  9 ++++-----
 3 files changed, 73 insertions(+), 5 deletions(-)

-- 
1.9.1
← Prev in month ← Prev in thread