[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v6 00/16] s390: vfio-ccw dasd ipl support
From: |
Thomas Huth |
Subject: |
Re: [qemu-s390x] [PATCH v6 00/16] s390: vfio-ccw dasd ipl support |
Date: |
Fri, 5 Apr 2019 08:58:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 04/04/2019 16.34, Jason J. Herne wrote:
> 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. Details on the ipl process and
> how we worked around this issue can be found in docs/devel/s390-dasd-ipl.txt.
Hi Jason,
while running my s390-ccw bios tests, I noticed that network booting
seems to be broken now. This used to work before:
s390x-softmmu/qemu-system-s390x -nographic -accel kvm \
-bios pc-bios/s390-ccw/s390-ccw.img \
-global s390-ipl.netboot_fw=pc-bios/s390-ccw/s390-netboot.img \
-netdev user,id=n1,tftp=/boot,bootfile=vmlinuz-4.18.0 \
-device virtio-net-ccw,netdev=n1,bootindex=1
Now it simply fails with "! No IPL device available !".
Could you have a look at it, please?
Thanks,
Thomas
- [qemu-s390x] [PATCH v6 11/16] s390-bios: Factor finding boot device out of virtio code path, (continued)
- [qemu-s390x] [PATCH v6 11/16] s390-bios: Factor finding boot device out of virtio code path, Jason J. Herne, 2019/04/04
- [qemu-s390x] [PATCH v6 12/16] s390-bios: Refactor virtio to run channel programs via cio, Jason J. Herne, 2019/04/04
- [qemu-s390x] [PATCH v6 13/16] s390-bios: Use control unit type to determine boot method, Jason J. Herne, 2019/04/04
- [qemu-s390x] [PATCH v6 14/16] s390-bios: Add channel command codes/structs needed for dasd-ipl, Jason J. Herne, 2019/04/04
- [qemu-s390x] [PATCH v6 15/16] s390-bios: Support booting from real dasd device, Jason J. Herne, 2019/04/04
- [qemu-s390x] [PATCH v6 10/16] s390-bios: Extend find_dev() for non-virtio devices, Jason J. Herne, 2019/04/04
- [qemu-s390x] [PATCH v6 16/16] s390-bios: Use control unit type to find bootable devices, Jason J. Herne, 2019/04/04
- Re: [qemu-s390x] [Qemu-devel] [PATCH v6 00/16] s390: vfio-ccw dasd ipl support, no-reply, 2019/04/04
- Re: [qemu-s390x] [Qemu-devel] [PATCH v6 00/16] s390: vfio-ccw dasd ipl support, no-reply, 2019/04/04
- Re: [qemu-s390x] [PATCH v6 00/16] s390: vfio-ccw dasd ipl support,
Thomas Huth <=