Re: [PATCH v2 0/9] hw/core: Cleanup and reorder headers

2024-01-29 Thread Zhao Liu
Hi Philippe, Thanks for picking the 1st patch. Could you take time for further review on other patches? Thanks, Zhao On Tue, Jan 16, 2024 at 03:46:38PM +0800, Zhao Liu wrote: > Date: Tue, 16 Jan 2024 15:46:38 +0800 > From: Zhao Liu > Subject: [PATCH v2 0/9] hw/core: Cleanup and reorde

[PATCH v2 0/9] hw/core: Cleanup and reorder headers

2024-01-15 Thread Zhao Liu
From: Zhao Liu Identify unused headers by full compilation (tested by "./configure" and then "make") and manually checking if it is a direct inclusion. Then reorder headers in alphabetical order. In addition, update a file entry in MAINTAINERS file. --- Changelog: v1: Per Peter and Philippe's