qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Virtio GPU for S390
@ 2017-09-14 15:55 Farhan Ali
  2017-09-14 15:55 ` [Qemu-devel] [PATCH v2 1/2] virtio-gpu: Handle endian conversion Farhan Ali
  2017-09-14 15:55 ` [Qemu-devel] [PATCH v2 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus Farhan Ali
  0 siblings, 2 replies; 7+ messages in thread
From: Farhan Ali @ 2017-09-14 15:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: borntraeger, thuth, kraxel, cohuck

These patches wire up the virtio-gpu device for CCW bus for
S390.

For the S390 architecture which does not natively support any graphics
device, virtio gpu in 2D mode could be used to emulate a simple graphics
card and use VNC as the display.

eg: qemu-system-s390x ... -device virtio-gpu-ccw,devno=fe.0.0101
    -vnc host_ip_addr:5900

Note, to actually see any display content the
guest kernel needs to support DRM layer, Virtio GPU driver,
the Virtual Terminal layer etc.

I would appreciate any feedback on these patches, specially the
first patch.

ChangeLog
--------
v1 -> v2
    - remove error_propagate (patch 2)
    - Add byteswap functions (patch 1)
    - Handle endian conversion for virtio_gpu_ctrl_response (patch 1)


Thank you
Farhan


Farhan Ali (2):
  virtio-gpu: Handle endian conversion
  virtio-gpu-ccw: Create a virtio gpu device for the ccw bus

 hw/display/virtio-gpu.c | 75 +++++++++++++++++++++++++++++++++++++++++++------
 hw/s390x/virtio-ccw.c   | 49 ++++++++++++++++++++++++++++++++
 hw/s390x/virtio-ccw.h   | 10 +++++++
 3 files changed, 126 insertions(+), 8 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-15 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14 15:55 [Qemu-devel] [PATCH v2 0/2] Virtio GPU for S390 Farhan Ali
2017-09-14 15:55 ` [Qemu-devel] [PATCH v2 1/2] virtio-gpu: Handle endian conversion Farhan Ali
2017-09-15  7:31   ` Gerd Hoffmann
2017-09-15 12:56     ` Farhan Ali
2017-09-14 15:55 ` [Qemu-devel] [PATCH v2 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus Farhan Ali
2017-09-15  7:40   ` Thomas Huth
2017-09-15 12:57     ` Farhan Ali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).