On Fri, Nov 10, 2017 at 07:19:56PM +0000, Jean-Philippe Brucker wrote: > These patches attempt to make kvmtool more compliant with what virtio > 1.0 calls the "legacy device". Issues were reported when trying to run > SeaBIOS under kvmtool. I briefly searched for more discrepancy with > sections 2-4 of the spec, but couldn't find any. Except for the lack of > reset support that is, on which I'd like to work in the background. Cool, can drop the workarounds from my seabios branch now. As expected the linux kernel still doesn't find the virtio-blk device (due to missing reset support), but it is one step forward nevertheless. Tested-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> thanks, Gerd