]> git.proxmox.com Git - mirror_qemu.git/commit - hw/s390x/ipl.c
s390x/ipl: clean up qom definitions and turn into TYPE_DEVICE
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Thu, 8 Oct 2015 10:32:13 +0000 (12:32 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 11 Nov 2015 16:21:39 +0000 (17:21 +0100)
commit04fccf106e22c4b861398cf2146f5a5b5f18d01e
treeb9d90c242e1375541b768ad2fe62dfd1cf59e5d2
parentff8de0757fc13407c81f002e936031ddc13057e4
s390x/ipl: clean up qom definitions and turn into TYPE_DEVICE

Let's move the qom definitions of the ipl device into ipl.h, replace
"s390-ipl" by a proper type define, turn it into a TYPE_DEVICE
and remove the unneeded class definition.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/ipl.c
hw/s390x/ipl.h
hw/s390x/s390-virtio.c