On Thu, 16 Nov 2023, Roger Pau Monne wrote: > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Same here please apply to the other qemu-* scripts too Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> > --- > automation/scripts/qemu-alpine-x86_64.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/automation/scripts/qemu-alpine-x86_64.sh > b/automation/scripts/qemu-alpine-x86_64.sh > index a1c41c030a47..8e398dcea34b 100755 > --- a/automation/scripts/qemu-alpine-x86_64.sh > +++ b/automation/scripts/qemu-alpine-x86_64.sh > @@ -68,7 +68,7 @@ cd ../.. > cat >> binaries/pxelinux.0 << EOF > #!ipxe > > -kernel xen console=com1 > +kernel xen console=com1 console_timestamps=boot > module bzImage console=hvc0 > module xen-rootfs.cpio.gz > boot > -- > 2.42.0 >