Re: [PATCH 1/5] ui: add show-cursor option

2020-02-05 Thread Ján Tomko
On Wed, Feb 05, 2020 at 12:03:52PM +0100, Gerd Hoffmann wrote: When enabled forces showing a the mouse cursor, i.e. do nowallow the guest to hide it. Defaults to off. Signed-off-by: Gerd Hoffmann --- qapi/ui.json | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Ján Tomko Jano signatu

Re: [PATCH 1/5] ui: add show-cursor option

2020-02-05 Thread Eric Blake
On 2/5/20 5:03 AM, Gerd Hoffmann wrote: When enabled forces showing a the mouse cursor, i.e. do When enabled, this forces showing the mouse... nowallow the guest to hide it. Defaults to off. s/nowallow/not allow/ Signed-off-by: Gerd Hoffmann --- qapi/ui.json | 2 ++ 1 file changed,

[PATCH 1/5] ui: add show-cursor option

2020-02-05 Thread Gerd Hoffmann
When enabled forces showing a the mouse cursor, i.e. do nowallow the guest to hide it. Defaults to off. Signed-off-by: Gerd Hoffmann --- qapi/ui.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qapi/ui.json b/qapi/ui.json index e04525d8b44b..7c516a455631 100644 --- a/qapi/ui.json +++