Alex Bennée <alex.ben...@linaro.org> writes: > The Linux Kernel Function Test (LKFT) project uses QEMU to test a wide > variety of kernel configurations on wide range of our emulated > platforms. They publish a known good set of images at: > > https://storage.tuxboot.com/ > > to help with bisecting regressions in either the kernel, firmware or > QEMU itself. The tests are pretty lightweight as they contain just a > kernel with a minimal rootfs which boots a lot faster than most of the > distros. In time they might be persuaded to version there known good > baselines and we can then enable proper checksums. > > Total run time: 140s > > Overall coverage rate: > lines......: 8.7% (96412 of 1106284 lines) > functions..: 10.8% (11515 of 106651 functions) > branches...: 8.3% (30685 of 370255 branches)
Cool! We could maybe use some accel:tcg tags. Reviewed-by: Fabiano Rosas <faro...@suse.de>