[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN][PATCH v9 17/19] tools/libs/ctrl: Implement new xc interfaces for dt overlay
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Vikram Garhwal <vikram.garhwal@xxxxxxx>
- Date: Mon, 21 Aug 2023 11:53:48 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=4XORqzjkRDQRs+gzvQNmWi1nxp8pmHwakTvJuQ53vno=; b=DUDZfsteWkToBsCNdacX814UqPd5YLMkCtXWd7Q1yRq65PTqqWzenogqYNsbA+Qzg+qjbvP6k0+xTdhcYbLxt6P7Z65Y+PaKUvrD9f/QmhQeDSS9m/tcr/qU/4t3PT5rofnCNar7IenFS7cpBKUUYGMX4IfqXMVbTtpZ/OdWvIErgnHAz4+IcaR0oLVLrZ5mnaW3uRiIUXiQuKjgDOeFwZVe5t+MEUoFJ2uCwTYCcx3e7ZAuzwyi+JwAKryJrsWG4bXHFdS7DBtZnAJm4UzvIboOfaTk8NHIrppA+G4K4Klri+HePfwe52svjGAM8ZVBDcyuW564PMuyswGJDAObsQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iJa/Z53umpXkjwm075EVLYCW3lTkSmX2DBwSLkXqeGZgjRxcMUwIJ6lag/GmrdAe4nrw239rdAsK451QnAPks3rer8l2jFzi84dFi9dvDbkWcWAF9Ry45Gep3kmx6RKnqrFDyD9mPVo0p2kyUq0yLPXv93FavoHcL+eU+zoqfnaD9WIGna10df8MY9pIY6oWtti3t3wKT79Z9IUgN7HNvIIj5et/pVtOKRmNEz+rJgo+YvbR4Jy91yJD/5XEeOBzqpmqGTf4R8NaXltI3PbWdD+9u0K8PD/AIGaw+qCSUIqHrOQ367LuKD1RS1re5hw6D/kIr0PVdpfD5PwxJCfZWg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, michal.orzel@xxxxxxx, sstabellini@xxxxxxxxxx, jbeulich@xxxxxxxx, Wei Liu <wl@xxxxxxx>, Juergen Gross <jgross@xxxxxxxx>
- Delivery-date: Mon, 21 Aug 2023 18:54:08 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi Anthony,
On Mon, Aug 21, 2023 at 05:18:27PM +0100, Anthony PERARD wrote:
> On Fri, Aug 18, 2023 at 05:28:48PM -0700, Vikram Garhwal wrote:
> > xc_dt_overlay() sends the device tree binary overlay, size of .dtbo and
> > overlay
> > operation type i.e. add or remove to xen.
> >
> > Signed-off-by: Vikram Garhwal <vikram.garhwal@xxxxxxx>
>
> Hi Vikram,
>
> I've given some comments on the v7 of this patch at [1], there's been no reply
> and the patch hasn't changed.
>
> [1]
> https://lore.kernel.org/xen-devel/9975f41c-c149-445a-8122-c15cfe5511b0@perard/
>
> Did this fell through the cracks?
>
Yes, you are right. It skipped through my update list. Sorry, for missing this.
Will change it in next version.
Thank you!
Vikram
> Cheers,
>
> --
> Anthony PERARD
|