diff options
author | Pierre Morel | 2015-11-30 16:49:58 +0100 |
---|---|---|
committer | Cornelia Huck | 2016-01-13 10:53:42 +0100 |
commit | 7b3fdbd9a826791bd98e649cf44c0a6129a44179 (patch) | |
tree | 21dc54116f5afd6289c20208ac1245faaf7d0424 /hw/s390x/s390-virtio.c | |
parent | s390x: remove s390-virtio machine (diff) | |
download | qemu-7b3fdbd9a826791bd98e649cf44c0a6129a44179.tar.gz qemu-7b3fdbd9a826791bd98e649cf44c0a6129a44179.tar.xz qemu-7b3fdbd9a826791bd98e649cf44c0a6129a44179.zip |
s390x: remove s390-virtio devices
The s390-virtio machine has been removed; remove the associated devices
as well.
hw/s390x/s390-virtio-bus.c and hw/s390x/s390-virtio-bus.h
have been deleted and removed from hw/s390x/Makefile.objs
virtio-size has no more meaning for the modern machine
and has been removed from helper.c and cpu.h
virtio-serial-s390 belonging to the old machine is
being removed from vl.c
Signed-off-by: Pierre Morel <pmorel@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'hw/s390x/s390-virtio.c')
-rw-r--r-- | hw/s390x/s390-virtio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/s390-virtio.c b/hw/s390x/s390-virtio.c index e4ecf0d376..5dbb815484 100644 --- a/hw/s390x/s390-virtio.c +++ b/hw/s390x/s390-virtio.c @@ -35,7 +35,6 @@ #include "exec/address-spaces.h" #include "sysemu/qtest.h" -#include "hw/s390x/s390-virtio-bus.h" #include "hw/s390x/sclp.h" #include "hw/s390x/s390_flic.h" #include "hw/s390x/s390-virtio.h" |