Re: [PATCH-for-9.1 3/3] ui/console: Add 'rotate_arcdegree' field to allow per-console rotation

2024-03-18 Thread Philippe Mathieu-Daudé
On 18/3/24 11:36, Akihiko Odaki wrote: On 2024/03/18 19:05, Philippe Mathieu-Daudé wrote: Add the 'rotate_arcdegree' field to QemuConsole and remove the use of the 'graphic_rotate' global. I think QemuGraphicConsole is a better place to put the field. Good point. Regards, Akihiko Odaki

Re: [PATCH-for-9.1 3/3] ui/console: Add 'rotate_arcdegree' field to allow per-console rotation

2024-03-18 Thread Akihiko Odaki
On 2024/03/18 19:05, Philippe Mathieu-Daudé wrote: Add the 'rotate_arcdegree' field to QemuConsole and remove the use of the 'graphic_rotate' global. I think QemuGraphicConsole is a better place to put the field. Regards, Akihiko Odaki Signed-off-by: Philippe Mathieu-Daudé ---

[PATCH-for-9.1 3/3] ui/console: Add 'rotate_arcdegree' field to allow per-console rotation

2024-03-18 Thread Philippe Mathieu-Daudé
Add the 'rotate_arcdegree' field to QemuConsole and remove the use of the 'graphic_rotate' global. Signed-off-by: Philippe Mathieu-Daudé --- ui/console-priv.h | 1 + ui/console.c | 7 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/console-priv.h