]> git.proxmox.com Git - mirror_qemu.git/commit
hw/s390x: Move virtio-ccw-crypto code to a separate file
authorThomas Huth <thuth@redhat.com>
Wed, 25 Jul 2018 12:20:21 +0000 (14:20 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (17:37 +0200)
commita8e1b5ffc7ce390b11232e311e6cfd8c1ed11055
tree4cde53e1b43d8f285041819d41ece30a9c4ecd16
parent56541db44217df62cbdcfaccb3ca013ef0f3586c
hw/s390x: Move virtio-ccw-crypto code to a separate file

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

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1532521224-27235-8-git-send-email-thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/Makefile.objs
hw/s390x/virtio-ccw-crypto.c [new file with mode: 0644]
hw/s390x/virtio-ccw.c