From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwTpJ-00041B-2i for qemu-devel@nongnu.org; Mon, 16 Jun 2014 06:07:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwTpC-0006SM-Q5 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 06:07:44 -0400 Received: from [59.151.112.132] (port=26438 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwTpC-0006Pj-EF for qemu-devel@nongnu.org; Mon, 16 Jun 2014 06:07:38 -0400 From: Hu Tao Date: Mon, 16 Jun 2014 18:05:40 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/4] fixes for pci tree, v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yasunori Goto , Paolo Bonzini , Igor Mammedov , "Michael S. Tsirkin" Michael, This is fixes for your pci tree v2. please review. thanks! changes to v1: 1. adds the missing query-memdev and change into querying qom for memdevs(patch 1) 2. tweak error message (patch 2) 3. improve error handling for memory-backend-file (patch 3) 4. fixup the problem that nodes not start from 0 (patch 4) Hu Tao (4): qmp: add query-memdev check if we have space left for hotplugged memory memory-backend-file: improve error handling fixup! numa: add -numa node,memdev= option exec.c | 26 ++++++++++++----- hw/mem/pc-dimm.c | 7 +++++ numa.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- qapi-schema.json | 40 +++++++++++++++++++++++++ qmp-commands.hx | 38 ++++++++++++++++++++++++ 5 files changed, 191 insertions(+), 9 deletions(-) -- 1.9.3