"git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "9a9a511c5408effee45d73946e5e3dc2f70769be"
Commit e5527b03 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments,images: updates for new qemu version

parent 127f5fe7
...@@ -164,8 +164,8 @@ class ExpEnv(object): ...@@ -164,8 +164,8 @@ class ExpEnv(object):
self.repodir = os.path.abspath(repo_path) self.repodir = os.path.abspath(repo_path)
self.workdir = os.path.abspath(workdir) self.workdir = os.path.abspath(workdir)
self.cpdir = os.path.abspath(cpdir) self.cpdir = os.path.abspath(cpdir)
self.qemu_img_path = self.repodir + '/qemu/qemu-img' self.qemu_img_path = self.repodir + '/qemu/build/qemu-img'
self.qemu_path = self.repodir + '/qemu/x86_64-softmmu/qemu-system-x86_64' self.qemu_path = self.repodir + '/qemu/build/x86_64-softmmu/qemu-system-x86_64'
self.qemu_kernel_path = self.repodir + '/images/bzImage' self.qemu_kernel_path = self.repodir + '/images/bzImage'
self.gem5_path = self.repodir + '/gem5/build/X86/gem5.opt' self.gem5_path = self.repodir + '/gem5/build/X86/gem5.opt'
self.gem5_py_path = self.repodir + '/gem5/configs/cosim/cosim.py' self.gem5_py_path = self.repodir + '/gem5/configs/cosim/cosim.py'
......
...@@ -9,7 +9,7 @@ TAS_IMAGE := output-tas/tas ...@@ -9,7 +9,7 @@ TAS_IMAGE := output-tas/tas
IMAGES := $(BASE_IMAGE) $(NOPAXOS_IMAGE) $(MTCP_IMAGE) $(TAS_IMAGE) IMAGES := $(BASE_IMAGE) $(NOPAXOS_IMAGE) $(MTCP_IMAGE) $(TAS_IMAGE)
RAW_IMAGES := $(addsuffix .raw,$(IMAGES)) RAW_IMAGES := $(addsuffix .raw,$(IMAGES))
QEMU_IMG := ../qemu/qemu-img QEMU_IMG := ../qemu/build/qemu-img
all: $(IMAGES) $(RAW_IMAGES) vmlinux bzImage mqnic/mqnic.ko all: $(IMAGES) $(RAW_IMAGES) vmlinux bzImage mqnic/mqnic.ko
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment