From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhHHb-0005HJ-TR for qemu-devel@nongnu.org; Mon, 05 May 2014 07:42:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhHHW-0006kS-E1 for qemu-devel@nongnu.org; Mon, 05 May 2014 07:42:07 -0400 Received: from cantor2.suse.de ([195.135.220.15]:36001 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhHHW-0006kM-7y for qemu-devel@nongnu.org; Mon, 05 May 2014 07:42:02 -0400 Message-ID: <53677908.6070008@suse.de> Date: Mon, 05 May 2014 13:42:00 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1399053733-3431-1-git-send-email-somlo@cmu.edu> In-Reply-To: <1399053733-3431-1-git-send-email-somlo@cmu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v4 PATCH 0/2] apic: bump emulated lapic version to 0x14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: pbonzini@redhat.com, dslutz@verizon.com, qemu-devel@nongnu.org, afaerber@suse.de, mst@redhat.com On 05/02/2014 08:02 PM, Gabriel L. Somlo wrote: > I decided to split the patch into the boilerplate compat_props for v2.0 > and older (1/2) and the actual lapic-version "payload" (2/2). > > The first (boilerplate) patch depends on another patch for which a pull > request is already pending: > > http://lists.nongnu.org/archive/html/qemu-devel/2014-04/msg04728.html, > > Please let me know what you all think. From what I understand about the compat bits (which is little) this makes a lot of sense. And the version is a proper property now, which is great :). Acked-by: Alexander Graf Alex