qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project.
@ 2023-04-21  5:22 Karim Taha
  2023-04-21  5:22 ` [PATCH 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com> Karim Taha
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Karim Taha @ 2023-04-21  5:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: imp, Karim Taha

Upstream the implementations of bind(2), connect(2), accept(2) and
getpeername(2) system calls from the blitz branch of the bsd-user fork hosted at
https://github.com/qemu-bsd-user/qemu-bsd-user/tree/blitz.

Karim Taha (1):
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

Sean Bruno (1):
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

Stacey Son (7):
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

Warner Losh (2):
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
  Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

 bsd-user/bsd-socket.c         | 108 +++++++++++++++++++++++++
 bsd-user/bsd-socket.h         | 143 ++++++++++++++++++++++++++++++++
 bsd-user/freebsd/os-syscall.c |  21 +++++
 bsd-user/main.c               |  16 +++-
 bsd-user/meson.build          |   1 +
 bsd-user/qemu-bsd.h           |  36 +++++++++
 bsd-user/syscall_defs.h       | 148 ++++++++++++++++++++++++++++++++++
 7 files changed, 472 insertions(+), 1 deletion(-)
 create mode 100644 bsd-user/bsd-socket.c
 create mode 100644 bsd-user/bsd-socket.h
 create mode 100644 bsd-user/qemu-bsd.h

-- 
2.40.0



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

end of thread, other threads:[~2023-04-24  9:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21  5:22 [PATCH 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project Karim Taha
2023-04-21  5:22 ` [PATCH 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com> Karim Taha
2023-04-21  7:17   ` Daniel P. Berrangé
2023-04-21 16:56     ` Karim Taha
2023-04-21 17:21       ` Alex Bennée
2023-04-21 22:40         ` Karim Taha
     [not found]           ` <CANCZdfr=32YFV0mHJxJn0F3aNUQT5YccQdRYdtq1au6BFF8WHw@mail.gmail.com>
2023-04-22 19:23             ` Karim Taha
2023-04-24  9:14               ` Alex Bennée
2023-04-21  5:22 ` [PATCH 02/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 03/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 04/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 05/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 06/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 07/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 08/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 09/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 10/11] " Karim Taha
2023-04-21  5:22 ` [PATCH 11/11] " Karim Taha

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