Skip to content

Commit

Permalink
s390x: remove s390-virtio devices
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Acked-by: Christian Borntraeger <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
  • Loading branch information
Pierre Morel authored and cohuck committed Jan 13, 2016
1 parent 3538fb6 commit 7b3fdbd
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 956 deletions.
2 changes: 1 addition & 1 deletion hw/s390x/Makefile.objs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-y = s390-virtio-bus.o s390-virtio.o
obj-y += s390-virtio.o
obj-y += s390-virtio-hcall.o
obj-y += sclp.o
obj-y += event-facility.o
Expand Down
Loading

0 comments on commit 7b3fdbd

Please sign in to comment.