Re: [Xen-devel] [PATCH 1/2] libxl: Add virtio vga interface support for qemu

2019-04-17 Thread Rich Persaud
> On Apr 10, 2019, at 20:02, Chris Patterson wrote: > > For anyone looking at this... while I have tested and verified that > both virtio-gpu and VirGL work, it's not without some hiccup. > > I have been running Ubuntu 19.04 with this config for a few days and I > have had a couple VM freezes. '

Re: [Xen-devel] [PATCH 1/2] libxl: Add virtio vga interface support for qemu

2019-04-10 Thread Chris Patterson
For anyone looking at this... while I have tested and verified that both virtio-gpu and VirGL work, it's not without some hiccup. I have been running Ubuntu 19.04 with this config for a few days and I have had a couple VM freezes. 'xl dmesg' is spamming the following repeatedly: (XEN) irq.c:2479:

[Xen-devel] [PATCH 1/2] libxl: Add virtio vga interface support for qemu

2019-04-04 Thread Chris Patterson
From: Chris Patterson To enable it, set vga="virtio". Default videoram for virtio-vga is set to match current QEMU default with 256MB. Signed-off-by: Chris Patterson --- docs/man/xl.cfg.5.pod.in| 4 +++- tools/libxl/libxl.h | 10 ++ tools/libxl/libxl_create.c | 9 ++