Hi, > That was indeed the ISR field. Fixing that makes seabios reach the same point as > legacy virtio before failing. > > I don't see the original correspondence about seabios failures you've reported, if > you want to forward them over we can look at it further. It was a few months back, when I posted the seabios patches for kvmtool to both seabios and kvm lists. Issue #1 is that kvmtool adds a bunch of kernel command line options, not only for stuff like rootfs configuration, but also to force specific things the kernel fails to autodetect (or to speedup boot by shortcutting hardware probing). Among them is "pci=conf1", without that the kernel doesn't find a pci bus and therefore also doesn't find the virtio-{blk,net} devices. So, when booting with seabios and let grub or another boot loader load the kernel from the guest disk image those kernel arguments are not there. Of course you can boot the image with qemu, add "pci=conf1" to grub.cfg (maybe others are required too, don't remember exactly), then try again with kvmtool. That gets the boot one step further and leads to ... Issue #2: virtio kernel drivers fail initialize the virtio devices. I suspect virtio device reset is not implemented properly and because of that the state of the device as left by seabios confuses the kernel driver. Didn't check that in detail though. cheers, Gerd _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization