Re: [PATCH] qemu-ui-gtk clipboard: fix for freeze-crashes v2

2023-10-15 Thread Manos Pitsidianakis
Hello Edmund, The reproduction in the bug description sounds convoluted so I will focus on the code and patch instead: First of all, the patch title should not include a `v2`. The versioning (reroll count) must go in the `[PATCH]` prefix, e.g. `[PATCH v2]` Secondly, the commit message should

[PATCH] qemu-ui-gtk clipboard: fix for freeze-crashes v2

2023-10-14 Thread Edmund Raile
summary adresses https://gitlab.com/qemu-project/qemu/-/issues/1150 replaces blocking gtk_clipboard_wait_is_text_available in gd_owner_change and gtk_clipboard_wait_for_text in gd_clipboard_request with asynchronous gtk_clipboard_request_text uses serial_last and serial of QemuClipboardInfo to o