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:
|
class VMM:
|
||||||
# Virtual Machine Manager
|
# Virtual Machine Manager
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
qemu_path="/usr/bin/qemu-system-x86_64",
|
qemu_path="/usr/bin/qemu-system-x86_64",
|
||||||
vmm_backend=os.path.expanduser("~/uncloud/vmm/"),
|
vmm_backend=os.path.expanduser("~/uncloud/vmm/"),
|
||||||
):
|
):
|
||||||
self.qemu_path = qemu_path
|
self.qemu_path = qemu_path
|
||||||
self.vmm_backend = vmm_backend
|
self.vmm_backend = vmm_backend
|
||||||
|
|
Loading…
Reference in a new issue