qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] tests for CCW IDA


From: Halil Pasic
Subject: [Qemu-devel] [PATCH 0/2] tests for CCW IDA
Date: Wed, 13 Sep 2017 15:27:50 +0200

Because there is not matching (emulated) QEMU device for the Linux
drivers using IDA, testing IDA requires extra effort. 

The last patch of this  series is a QEMU patch which introduces an
emulated CCW device,  which does support IDA. This patch depends on my
IDA work and is intended to be used with the following patch set:
https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg03434.html

The second patch is an out-of-tree Linux kernel module, meant to exercise
the QEMU device introduced by the first patch. The idea is to apply this
patch to an empty git repository.

Both of the patches used to be included in my IDA series, but I've split
them out on maintainer request.

Halil Pasic (1):
  s390x/ccs: add ccw-tester emulated device

 hw/s390x/Makefile.objs |   1 +
 hw/s390x/ccw-tester.c  | 179 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 180 insertions(+)
 create mode 100644 hw/s390x/ccw-tester.c

-- 
2.13.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]