summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot-user-mode/output/syscall/1893010
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:15 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:28 +0200
commit5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch)
tree9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/output/syscall/1893010
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloademulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/syscall/1893010')
-rw-r--r--results/classifier/zero-shot-user-mode/output/syscall/189301011
1 files changed, 0 insertions, 11 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/syscall/1893010 b/results/classifier/zero-shot-user-mode/output/syscall/1893010
deleted file mode 100644
index b4de2961..00000000
--- a/results/classifier/zero-shot-user-mode/output/syscall/1893010
+++ /dev/null
@@ -1,11 +0,0 @@
-syscall: 0.679
-instruction: 0.249
-runtime: 0.072
-
-
-
-qemu linux-user doesn't support OFD fcntl locks
-
-"Open file description locks (non-POSIX)", as they are described in fcntl(2) man page, aren't supported by qemu-user and attempting to use those results in EINVAL. I'm on Gentoo with latest QEMU version currently available (5.0.0-r2), and trying to emulate ppc64 and s390x on x86_64.
-
-Looking at linux-user/syscall.c, I'm guessing the issue is in (at least) `target_to_host_fcntl_cmd` where switch reaches the default clause as there're no cases for F_OFD_SETLK / F_OFD_SETLKW / F_OFD_GETLK. \ No newline at end of file