qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor
@ 2014-02-17 15:49 Igor Mammedov
  2014-02-17 15:49 ` [Qemu-devel] [PATCH 1/6] vl.c: fix style issue Igor Mammedov
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Igor Mammedov @ 2014-02-17 15:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: agraf, andre.przywara, stefanha, mst, peter.maydell, armbru,
	ehabkost, lcapitulino, qemu-ppc, aliguori, pbonzini, afaerber,
	gaowanlong, rth

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-02-26 18:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 15:49 [Qemu-devel] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor Igor Mammedov
2014-02-17 15:49 ` [Qemu-devel] [PATCH 1/6] vl.c: fix style issue Igor Mammedov
2014-02-17 15:49 ` [Qemu-devel] [PATCH 2/6] NUMA: move numa related code to new file numa.c Igor Mammedov
2014-02-26 17:00   ` Eduardo Habkost
2014-02-17 15:49 ` [Qemu-devel] [PATCH 3/6] NUMA: check if the total numa memory size is equal to ram_size Igor Mammedov
2014-02-26 17:15   ` Eduardo Habkost
2014-02-26 17:28     ` Paolo Bonzini
2014-02-17 15:49 ` [Qemu-devel] [PATCH 4/6] NUMA: Add numa_info structure to contain numa nodes info Igor Mammedov
2014-02-26 16:42   ` Michael S. Tsirkin
2014-02-17 15:49 ` [Qemu-devel] [PATCH 5/6] NUMA: convert -numa option to use OptsVisitor Igor Mammedov
2014-02-17 16:36   ` Eric Blake
2014-02-26 14:40     ` [Qemu-devel] [PATCH v2 " Igor Mammedov
2014-02-26 18:08       ` Eduardo Habkost
2014-02-17 15:49 ` [Qemu-devel] [PATCH 6/6] NUMA: expand MAX_NODES from 64 to 128 Igor Mammedov
2014-02-26 18:40   ` Eduardo Habkost
2014-02-26 16:42 ` [Qemu-devel] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor Michael S. Tsirkin
2014-02-26 16:53   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).