On 2025/05/26 18:29, Philippe Mathieu-Daudé wrote:
On 26/5/25 11:27, Philippe Mathieu-Daudé wrote:
On 26/5/25 07:29, Akihiko Odaki wrote:
sem in AppleGFXReadMemoryJob is an one-shot event so it can be converted
into QemuEvent, which is more specialized for such a use case.
BTW it would be nic
On 26/5/25 07:29, Akihiko Odaki wrote:
sem in AppleGFXReadMemoryJob is an one-shot event so it can be converted
into QemuEvent, which is more specialized for such a use case.
Signed-off-by: Akihiko Odaki
---
hw/display/apple-gfx.m | 10 +-
1 file changed, 5 insertions(+), 5 deletions
On 26/5/25 11:27, Philippe Mathieu-Daudé wrote:
On 26/5/25 07:29, Akihiko Odaki wrote:
sem in AppleGFXReadMemoryJob is an one-shot event so it can be converted
into QemuEvent, which is more specialized for such a use case.
BTW it would be nice to document that in "qemu/thread.h" API.
Signed
sem in AppleGFXReadMemoryJob is an one-shot event so it can be converted
into QemuEvent, which is more specialized for such a use case.
Signed-off-by: Akihiko Odaki
---
hw/display/apple-gfx.m | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/hw/display/apple-gfx.m b/