From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwqOF-000298-Dw for qemu-devel@nongnu.org; Wed, 19 Oct 2016 08:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwqOE-0000wb-UU for qemu-devel@nongnu.org; Wed, 19 Oct 2016 08:54:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55138) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwqOE-0000wP-Oz for qemu-devel@nongnu.org; Wed, 19 Oct 2016 08:54:38 -0400 Date: Wed, 19 Oct 2016 10:54:36 -0200 From: Eduardo Habkost Message-ID: <20161019125436.GF5057@thinpad.lan.raisama.net> References: <1476878743-144953-1-git-send-email-imammedo@redhat.com> <1476878743-144953-3-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476878743-144953-3-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 02/13] pc: acpi: x2APIC support for SRAT table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, kraxel@redhat.com, liuxiaojian6@huawei.com, mst@redhat.com, rkrcmar@redhat.com, peterx@redhat.com, kevin@koconnor.net, pbonzini@redhat.com, lersek@redhat.com, chao.gao@intel.com On Wed, Oct 19, 2016 at 02:05:32PM +0200, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > v4: > - use cpu_to_le32() when assigning to x2apic_id (Eduardo) > v3: > - rebase on top in 2.7 + updated cpu PXM patches Reviewed-by: Eduardo Habkost -- Eduardo