]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add a hook to allow it to renice
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Sep 2020 14:06:07 +0000 (15:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Sep 2020 08:58:15 +0000 (09:58 +0100)
commit141a3c9ce93bc3d526303021ecf0460c6e9fea8a
tree9a9c3c2eb41b0548a3a2a9a25ea0564a91f8601f
parent4b284d2728c50d698cd61e026ad5fdb8eeb94b9c
runqemu: Add a hook to allow it to renice

We have an issue where qemu is being starved of resources on our autobuilders.
We can't raise its priority without special capacilties, therefore add a hook
which if present can allow this to happen using an executable
"~/runqemu-renice".

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu