qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] linux-user: openat() fixes
@ 2023-12-08 20:49 Shu-Chun Weng
  2023-12-08 20:49 ` [PATCH v2 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64 Shu-Chun Weng
  2023-12-08 20:49 ` [PATCH v2 2/2] linux-user: Fix openat() emulation to not modify atime Shu-Chun Weng
  0 siblings, 2 replies; 3+ messages in thread
From: Shu-Chun Weng @ 2023-12-08 20:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Richard Henderson, Shu-Chun Weng

Since v1:
  - Eliminate static buffers in do_guest_openat()

Shu-Chun Weng (2):
  linux-user: Define TARGET_O_LARGEFILE for aarch64
  linux-user: Fix openat() emulation to not modify atime

 linux-user/aarch64/target_fcntl.h |  1 +
 linux-user/syscall.c              | 47 +++++++++++++++++++++++++------
 2 files changed, 39 insertions(+), 9 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-08 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08 20:49 [PATCH v2 0/2] linux-user: openat() fixes Shu-Chun Weng
2023-12-08 20:49 ` [PATCH v2 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64 Shu-Chun Weng
2023-12-08 20:49 ` [PATCH v2 2/2] linux-user: Fix openat() emulation to not modify atime Shu-Chun Weng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).