From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaibN-0007Xk-IC for qemu-devel@nongnu.org; Tue, 20 Nov 2012 02:50:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaibM-00038G-Jg for qemu-devel@nongnu.org; Tue, 20 Nov 2012 02:50:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaibM-00037e-Bx for qemu-devel@nongnu.org; Tue, 20 Nov 2012 02:50:36 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAK7oWVk002120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Nov 2012 02:50:34 -0500 Message-ID: <50AB3631.2080000@redhat.com> Date: Tue, 20 Nov 2012 08:50:09 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1353330711-20207-1-git-send-email-alexl@redhat.com> In-Reply-To: <1353330711-20207-1-git-send-email-alexl@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qxl: Export "mode" as a property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Larsson Cc: qemu-devel@nongnu.org On 11/19/12 14:11, Alexander Larsson wrote: > This way you can easily tell from qemu if the guest is using > a qxl driver or not. Device properties are for configuration, not inspection. cheers, Gerd