From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPTq9-00065t-EI for qemu-devel@nongnu.org; Mon, 17 Mar 2014 05:28:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPTq0-0004qk-Vg for qemu-devel@nongnu.org; Mon, 17 Mar 2014 05:28:13 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:43503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPTq0-0004qA-Nv for qemu-devel@nongnu.org; Mon, 17 Mar 2014 05:28:04 -0400 Received: by mail-ee0-f54.google.com with SMTP id d49so3850142eek.41 for ; Mon, 17 Mar 2014 02:28:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5326C01D.203@redhat.com> Date: Mon, 17 Mar 2014 10:27:57 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1394628914-10758-1-git-send-email-kraxel@redhat.com> <1394628914-10758-4-git-send-email-kraxel@redhat.com> <20140312202611.GB3004@redhat.com> <53218B0D.8000405@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: v0.3 of the virtio based GPU code. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Airlie Cc: Dave Airlie , "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , Anthony Liguori , Gerd Hoffmann Il 17/03/2014 05:36, Dave Airlie ha scritto: > I steered away from using config space for anything for the normal > operation of the GPU after looking at overheads and hearing from S390 > people that config space has some special properties on their hw, Right, but this is only for the old s390-virtio implementation, and it means that the cursor would not work on s390-virtio either. The new one, which looks like real s390 hardware, doesn't have the problem. > The number of these events should be small in a running system, and > I'm not sure how we'd lose one. Are they few even if you resize the viewer window, and this causes a stream of display-size changes? Paolo