Re: [PATCH v11 5/6] ui/cocoa: Call console_select() with the BQL

2024-02-22 Thread Peter Maydell
On Sat, 17 Feb 2024 at 11:19, Akihiko Odaki wrote: > > console_select() can be called anytime so explicitly take the BQL. I think you mean "displayConsole" here ? > > Signed-off-by: Akihiko Odaki > --- > ui/cocoa.m | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/ui/

[PATCH v11 5/6] ui/cocoa: Call console_select() with the BQL

2024-02-17 Thread Akihiko Odaki
console_select() can be called anytime so explicitly take the BQL. Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index 17f290987563..81de8d92669b 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -1391,7 +1391