diff --git a/python/qemu/machine.py b/python/qemu/machine.py
index c721e07d63..18d32ebe45 100644
--- a/python/qemu/machine.py
+++ b/python/qemu/machine.py
@@ -109,7 +109,7 @@ def __init__(self,
          self._binary = binary
          self._args = list(args)
-        self._wrapper = wrapper
+        self._wrapper = list(wrapper)


Unrelated change?

(I'm assuming you want to copy the user's input to explicitly avoid sharing state. Commit message blurb for this would be good.)

Yes, unrelated change. I do not see the benefit of copying the user state. I will drop it.



ACK

(Apologies for the ignorance, is this an Acked-by?)

Emanuele


Reply via email to