Re: [PATCH for 6.2 42/49] bsd-user: add stubbed out core dump support

2021-08-19 Thread Warner Losh
> On Aug 10, 2021, at 11:27 AM, Richard Henderson > wrote: > > On 8/7/21 11:42 AM, Warner Losh wrote: >> From: Warner Losh >> Add a stubbed-out version of the bsd-user fork's core dump support. This >> allows elfload.c to be almost the same between what's upstream and >> what's in qemu-projec

Re: [PATCH for 6.2 42/49] bsd-user: add stubbed out core dump support

2021-08-10 Thread Richard Henderson
On 8/7/21 11:42 AM, Warner Losh wrote: From: Warner Losh Add a stubbed-out version of the bsd-user fork's core dump support. This allows elfload.c to be almost the same between what's upstream and what's in qemu-project upstream w/o the burden of reviewing the core dump support. Signed-off-by:

[PATCH for 6.2 42/49] bsd-user: add stubbed out core dump support

2021-08-07 Thread Warner Losh
From: Warner Losh Add a stubbed-out version of the bsd-user fork's core dump support. This allows elfload.c to be almost the same between what's upstream and what's in qemu-project upstream w/o the burden of reviewing the core dump support. Signed-off-by: Stacey Son Signed-off-by: Warner Losh