From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPUBx-0001hN-Vf for qemu-devel@nongnu.org; Mon, 17 Mar 2014 05:50:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPUBr-00037C-Tf for qemu-devel@nongnu.org; Mon, 17 Mar 2014 05:50:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPUBr-000373-KQ for qemu-devel@nongnu.org; Mon, 17 Mar 2014 05:50:39 -0400 Message-ID: <5326C55D.6000807@redhat.com> Date: Mon, 17 Mar 2014 10:50:21 +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: "qemu-devel@nongnu.org" , Dave Airlie , Gerd Hoffmann , Anthony Liguori , "Michael S. Tsirkin" Il 17/03/2014 06:21, Dave Airlie ha scritto: > Oh I was also going to use this queue to report HW error events from > the guest to the host, > > like if the guest tries an illegal operation, What fields would be present for such an error? Paolo