]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
qemu: Remove deprecated asyncio calls in qmp python module
authorKhem Raj <raj.khem@gmail.com>
Sat, 26 Jul 2025 22:31:50 +0000 (15:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jul 2025 16:35:16 +0000 (17:35 +0100)
commit249e42a02c412454cfed9d58e27a054dfa5d2b06
treec67975e6370938f8a949ad209da4a0799d7a4b17
parent137f75d7289169f835a9f522530d8abf050e060a
qemu: Remove deprecated asyncio calls in qmp python module

Fixes deprecation warning seen with python 3.13

DEBUG: QMP Initializing to /mnt/b/yoe/master/build/tmp/.sv4_k_q4

recipe-sysroot-native/usr/lib/qemu-python/qmp/legacy.py:89: DeprecationWarning: There is no current event loop
  self._aloop = asyncio.get_event_loop()

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/0012-Remove-deprecated-get_event_loop-calls.patch [new file with mode: 0644]