Re: [libvirt] [PATCH 31/34] Add support for explicit -sdl flag to QEMU

2010-01-16 Thread Daniel P. Berrange
On Fri, Jan 15, 2010 at 09:00:36PM +0100, Daniel Veillard wrote: On Fri, Jan 08, 2010 at 05:23:27PM +, Daniel P. Berrange wrote: Not all QEMU builds default to SDL graphics for their display. Newer QEMU now has an explicit -sdl flag, which we can use to explicitly request SDL intead of

Re: [libvirt] [PATCH 31/34] Add support for explicit -sdl flag to QEMU

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:27PM +, Daniel P. Berrange wrote: Not all QEMU builds default to SDL graphics for their display. Newer QEMU now has an explicit -sdl flag, which we can use to explicitly request SDL intead of relying on the default. This protects libvirt against unexpected

[libvirt] [PATCH 31/34] Add support for explicit -sdl flag to QEMU

2010-01-08 Thread Daniel P. Berrange
Not all QEMU builds default to SDL graphics for their display. Newer QEMU now has an explicit -sdl flag, which we can use to explicitly request SDL intead of relying on the default. This protects libvirt against unexpected changes in graphics default * src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: