Re: [libvirt-users] XML vm configfile with Display using QEMU GTK interface

2015-04-09 Thread Daniel P. Berrange
On Wed, Mar 25, 2015 at 03:53:16PM -0300, Vinícius Ferrão wrote: > Hello guys, > > I'm trying to start a VM using the QEMU GTK Display Interface instead of a > SDL window. But I'm failing. > > My actual setting is using SDL with this XML line: > > > I changed to: > > > But it fails t

[libvirt-users] XML vm configfile with Display using QEMU GTK interface

2015-03-25 Thread Vinícius Ferrão
Hello guys, I'm trying to start a VM using the QEMU GTK Display Interface instead of a SDL window. But I'm failing. My actual setting is using SDL with this XML line: I changed to: But it fails to start the VM. Any ideias? Thanks in advance, __