On Tue, 29 Jan 2019 08:29:22 -0500 "Jason J. Herne" <jjhe...@linux.ibm.com> wrote:
> Allows guest to boot from a vfio configured real dasd device. > > Signed-off-by: Jason J. Herne <jjhe...@linux.ibm.com> > --- > docs/devel/s390-dasd-ipl.txt | 132 +++++++++++++++++++++++ > pc-bios/s390-ccw/Makefile | 2 +- > pc-bios/s390-ccw/dasd-ipl.c | 249 > +++++++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/dasd-ipl.h | 16 +++ > pc-bios/s390-ccw/main.c | 4 + > pc-bios/s390-ccw/s390-arch.h | 13 +++ > 6 files changed, 415 insertions(+), 1 deletion(-) > create mode 100644 docs/devel/s390-dasd-ipl.txt This file should probably be added to the s390-ccw boot section in MAINTAINERS (the other new files are already covered.) > create mode 100644 pc-bios/s390-ccw/dasd-ipl.c > create mode 100644 pc-bios/s390-ccw/dasd-ipl.h