qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor
Date: Wed, 26 Feb 2014 18:42:24 +0200

On Mon, Feb 17, 2014 at 04:49:41PM +0100, Igor Mammedov wrote:
> ... while at it move most of numa related code to
> a dedicated file so that it won't to clatter vl.c.
> 
> git tree for testing:
> https://github.com/imammedo/qemu/commits/numa_prep_v1
> 
> Igor Mammedov (1):
>   vl.c: fix style issue

Just to clarify - Paolo, you intend to merge this?
I acked pc.c changes.

> Wanlong Gao (5):
>   NUMA: move numa related code to new file numa.c
>   NUMA: check if the total numa memory size is equal to ram_size
>   NUMA: Add numa_info structure to contain numa nodes info
>   NUMA: convert -numa option to use OptsVisitor
>   NUMA: expand MAX_NODES from 64 to 128
> 
>  Makefile.target         |    2 +-
>  cpus.c                  |   14 ----
>  hw/i386/pc.c            |   14 ++-
>  hw/ppc/spapr.c          |   11 ++-
>  include/sysemu/cpus.h   |    1 -
>  include/sysemu/sysemu.h |   14 +++-
>  monitor.c               |    2 +-
>  numa.c                  |  189 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  qapi-schema.json        |   32 ++++++++
>  vl.c                    |  155 +++-----------------------------------
>  10 files changed, 262 insertions(+), 172 deletions(-)
>  create mode 100644 numa.c



reply via email to

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