[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Add chdir implementation to the Syscall Table

2021-10-14 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. (  
https://gem5-review.googlesource.com/c/public/gem5/+/51549 )


Change subject: arch-arm: Add chdir implementation to the Syscall Table
..

arch-arm: Add chdir implementation to the Syscall Table

Signed-off-by: Giacomo Travaglini 
Change-Id: I584d9269b0445347dd65071f7fc5569c8ac24b89
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51549
Reviewed-by: Jason Lowe-Power 
Maintainer: Jason Lowe-Power 
Tested-by: kokoro 
---
M src/arch/arm/linux/se_workload.cc
1 file changed, 16 insertions(+), 2 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/src/arch/arm/linux/se_workload.cc  
b/src/arch/arm/linux/se_workload.cc

index 3755dec..b8236ec 100644
--- a/src/arch/arm/linux/se_workload.cc
+++ b/src/arch/arm/linux/se_workload.cc
@@ -158,7 +158,7 @@
 {  base + 9, "link" },
 { base + 10, "unlink", unlinkFunc },
 { base + 11, "execve", execveFunc },
-{ base + 12, "chdir" },
+{ base + 12, "chdir", chdirFunc },
 { base + 13, "time", timeFunc },
 { base + 14, "mknod" },
 { base + 15, "chmod", chmodFunc },
@@ -547,7 +547,7 @@
 {   base + 46, "ftruncate64", ftruncate64Func },
 {   base + 47, "fallocate", fallocateFunc },
 {   base + 48, "faccessat", faccessatFunc },
-{   base + 49, "chdir" },
+{   base + 49, "chdir", chdirFunc },
 {   base + 50, "fchdir" },
 {   base + 51, "chroot" },
 {   base + 52, "fchmod" },

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51549
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I584d9269b0445347dd65071f7fc5569c8ac24b89
Gerrit-Change-Number: 51549
Gerrit-PatchSet: 2
Gerrit-Owner: Giacomo Travaglini 
Gerrit-Reviewer: Andreas Sandberg 
Gerrit-Reviewer: Giacomo Travaglini 
Gerrit-Reviewer: Jason Lowe-Power 
Gerrit-Reviewer: kokoro 
Gerrit-MessageType: merged
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Add chdir implementation to the Syscall Table

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has uploaded this change for review. (  
https://gem5-review.googlesource.com/c/public/gem5/+/51549 )



Change subject: arch-arm: Add chdir implementation to the Syscall Table
..

arch-arm: Add chdir implementation to the Syscall Table

Signed-off-by: Giacomo Travaglini 
Change-Id: I584d9269b0445347dd65071f7fc5569c8ac24b89
---
M src/arch/arm/linux/se_workload.cc
1 file changed, 12 insertions(+), 2 deletions(-)



diff --git a/src/arch/arm/linux/se_workload.cc  
b/src/arch/arm/linux/se_workload.cc

index 3755dec..b8236ec 100644
--- a/src/arch/arm/linux/se_workload.cc
+++ b/src/arch/arm/linux/se_workload.cc
@@ -158,7 +158,7 @@
 {  base + 9, "link" },
 { base + 10, "unlink", unlinkFunc },
 { base + 11, "execve", execveFunc },
-{ base + 12, "chdir" },
+{ base + 12, "chdir", chdirFunc },
 { base + 13, "time", timeFunc },
 { base + 14, "mknod" },
 { base + 15, "chmod", chmodFunc },
@@ -547,7 +547,7 @@
 {   base + 46, "ftruncate64", ftruncate64Func },
 {   base + 47, "fallocate", fallocateFunc },
 {   base + 48, "faccessat", faccessatFunc },
-{   base + 49, "chdir" },
+{   base + 49, "chdir", chdirFunc },
 {   base + 50, "fchdir" },
 {   base + 51, "chroot" },
 {   base + 52, "fchmod" },

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51549
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I584d9269b0445347dd65071f7fc5569c8ac24b89
Gerrit-Change-Number: 51549
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini 
Gerrit-MessageType: newchange
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s