qemu-ppc
[Top][All Lists]
Advanced

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

[Qemu-ppc] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor


From: Igor Mammedov
Subject: [Qemu-ppc] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor
Date: Mon, 17 Feb 2014 16:49:41 +0100

... 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

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]