From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4S6-0001NZ-4U for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:11:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC4S1-0001ve-Ii for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:11:42 -0400 Received: from [222.73.24.84] (port=61082 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4S1-0001vI-6R for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:11:37 -0400 Date: Wed, 21 Aug 2013 17:10:15 +0800 From: Hu Tao Message-ID: <20130821091015.GB32733@localhost.localdomain> References: <0577863ea4bc4e0d91675e4fd250c1065ba4ebd9.1377075625.git.hutao@cn.fujitsu.com> MIME-Version: 1.0 In-Reply-To: <0577863ea4bc4e0d91675e4fd250c1065ba4ebd9.1377075625.git.hutao@cn.fujitsu.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH 2/2] q35: add cpu hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov Added: Igor Mammedov On Wed, Aug 21, 2013 at 05:04:28PM +0800, Hu Tao wrote: > > Signed-off-by: Hu Tao > --- > hw/acpi/ich9.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++-- > include/hw/acpi/ich9.h | 11 ++++++ > 2 files changed, 100 insertions(+), 2 deletions(-) Hi Igor, Sorry I forgot to add you.