From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuFaQ-0003Co-0X for qemu-devel@nongnu.org; Mon, 18 May 2015 03:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuFaM-0002uY-QC for qemu-devel@nongnu.org; Mon, 18 May 2015 03:35:41 -0400 Message-ID: <1431934534.10826.2.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 18 May 2015 09:35:34 +0200 In-Reply-To: <1431629590-25181-10-git-send-email-ehabkost@redhat.com> References: <1431629590-25181-1-git-send-email-ehabkost@redhat.com> <1431629590-25181-10-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 09/13] piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: "Michael S. Tsirkin" , jasowang@redhat.com, Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, pbonzini@redhat.com, rth@twiddle.net On Do, 2015-05-14 at 15:53 -0300, Eduardo Habkost wrote: > So, move the properties to PC_COMPAT_0_14. This makes pc-0.13 and > older > inherit them, but that shouldn't be an issue as QEMU 0.13 didn't > support > qxl. Reviewed-by: Gerd Hoffmann