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

2023-03-08 Thread Clément Péron
Hi Alexander, On Mon, 6 Mar 2023 at 07:30, Alexander Kanavin wrote: > > Can you please explain the use case? Who would want to enable the > option, and what could they do when there's a running qemu? Guest agent communication is useful to retrieve some information about a running VM. In my

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

2023-03-05 Thread Alexander Kanavin
Can you please explain the use case? Who would want to enable the option, and what could they do when there's a running qemu? This kind of information needs to go to the commit message, so we can document those things for the users. Alex On Sun, 5 Mar 2023 at 21:10, Clément Péron wrote: > >

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

2023-03-05 Thread Clément Péron
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 Signed-off-by: Clément Péron --- scripts/runqemu | 14 ++ 1 file changed, 14 insertions(+) diff --git