forked from uncloud/uncloud
dummy
This commit is contained in:
parent
ab65349047
commit
091131d350
2 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
000000000251
|
||||
000000000252
|
||||
|
|
|
@ -100,9 +100,9 @@ class TransferVM(Process):
|
|||
class VMM:
|
||||
# Virtual Machine Manager
|
||||
def __init__(
|
||||
self,
|
||||
qemu_path="/usr/bin/qemu-system-x86_64",
|
||||
vmm_backend=os.path.expanduser("~/uncloud/vmm/"),
|
||||
self,
|
||||
qemu_path="/usr/bin/qemu-system-x86_64",
|
||||
vmm_backend=os.path.expanduser("~/uncloud/vmm/"),
|
||||
):
|
||||
self.qemu_path = qemu_path
|
||||
self.vmm_backend = vmm_backend
|
||||
|
|
Loading…
Reference in a new issue