[OE-core] [PATCH 2/2] runqemu: add an option to enable guest-agent virtio device

2022-04-07 Thread Brenda Streiff
Add support to the runqemu script for a new option, 'guestagent', that enables the virtio serial port for host-to-guest communication. Signed-off-by: Brenda Streiff --- scripts/runqemu | 14 ++ 1 file changed, 14 insertions(+) diff --git a/scripts/runqemu b/scripts/run

[OE-core] [PATCH 1/2] qemu: split out qemu-guest-agent, add startup scripts

2022-04-07 Thread Brenda Streiff
so that the guest agent can start automatically; the former two come from Debian's packaging for qemu-guest-agent. Signed-off-by: Brenda Streiff --- meta/recipes-devtools/qemu/qemu.inc | 35 +++- .../qemu/qemu/qemu-guest-agent.init | 84 +++ .../qemu