All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bsd-user, FreeBSD update
@ 2020-12-28  8:14 David CARLIER
  2020-12-28 16:21 ` Warner Losh
  0 siblings, 1 reply; 4+ messages in thread
From: David CARLIER @ 2020-12-28  8:14 UTC (permalink / raw)
  To: qemu-devel, QEMU Trivial

From 10b13162949debdbbd8394bc1047511d1a900176 Mon Sep 17 00:00:00 2001
From: David Carlier <devnexen@gmail.com>
Date: Mon, 28 Dec 2020 08:10:43 +0000
Subject: [PATCH 0/2] *** SUBJECT HERE ***

bsd-user, FreeBSD update.

David Carlier (2):
  bsd-user, updating the FreeBSD's syscall list, based on the 11.x
  bsd-user, Adding more strace support for a handful of syscalls.

 bsd-user/freebsd/strace.list  | 12 ++++++++++++
 bsd-user/freebsd/syscall_nr.h | 25 ++++++++++++++++++++++---
 2 files changed, 34 insertions(+), 3 deletions(-)

-- 
2.30.0.rc2


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

* Re: [PATCH 0/2] bsd-user, FreeBSD update
  2020-12-28  8:14 [PATCH 0/2] bsd-user, FreeBSD update David CARLIER
@ 2020-12-28 16:21 ` Warner Losh
  2020-12-28 16:39   ` David CARLIER
  0 siblings, 1 reply; 4+ messages in thread
From: Warner Losh @ 2020-12-28 16:21 UTC (permalink / raw)
  To: David CARLIER; +Cc: QEMU Trivial, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

On Mon, Dec 28, 2020 at 1:15 AM David CARLIER <devnexen@gmail.com> wrote:

> From 10b13162949debdbbd8394bc1047511d1a900176 Mon Sep 17 00:00:00 2001
> From: David Carlier <devnexen@gmail.com>
> Date: Mon, 28 Dec 2020 08:10:43 +0000
> Subject: [PATCH 0/2] *** SUBJECT HERE ***
>
> bsd-user, FreeBSD update.
>
> David Carlier (2):
>   bsd-user, updating the FreeBSD's syscall list, based on the 11.x
>   bsd-user, Adding more strace support for a handful of syscalls.
>
>  bsd-user/freebsd/strace.list  | 12 ++++++++++++
>  bsd-user/freebsd/syscall_nr.h | 25 ++++++++++++++++++++++---
>  2 files changed, 34 insertions(+), 3 deletions(-)
>

Have you seen my patches in this area? Are you familiar with the bsd-user
efforts we've been doing at https://github.com/qemu-bsd-user/qemu-bsd-user
We have about 300 patches in the queue and the more that others change
things, the harder it is to get them in. They are a twisty maze of
conflicts early in the series and some not-updated API calls dealing with
the evolution of the qemu cpu model as well.

I posted this series two weeks ago:
https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg05528.html

This part
https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg05530.html updates
the system call numbers to the latest FreeBSD 13 numbers.

Perhaps you could help in these efforts? They have been going on since
around Qemu 1.0 and we were bad about getting them upstreamed early, and so
are paying the price now. We use the code in the above repo to build about
40k packages for a couple of different architectures.

Warner


> --
> 2.30.0.rc2
>
>

[-- Attachment #2: Type: text/html, Size: 2532 bytes --]

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

* Re: [PATCH 0/2] bsd-user, FreeBSD update
  2020-12-28 16:21 ` Warner Losh
@ 2020-12-28 16:39   ` David CARLIER
  2020-12-28 16:59     ` Warner Losh
  0 siblings, 1 reply; 4+ messages in thread
From: David CARLIER @ 2020-12-28 16:39 UTC (permalink / raw)
  To: Warner Losh; +Cc: QEMU Trivial, qemu-devel

Oh good to know I understand better why syscalls not updated for so long.

To upstream I would suggest not to push straight all these changes in
one shot and focus on FreeBSD at first, much less to review and so on.

Regards.

On Mon, 28 Dec 2020 at 16:21, Warner Losh <imp@bsdimp.com> wrote:
>
>
>
> On Mon, Dec 28, 2020 at 1:15 AM David CARLIER <devnexen@gmail.com> wrote:
>>
>> From 10b13162949debdbbd8394bc1047511d1a900176 Mon Sep 17 00:00:00 2001
>> From: David Carlier <devnexen@gmail.com>
>> Date: Mon, 28 Dec 2020 08:10:43 +0000
>> Subject: [PATCH 0/2] *** SUBJECT HERE ***
>>
>> bsd-user, FreeBSD update.
>>
>> David Carlier (2):
>>   bsd-user, updating the FreeBSD's syscall list, based on the 11.x
>>   bsd-user, Adding more strace support for a handful of syscalls.
>>
>>  bsd-user/freebsd/strace.list  | 12 ++++++++++++
>>  bsd-user/freebsd/syscall_nr.h | 25 ++++++++++++++++++++++---
>>  2 files changed, 34 insertions(+), 3 deletions(-)
>
>
> Have you seen my patches in this area? Are you familiar with the bsd-user efforts we've been doing at https://github.com/qemu-bsd-user/qemu-bsd-user We have about 300 patches in the queue and the more that others change things, the harder it is to get them in. They are a twisty maze of conflicts early in the series and some not-updated API calls dealing with the evolution of the qemu cpu model as well.
>
> I posted this series two weeks ago: https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg05528.html
>
> This part https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg05530.html updates the system call numbers to the latest FreeBSD 13 numbers.
>
> Perhaps you could help in these efforts? They have been going on since around Qemu 1.0 and we were bad about getting them upstreamed early, and so are paying the price now. We use the code in the above repo to build about 40k packages for a couple of different architectures.
>
> Warner
>
>>
>> --
>> 2.30.0.rc2
>>


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

* Re: [PATCH 0/2] bsd-user, FreeBSD update
  2020-12-28 16:39   ` David CARLIER
@ 2020-12-28 16:59     ` Warner Losh
  0 siblings, 0 replies; 4+ messages in thread
From: Warner Losh @ 2020-12-28 16:59 UTC (permalink / raw)
  To: David CARLIER; +Cc: QEMU Trivial, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]

Yes. I've picked 4 changes to make sure that I've got the size and
groupings of patches right for this project. I've heard nothing back on
them, so I'll try again after the first of the year.

I'd thought about just removing it all and pushing up the current state,
but I think even that might be unreviewable.

Warner

On Mon, Dec 28, 2020 at 9:39 AM David CARLIER <devnexen@gmail.com> wrote:

> Oh good to know I understand better why syscalls not updated for so long.
>
> To upstream I would suggest not to push straight all these changes in
> one shot and focus on FreeBSD at first, much less to review and so on.
>
> Regards.
>
> On Mon, 28 Dec 2020 at 16:21, Warner Losh <imp@bsdimp.com> wrote:
> >
> >
> >
> > On Mon, Dec 28, 2020 at 1:15 AM David CARLIER <devnexen@gmail.com>
> wrote:
> >>
> >> From 10b13162949debdbbd8394bc1047511d1a900176 Mon Sep 17 00:00:00 2001
> >> From: David Carlier <devnexen@gmail.com>
> >> Date: Mon, 28 Dec 2020 08:10:43 +0000
> >> Subject: [PATCH 0/2] *** SUBJECT HERE ***
> >>
> >> bsd-user, FreeBSD update.
> >>
> >> David Carlier (2):
> >>   bsd-user, updating the FreeBSD's syscall list, based on the 11.x
> >>   bsd-user, Adding more strace support for a handful of syscalls.
> >>
> >>  bsd-user/freebsd/strace.list  | 12 ++++++++++++
> >>  bsd-user/freebsd/syscall_nr.h | 25 ++++++++++++++++++++++---
> >>  2 files changed, 34 insertions(+), 3 deletions(-)
> >
> >
> > Have you seen my patches in this area? Are you familiar with the
> bsd-user efforts we've been doing at
> https://github.com/qemu-bsd-user/qemu-bsd-user We have about 300 patches
> in the queue and the more that others change things, the harder it is to
> get them in. They are a twisty maze of conflicts early in the series and
> some not-updated API calls dealing with the evolution of the qemu cpu model
> as well.
> >
> > I posted this series two weeks ago:
> https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg05528.html
> >
> > This part
> https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg05530.html
> updates the system call numbers to the latest FreeBSD 13 numbers.
> >
> > Perhaps you could help in these efforts? They have been going on since
> around Qemu 1.0 and we were bad about getting them upstreamed early, and so
> are paying the price now. We use the code in the above repo to build about
> 40k packages for a couple of different architectures.
> >
> > Warner
> >
> >>
> >> --
> >> 2.30.0.rc2
> >>
>

[-- Attachment #2: Type: text/html, Size: 3579 bytes --]

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

end of thread, other threads:[~2020-12-28 17:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28  8:14 [PATCH 0/2] bsd-user, FreeBSD update David CARLIER
2020-12-28 16:21 ` Warner Losh
2020-12-28 16:39   ` David CARLIER
2020-12-28 16:59     ` Warner Losh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.