Re: [Qemu-devel] [PATCH v1 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus

2017-09-13 Thread Thomas Huth
On 13.09.2017 14:09, David Hildenbrand wrote: > On 12.09.2017 16:26, 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 >> --- >> hw/s390x/virtio-ccw

Re: [Qemu-devel] [PATCH v1 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus

2017-09-13 Thread Gerd Hoffmann
On Wed, 2017-09-13 at 14:09 +0200, David Hildenbrand wrote: > > +    dc->props = virtio_ccw_gpu_properties; > > +    dc->hotpluggable = false; > > Wonder if hotplug could work? No, ui/* doesn't support hotplug. cheers, Gerd

Re: [Qemu-devel] [PATCH v1 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus

2017-09-13 Thread Halil Pasic
On 09/12/2017 04:26 PM, 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 [..]

Re: [Qemu-devel] [PATCH v1 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus

2017-09-13 Thread David Hildenbrand
On 12.09.2017 16:26, 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 > --- > hw/s390x/virtio-ccw.c | 54 > +++

[Qemu-devel] [PATCH v1 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus

2017-09-12 Thread Farhan Ali
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 --- hw/s390x/virtio-ccw.c | 54 +++ hw/s390x/virtio-ccw.h | 10 ++ 2 files