qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/4] NUMA: Validate CPU configuration


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v3 0/4] NUMA: Validate CPU configuration
Date: Mon, 23 Feb 2015 17:10:28 -0300
User-agent: Mutt/1.5.23 (2014-03-12)

Ping? Can somebody help review this?

On Thu, Feb 12, 2015 at 03:50:31PM -0200, Eduardo Habkost wrote:
> This adds extra checks to the NUMA code to make sure the CPU configuration is
> consistent. This needs to be applied on top of the following series:
> 
>   Message-Id: <address@hidden>
>   Subject: [Qemu-devel] [PATCH 0/7] NUMA code cleanup
>   From: Eduardo Habkost <address@hidden>
>   Date: Sun,  8 Feb 2015 16:51:15 -0200
>   Git tree: https://github.com/ehabkost/qemu.git numa-next
> 
> Changes v1 -> v2:
>  * (none, v1 was tagged by accident and never sent to qemu-devel)
> 
> Changes v2 -> v3:
>  * Fix off-by-one error on CPU index check
>  * Use GString and error_report() instead of calling fprintf() directly
>  * Simplify logic of the CPUs-not-present check
> 
> Eduardo Habkost (4):
>   numa: Fix off-by-one error at MAX_CPUMASK_BITS check
>   numa: Reject CPU indexes > max_cpus
>   numa: Reject configuration if CPU appears on multiple nodes
>   numa: Print warning if no node is assigned to a CPU
> 
>  numa.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 50 insertions(+), 3 deletions(-)
> 
> -- 
> 2.1.0
> 
> 

-- 
Eduardo



reply via email to

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