From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dslEm-0006tx-3l for qemu-devel@nongnu.org; Fri, 15 Sep 2017 03:40:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dslEh-0004qK-7X for qemu-devel@nongnu.org; Fri, 15 Sep 2017 03:40:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47564) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dslEh-0004pB-0y for qemu-devel@nongnu.org; Fri, 15 Sep 2017 03:40:27 -0400 References: From: Thomas Huth Message-ID: Date: Fri, 15 Sep 2017 09:40:21 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Farhan Ali , qemu-devel@nongnu.org Cc: borntraeger@de.ibm.com, kraxel@redhat.com, cohuck@redhat.com On 14.09.2017 17:55, Farhan Ali wrote: > Wire up the virtio-gpu device for the CCW bus. The virtio-gpu > is a virtio-1 device, so disable revision 0. > > Signed-off-by: Farhan Ali > Acked-by: Christian Borntraeger > Reviewed-by: Halil Pasic > --- > hw/s390x/virtio-ccw.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > hw/s390x/virtio-ccw.h | 10 ++++++++++ Reviewed-by: Thomas Huth