qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-1.4 0/8] -numa option parsing fixes (v7)


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH for-1.4 0/8] -numa option parsing fixes (v7)
Date: Mon, 4 Feb 2013 16:27:44 -0200

Resending whole series after v6 was reviewed and got no objections.

Changes v6 -> v7:

 - Refresh of patch 1/8 against qemu.git master (trivial conflicts on
   tests/Makefile)
 - Correction of typo on comment on util/cutils.c

Eduardo Habkost (8):
  cutils: unsigned int parsing functions
  vl.c: Fix off-by-one bug when handling "-numa node" argument
  vl.c: Abort on unknown -numa option type
  vl.c: Check for NUMA node limit inside numa_add()
  vl.c: numa_add(): Validate nodeid before using it
  vl.c: Use parse_uint_full() for NUMA nodeid
  vl.c: Extract -numa "cpus" parsing to separate function
  vl.c: validate -numa "cpus" parameter properly

 include/qemu-common.h |   4 +
 tests/Makefile        |   3 +
 tests/test-cutils.c   | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++
 util/cutils.c         |  99 ++++++++++++++++++++
 vl.c                  |  93 ++++++++++++++-----
 5 files changed, 425 insertions(+), 25 deletions(-)
 create mode 100644 tests/test-cutils.c

-- 
1.8.1




reply via email to

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