On Wed, Jun 29, 2022 at 12:06 AM David Gow <davidgow@xxxxxxxxxx> wrote: > > The "Run Tests on qemu" section of run_wrapper.rst had a few issues left > over from the last big documentation refactor[1]: > - It referenced a non_uml.rst page, which was integrated into the other > pages (including run_wrapper.rst). > - It skimmed over the use of --arch= and --cross_compile= in favour of > using a custom --qemu_config. Since most users will want to use the > former, let's give examples. > > Remove the reference to the non-existant page, and add a couple of > examples to encourage the use of --arch= and --cross_compile=. > > With this change, there should be no more broken references in the KUnit > documentation (i.e., the one mentioned in [2] is gone). > > [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=46201d47d6c4be594c1d57b7f3251c371626a9c4 > [2]: https://lore.kernel.org/linux-doc/cover.1656234456.git.mchehab@xxxxxxxxxx/ > > Signed-off-by: David Gow <davidgow@xxxxxxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>