[hack/vm] add self.vm dict

This commit is contained in:
Nico Schottelius 2020-01-29 19:55:55 +01:00
parent 56565ac7f7
commit 3171ab8ccb
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ class VM(object):
self.ifdown = os.path.join(self.hackprefix, "ifdown.sh")
self.ifname = "uc{}".format(self.mac.to_str_format())
self.vm = {}
def get_qemu_args(self):
command = (
"-name {owner}-{name}"