From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNLFI-0006L1-7E for qemu-devel@nongnu.org; Wed, 13 Jul 2016 10:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNLFD-0003o1-F3 for qemu-devel@nongnu.org; Wed, 13 Jul 2016 10:34:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNLFD-0003ns-69 for qemu-devel@nongnu.org; Wed, 13 Jul 2016 10:34:35 -0400 Date: Wed, 13 Jul 2016 16:34:31 +0200 From: Igor Mammedov Message-ID: <20160713163431.0a61ed77@nial.brq.redhat.com> In-Reply-To: <20160713142723.GA31865@thinpad.lan.raisama.net> References: <1467786055-85835-1-git-send-email-imammedo@redhat.com> <20160713142723.GA31865@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/19] pc: add CPU hot-add/hot-remove with device_add/device_del List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, pkrempa@redhat.com, mst@redhat.com, armbru@redhat.com, eduardo.otubo@profitbricks.com, marcel@redhat.com, pbonzini@redhat.com, rth@twiddle.net On Wed, 13 Jul 2016 11:27:23 -0300 Eduardo Habkost wrote: > On Wed, Jul 06, 2016 at 08:20:36AM +0200, Igor Mammedov wrote: > > Igor Mammedov (19): > > target-i386: cpu: use uint32_t for X86CPU.apic_id > > pc: add x86_topo_ids_from_apicid() > > pc: extract CPU lookup into a separate function > > pc: cpu: consolidate apic-id validity checks in pc_cpu_pre_plug() > > target-i386: cpu: replace custom apic-id setter/getter with static > > property > > target-i386: add socket/core/thread properties to X86CPU > > Patches 1-6 were applied to x86-next. Thanks. > Thanks Eduardo, I'll rebase and post v4 on top of your tree. Could you also take 16-17/19 as it's fixes to x86 CPUs, 17th isn't actually triggered without hot-remove but its still a leak