qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Farhan Ali <alifm@linux.vnet.ibm.com>
To: Cornelia Huck <cohuck@redhat.com>
Cc: borntraeger@de.ibm.com, thuth@redhat.com,
	pasic@linux.vnet.ibm.com, qemu-devel@nongnu.org,
	kraxel@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 0/2] Virtio GPU for S390
Date: Mon, 18 Sep 2017 08:43:24 -0400	[thread overview]
Message-ID: <34d07f47-a089-345b-273d-c864baf2b461@linux.vnet.ibm.com> (raw)
In-Reply-To: <20170918142902.1aa7fa4d.cohuck@redhat.com>



On 09/18/2017 08:29 AM, Cornelia Huck wrote:
> On Fri, 15 Sep 2017 10:40:30 -0400
> Farhan Ali <alifm@linux.vnet.ibm.com> wrote:
>
>> 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)
>>
>> v2 -> v3
>>     - updated patch 1 based on Gerd's feedback
>>     - rename bswap functions (patch 1)
>>     - use in-place swapping functions (patch 1)
>>     - Handle endian conversion for cursor update (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 | 70 +++++++++++++++++++++++++++++++++++++++++++------
>>  hw/s390x/virtio-ccw.c   | 49 ++++++++++++++++++++++++++++++++++
>>  hw/s390x/virtio-ccw.h   | 10 +++++++
>>  3 files changed, 121 insertions(+), 8 deletions(-)
>>
>
> Thanks, applied.
>

Thanks

      reply	other threads:[~2017-09-18 12:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-15 14:40 [Qemu-devel] [PATCH v3 0/2] Virtio GPU for S390 Farhan Ali
2017-09-15 14:40 ` [Qemu-devel] [PATCH v3 1/2] virtio-gpu: Handle endian conversion Farhan Ali
2017-09-18 10:32   ` Gerd Hoffmann
2017-09-18 12:39     ` Farhan Ali
2017-09-15 14:40 ` [Qemu-devel] [PATCH v3 2/2] virtio-gpu-ccw: Create a virtio gpu device for the ccw bus Farhan Ali
2017-09-18 10:05   ` Cornelia Huck
2017-09-18 10:33     ` Gerd Hoffmann
2017-09-18 12:29 ` [Qemu-devel] [PATCH v3 0/2] Virtio GPU for S390 Cornelia Huck
2017-09-18 12:43   ` Farhan Ali [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34d07f47-a089-345b-273d-c864baf2b461@linux.vnet.ibm.com \
    --to=alifm@linux.vnet.ibm.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=pasic@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).