OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]