]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu: display host uptime when starting
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 9 Sep 2022 15:57:34 +0000 (17:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Sep 2022 07:31:22 +0000 (08:31 +0100)
commit2d96499823f7de6e16a461426491e015ba63c1ec
tree429254d773f65fb081bc09e0562398a4d13dbcfb
parent19e87e03234245c522d63f14365885ab5369a54c
runqemu: display host uptime when starting

In order to be able to debug issues on the host that have an impact on the
guest, it is useful to get the uptime of the host while starting so we can
match with the events in dmesg. Also include the uptime when cleaning up.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu