Re: [XEN PATCH 05/15] build: introduce a generic command for gzip

2023-05-24 Thread Jan Beulich
On 23.05.2023 18:38, Anthony PERARD wrote: > Make the gzip command generic and use -9 which wasn't use for > config.gz. (xen.gz does use -9) You mention xen.gz here, but you don't make its rule use this new construct. Is that intentional (and if so, why)? (There we also go through $@.new, and

Re: [XEN PATCH 04/15] build: hide policy.bin commands

2023-05-24 Thread Jan Beulich
On 23.05.2023 18:38, Anthony PERARD wrote: > --- a/xen/xsm/flask/Makefile > +++ b/xen/xsm/flask/Makefile > @@ -48,10 +48,15 @@ targets += flask-policy.S > FLASK_BUILD_DIR := $(abs_objtree)/$(obj) > POLICY_SRC := $(FLASK_BUILD_DIR)/xenpolicy-$(XEN_FULLVERSION) > > +policy_chk = \ > +$(Q)if

Re: [XEN PATCH 01/15] build: hide that we are updating xen/lib/x86

2023-05-24 Thread Jan Beulich
On 23.05.2023 18:37, Anthony PERARD wrote: > Change of directory to xen/lib/x86 isn't needed to be shown. If > something gets updated, make will print the command line. > > Signed-off-by: Anthony PERARD Acked-by: Jan Beulich

Re: [XEN PATCH 01/15] build: hide that we are updating xen/lib/x86

2023-05-24 Thread Luca Fancellu
> On 23 May 2023, at 17:37, Anthony PERARD wrote: > > Change of directory to xen/lib/x86 isn't needed to be shown. If > something gets updated, make will print the command line. > > Signed-off-by: Anthony PERARD Hi Anthony, Looks good to me Reviewed-by: Luca Fancellu > --- >

Re: PVH Dom0 related UART failure

2023-05-24 Thread Jan Beulich
On 24.05.2023 03:13, Stefano Stabellini wrote: > On Tue, 23 May 2023, Jan Beulich wrote: >> On 23.05.2023 00:20, Stefano Stabellini wrote: >>> On Sat, 20 May 2023, Roger Pau Monné wrote: diff --git a/xen/drivers/vpci/header.c b/xen/drivers/vpci/header.c index ec2e978a4e6b..0ff8e940fa8d

<    1   2