[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 0/2] add keyhandler to show Xen command line
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: dmukhin@xxxxxxxx
- Date: Tue, 18 Aug 2026 13:07:36 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 205.220.161.53) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=ford.com; dmarc=pass (p=reject sp=reject pct=100) action=none header.from=ford.com; dkim=pass (signature was verified) header.d=saarlouis.ford.com; dkim=pass (signature was verified) header.d=ford.com; arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WzM5qxYmd9iyICPmUpiIzQBL8oxhd/QudnmGtoNLiig=; b=CWAHJXGnYemxt0iYLNXIiq57PXA3+z3znVFzIUdYp5fRTClPf3pURClCkw1eYyHEONRYUUkjfy9F1I5u7AvtvZOP2BdnkgGi1511i2Ccjzh1Pkq3AgsG0/LNhGMrItuN0lxvDjwlSkXpeFLZQHT7U18Yeht9b/HnRJTka0of46rtduXfCRoIMYXYt2vMZxe8PAHzFKqFvPEjHCDKiFdsez4gvMKunRTaMtWWxEwCoIlpcAoJfLRoiVTa7/DZW79u8NcB10IyR2Y0j1bmruDYSeFPZOMdb9QbDVaAGyow3DfZSffda2daPzWMntnBg39j0wyiXEqY79aoPyAFXyh+/g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=U2ziYU2Bl1vKtf2KjGaotU1Wl7Ab2Lz3/XGKSC3vLO7AMeYLsf7ZpEESLVS2FJ044zq1XUntN642g/oN9yaGam20eqBSbZbiTCRHVEGtO1ikYVRBEx/JrVrl0mPje9797wuQ7HRnfIirFbhTvUenOzhzBr2Ux7uX+oKU48wHceRg01LBS4cupuejvEWUsvsEita/Kn5dlX2I18jyp8C+LFaOXpwnQluFjHE0+xrIg/584KN2EVoPDMZNT5CDK5Fzp0vf7MaqDkXtg83MoohNL9DQ0Nuh2FSatsvW4CmOuiwshEFTCpyj+nk+5P2SRmzzAK/we3TmCTyYc2cX8HFFzg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=ppford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=selector2-azureford-onmicrosoft-com header.d=azureford.onmicrosoft.com header.i="@azureford.onmicrosoft.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"; dkim=pass header.s=ppserprodsaar header.d=saarlouis.ford.com header.i="@saarlouis.ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=ppfserpocford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"
- Cc: dmukhin@xxxxxxxx, andrew.cooper3@xxxxxxxxxx, anthony.perard@xxxxxxxxxx, julien@xxxxxxx, michal.orzel@xxxxxxx, roger@xxxxxxxxxxxxxx, sstabellini@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 18 Aug 2026 20:07:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Pser-m365-app: SER-APP
On Tue, Aug 18, 2026 at 10:49:33AM +0200, Jan Beulich wrote:
> On 14.08.2026 03:02, dmukhin@xxxxxxxx wrote:
> > Mini-series to add new keyhander '?' for showing system information,
> > including command line and version info.
> >
> > v5:
> > https://lore.kernel.org/xen-devel/20260813035139.915536-2-dmukhin@xxxxxxxx/
> > CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/2758940285
> >
> > Denis Mukhin (2):
> > xen/common: add keyhandler to show Xen command line
> > xen/common: move version printout under '?' keyhandler
>
> I would have wished them to be the other way around (as was requested), but
> well:
> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
Thank you.
|