Re: [PULL 15/24] bsd-user: Fix commentary issues

2021-04-26 Thread Warner Losh
On Mon, Apr 26, 2021 at 3:13 AM Peter Maydell wrote: > On Mon, 26 Apr 2021 at 10:01, Daniel P. Berrangé > wrote: > > > > On Fri, Apr 23, 2021 at 02:39:50PM -0600, i...@bsdimp.com wrote: > > > -#define TARGET_FREEBSD_MAP_RESERVED0080 0x0080 /* previously > misimplemented MAP_INHERIT */ > > >

Re: [PULL 15/24] bsd-user: Fix commentary issues

2021-04-26 Thread Peter Maydell
On Mon, 26 Apr 2021 at 10:01, Daniel P. Berrangé wrote: > > On Fri, Apr 23, 2021 at 02:39:50PM -0600, i...@bsdimp.com wrote: > > -#define TARGET_FREEBSD_MAP_RESERVED0080 0x0080 /* previously > > misimplemented MAP_INHERIT */ > > -#define TARGET_FREEBSD_MAP_RESERVED0100 0x0100 /* previously >

Re: [PULL 15/24] bsd-user: Fix commentary issues

2021-04-26 Thread Daniel P . Berrangé
On Fri, Apr 23, 2021 at 02:39:50PM -0600, i...@bsdimp.com wrote: > From: Warner Losh > > Lines > 80 or 90 characters > C++ comments > BSD /*- block comment convention removed. > > Signed-off-by: Warner Losh > --- > bsd-user/bsd-mman.h | 42 ++ > 1 file

Re: [PULL 15/24] bsd-user: Fix commentary issues

2021-04-23 Thread Richard Henderson
On 4/23/21 1:39 PM, i...@bsdimp.com wrote: From: Warner Losh Lines > 80 or 90 characters C++ comments BSD /*- block comment convention removed. Signed-off-by: Warner Losh --- bsd-user/bsd-mman.h | 42 ++ 1 file changed, 26 insertions(+), 16

[PULL 15/24] bsd-user: Fix commentary issues

2021-04-23 Thread imp
From: Warner Losh Lines > 80 or 90 characters C++ comments BSD /*- block comment convention removed. Signed-off-by: Warner Losh --- bsd-user/bsd-mman.h | 42 ++ 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/bsd-user/bsd-mman.h