[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] input-linux: Add option to not grab a device upon guest s
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v2] input-linux: Add option to not grab a device upon guest startup |
Date: |
Fri, 22 Mar 2024 06:36:18 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Justinien Bouron <justinien.bouron@gmail.com> writes:
> Depending on your use-case, it might be inconvenient to have qemu grab
> the input device from the host immediately upon starting the guest.
>
> Added a new bool option to input-linux: grab-on-startup. If true, the
> device is grabbed as soon as the guest is started, otherwise it is not
> grabbed until the toggle combination is entered. To avoid breaking
> existing setups, the default value of grab-on-startup is true, i.e. same
> behaviour as before this change.
>
> Signed-off-by: Justinien Bouron <justinien.bouron@gmail.com>
QAPI schema
Acked-by: Markus Armbruster <armbru@redhat.com>