Re: [PATCH v2] input-linux: Add option to not grab a device upon guest startup

2024-04-02 Thread Justinien Bouron
> Missed one little thing: the doc comment needs a (since 9.1). Thanks for the input, I just submitted a v3 with the missing "(since 9.1)": https://patchew.org/QEMU/20240403055002.890760-1-justinien.bou...@gmail.com/ Regards, Justinien Bouron

Re: [PATCH v2] input-linux: Add option to not grab a device upon guest startup

2024-04-02 Thread Markus Armbruster
Justinien Bouron writes: > Just a ping to make sure this patch hasn't been lost in the noise. > The relevant patchew page is > https://patchew.org/QEMU/20240322034311.2980970-1-justinien.bou...@gmail.com/. > > Any chance to get this merged before the next release? Since it was posted after the s

Re: [PATCH v2] input-linux: Add option to not grab a device upon guest startup

2024-04-02 Thread Markus Armbruster
Markus Armbruster writes: > Justinien Bouron 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

Re: [PATCH v2] input-linux: Add option to not grab a device upon guest startup

2024-04-02 Thread Justinien Bouron
Just a ping to make sure this patch hasn't been lost in the noise. The relevant patchew page is https://patchew.org/QEMU/20240322034311.2980970-1-justinien.bou...@gmail.com/. Any chance to get this merged before the next release? Regards, Justinien

Re: [PATCH v2] input-linux: Add option to not grab a device upon guest startup

2024-03-21 Thread Markus Armbruster
Justinien Bouron 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, ot

[PATCH v2] input-linux: Add option to not grab a device upon guest startup

2024-03-21 Thread Justinien Bouron
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