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

2024-05-07 Thread Marc-André Lureau
Hi On Wed, Apr 3, 2024 at 9:51 AM Justinien Bouron wrote: > > 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 v3] input-linux: Add option to not grab a device upon guest startup

2024-04-29 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/20240403055002.890760-1-justinien.bou...@gmail.com/ Regards, Justinien Bouron

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

2024-04-03 Thread Markus Armbruster
Justinien Bouron writes: >> Again, QAPI schema > > Pardon my ignorance, but are you writing this because there is a problem with > the QAPI schema changes that I would need to fix and re-submit? > Or is it just here to indicate that you've reviewed the change made to the > schema? The latter. R

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

2024-04-03 Thread Justinien Bouron
> Again, QAPI schema Pardon my ignorance, but are you writing this because there is a problem with the QAPI schema changes that I would need to fix and re-submit? Or is it just here to indicate that you've reviewed the change made to the schema? Regards, Justinien Bouron

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

2024-04-03 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 v3] input-linux: Add option to not grab a device upon guest startup

2024-04-02 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