Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
e5527b03
"git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "9a9a511c5408effee45d73946e5e3dc2f70769be"
Commit
e5527b03
authored
Nov 23, 2020
by
Antoine Kaufmann
Browse files
experiments,images: updates for new qemu version
parent
127f5fe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
experiments/modes/experiments.py
experiments/modes/experiments.py
+2
-2
images/Makefile
images/Makefile
+1
-1
No files found.
experiments/modes/experiments.py
View file @
e5527b03
...
@@ -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'
...
...
images/Makefile
View file @
e5527b03
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment