qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 3/3] hw/core: Cleanup unused included headers in numa.c


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 3/3] hw/core: Cleanup unused included headers in numa.c
Date: Mon, 11 Mar 2024 09:50:03 +0100
User-agent: Mozilla Thunderbird

On 11/3/24 08:56, Zhao Liu wrote:
From: Zhao Liu <zhao1.liu@intel.com>

Remove unused header in numa.c:
* qemu/bitmap.h
* migration/vmstate.h

Note: Though parse_numa_hmat_lb() has the variable named "bitmap_copy",
it doesn't use the normal bitmap ops so that it's safe to exclude
qemu/bitmap.h header.

Tested by "./configure" and then "make".

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
v3: Re-included hw/core/cpu.h since CPU_UNSET_NUMA_NODE_ID is defined
     in this header.
---
  hw/core/numa.c | 2 --
  1 file changed, 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]