]> Git Repo - qemu.git/commit - hw/s390x/virtio-ccw-serial.c
hw/s390x: Move virtio-ccw-serial code to a separate file
authorThomas Huth <[email protected]>
Wed, 25 Jul 2018 12:20:16 +0000 (14:20 +0200)
committerCornelia Huck <[email protected]>
Tue, 28 Aug 2018 15:37:01 +0000 (17:37 +0200)
commit901f5f162a32461226fa1bb4be81e71ae7a939a7
treeed7cd2780421e6600922c4063addbfbd9901a4b1
parent2d6ff33a03332d2a7dc0ece31a8eb8d49c0194ee
hw/s390x: Move virtio-ccw-serial code to a separate file

The code should only be enabled if CONFIG_VIRTIO_SERIAL has been set.
This can be done best if the code resides in a separate file.

Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <1532521224[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
MAINTAINERS
hw/s390x/Makefile.objs
hw/s390x/virtio-ccw-serial.c [new file with mode: 0644]
hw/s390x/virtio-ccw.c
This page took 0.025198 seconds and 4 git commands to generate.