qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/9] virtio-gpu: use graphic_* variables.


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 6/9] virtio-gpu: use graphic_* variables.
Date: Fri, 24 Feb 2017 15:15:35 +0100

  Hi,

> > +    if (graphic_width && graphic_height) {
> > +        g->req_state[0].width = graphic_width;
> > +        g->req_state[0].height = graphic_height;
> > +    } else {
> > +        g->req_state[0].width = 1024;
> > +        g->req_state[0].height = 768;
> > +    }
> 
> What about adding properties for this, and only using graphic_* as a
> fallback?

Hmm, I guess in that case I'd prefer to not use graphic_* at all ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]