Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

Re: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread no-reply
-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

[Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support

2019-03-13 Thread Jason J. Herne
This is to support booting from vfio-ccw dasd devices. We basically implement the real hardware ipl procedure. This allows for booting Linux guests on vfio-ccw devices. vfio-ccw's channel program prefetch algorithm complicates ipl because most ipl channel programs dynamically modify themselves.