qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] linux-user: extend -dfilter to accept paths
@ 2023-08-11 16:28 Alex Bennée
  2023-08-11 16:28 ` [RFC PATCH 1/2] linux-user: implement some basic FD<->path tracking Alex Bennée
  2023-08-11 16:28 ` [RFC PATCH 2/2] linux-user: implement name lookup for dfilter Alex Bennée
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Bennée @ 2023-08-11 16:28 UTC (permalink / raw)
  To: qemu-devel, Yeqi Fu; +Cc: Laurent Vivier, Alex Bennée

I was getting lost on debugging output and I couldn't get the mapped
address of libnative to be stable. So to help I hacked up this
extension which may or may not be worth developing further.

Consider this a debugging RFC tool for now.

Alex Bennée (2):
  linux-user: implement some basic FD<->path tracking
  linux-user: implement name lookup for dfilter

 include/qemu/log.h   | 12 ++++++
 linux-user/syscall.c | 90 +++++++++++++++++++++++++++++++++++++++++---
 util/log.c           | 36 +++++++++++++++++-
 3 files changed, 131 insertions(+), 7 deletions(-)

-- 
2.39.2



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

end of thread, other threads:[~2023-08-11 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 16:28 [RFC PATCH 0/2] linux-user: extend -dfilter to accept paths Alex Bennée
2023-08-11 16:28 ` [RFC PATCH 1/2] linux-user: implement some basic FD<->path tracking Alex Bennée
2023-08-11 16:28 ` [RFC PATCH 2/2] linux-user: implement name lookup for dfilter Alex Bennée

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).