Re: [virtio-dev] Re: [PATCH] Add virtio gpu driver.

From
Gerd Hoffmann <>
Date
2015-03-26T08:43:05+00:00
ID
Thread
Re: [virtio-dev] Re: [PATCH] Add virtio gpu driver.
Hi,

> And is it possible to use offset within BAR and/or memory BARs?
> If yes I'd strongly prefer this.

What is the point?  Do you want place virtio regions and vga framebuffer
in the same pci bar?  Why?  virtio is mmio and traps into qemu on
access, whereas the vga framebuffer is memory-backed (with dirty
tracking turned on).  Don't think this is a good idea, even though the
memory api would probably allow to do this.

cheers,
  Gerd