From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbgqT-0003Dv-J9 for qemu-devel@nongnu.org; Mon, 14 Sep 2015 23:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbgqQ-0001ki-Hl for qemu-devel@nongnu.org; Mon, 14 Sep 2015 23:23:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbgqQ-0001kQ-D1 for qemu-devel@nongnu.org; Mon, 14 Sep 2015 23:23:46 -0400 References: <1442241165-27983-1-git-send-email-ehabkost@redhat.com> <1442241165-27983-4-git-send-email-ehabkost@redhat.com> <20150914182722.2d05a8fa@nial.brq.redhat.com> From: Jason Wang Message-ID: <55F78F2C.4070005@redhat.com> Date: Tue, 15 Sep 2015 11:23:24 +0800 MIME-Version: 1.0 In-Reply-To: <20150914182722.2d05a8fa@nial.brq.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 3/3] pc: Introduce pc-*-2.5 machine classes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , Eduardo Habkost Cc: Paolo Bonzini , Richard Henderson , qemu-devel@nongnu.org, "Michael S. Tsirkin" On 09/15/2015 12:27 AM, Igor Mammedov wrote: > On Mon, 14 Sep 2015 11:32:45 -0300 > Eduardo Habkost wrote: > >> Introduce pc-*-2.5 machine classes, and add HW_COMPAT_2_4/PC_COMPAT_2_4 >> macros that will allow pc-*-2.4 compat properties to be added. >> >> Signed-off-by: Eduardo Habkost > Reviewed-by: Igor Mammedov > Thanks, I will include this in my new version of virtio-pci fixes.