[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
From: |
Pierre Morel |
Subject: |
[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW |
Date: |
Fri, 27 Aug 2021 12:50:48 +0200 |
Hello All,
This series presents a VIRTIO test device which receives data on its
input channel and sends back a simple checksum for the data it received
on its output channel.
The goal is to allow a simple VIRTIO device driver to check the VIRTIO
initialization and various data transfer.
For this I introduced a new device ID for the device and having no
Linux driver but a kvm-unit-test driver, I have the following
questions:
Is there another way to advertise new VIRTIO IDs but Linux?
If this QEMU test meet interest, should I write a Linux test program?
Regards,
Pierre
Pierre Morel (2):
virtio: Linux: Update of virtio_ids
s390x: ccw: A simple test device for virtio CCW
hw/s390x/meson.build | 1 +
hw/s390x/virtio-ccw-pong.c | 66 ++++++++
hw/s390x/virtio-ccw.h | 13 ++
hw/virtio/Kconfig | 5 +
hw/virtio/meson.build | 1 +
hw/virtio/virtio-pong.c | 161 ++++++++++++++++++++
include/hw/virtio/virtio-pong.h | 34 +++++
include/standard-headers/linux/virtio_ids.h | 1 +
8 files changed, 282 insertions(+)
create mode 100644 hw/s390x/virtio-ccw-pong.c
create mode 100644 hw/virtio/virtio-pong.c
create mode 100644 include/hw/virtio/virtio-pong.h
--
2.25.1
- [PATCH 0/2] s390x: ccw: A simple test device for virtio CCW,
Pierre Morel <=