File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
npb-with-roi/NPB/NPB3.4-OMP/common Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ source "qemu" "initialize" {
35
35
format = " raw"
36
36
headless = " true"
37
37
disk_image = " true"
38
- iso_checksum = " sha256:eb94422a3908c6c5183c03666b278b6e8bcfbde04da3d7c3bb5374bc82e0ef48 "
39
- iso_urls = [" ./ arm-ubuntu-24.04-20240823 " ]
38
+ iso_checksum = " sha256:50cd77b981f149ef291a0ad36ad7f7f03fb9f31236c7969fe0b91151fdda768f "
39
+ iso_urls = [" ../ubuntu-generic-diskimages/ arm-disk-image-24-04/arm-ubuntu " ]
40
40
memory = " 8192"
41
41
output_directory = " disk-image-arm-npb"
42
42
qemu_binary = " /usr/bin/qemu-system-aarch64"
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ void m5_work_begin_interface_()
51
51
{
52
52
53
53
printf (" -------------------- ROI BEGIN -------------------- \n" );
54
- m5_work_begin_addr ( 0 , 0 );
54
+ m5_hypercall_addr ( 4 );
55
55
}
56
56
57
57
void m5_work_end_interface_ ()
58
58
{
59
- m5_work_end_addr ( 0 , 0 );
59
+ m5_hypercall_addr ( 5 );
60
60
printf (" -------------------- ROI END -------------------- \n" );
61
61
}
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ source "qemu" "initialize" {
36
36
format = " raw"
37
37
headless = " true"
38
38
disk_image = " true"
39
- iso_checksum = " sha256:6cedf26ebf281b823b24722341d3a2ab1f1ba26b10b536916d3f23cf92a8f4b5 "
40
- iso_urls = [" ./ x86-ubuntu- 24-04-v2 " ]
39
+ iso_checksum = " sha256:b1f8421956d374207ebca70f176374ff9e1e8c46f74bfb2c47a6583e4eae758e "
40
+ iso_urls = [" ../ubuntu-generic-diskimages/ x86-disk-image- 24-04/x86-ubuntu " ]
41
41
memory = " 8192"
42
42
output_directory = " disk-image-x86-npb"
43
43
qemu_binary = " /usr/bin/qemu-system-x86_64"
You can’t perform that action at this time.
0 commit comments