On 17/11/2025 19.51, John Snow wrote:
Begin relying on the external python-qemu-qmp dependency instead, to
prevent desync between the internal and external libraries.
Signed-off-by: John Snow <[email protected]>
---
...
diff --git a/python/qemu/utils/qom_fuse.py b/python/qemu/utils/qom_fuse.py
index cf7e344bd53..e377ef6942f 100644
--- a/python/qemu/utils/qom_fuse.py
+++ b/python/qemu/utils/qom_fuse.py
@@ -47,7 +47,6 @@
import fuse
from fuse import FUSE, FuseOSError, Operations
-
from qemu.qmp import ExecuteError
from .qom_common import QOMCommand
Nit: The above change looks unrelated.
Apart from that:
Reviewed-by: Thomas Huth <[email protected]>