From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNL8N-000852-JZ for qemu-devel@nongnu.org; Wed, 13 Jul 2016 10:27:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNL8I-00021T-Ez for qemu-devel@nongnu.org; Wed, 13 Jul 2016 10:27:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNL8I-00021P-9H for qemu-devel@nongnu.org; Wed, 13 Jul 2016 10:27:26 -0400 Date: Wed, 13 Jul 2016 11:27:23 -0300 From: Eduardo Habkost Message-ID: <20160713142723.GA31865@thinpad.lan.raisama.net> References: <1467786055-85835-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467786055-85835-1-git-send-email-imammedo@redhat.com> 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: Igor Mammedov 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, 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. -- Eduardo