Re: [Qemu-devel] [PATCH 1/2][RESEND] vl: initialize all displaystates

2011-03-10 Thread Dmitry Eremin-Solenikov
Hello, On 3/10/11, andrzej zaborowski wrote: > On 4 March 2011 01:48, Dmitry Eremin-Solenikov wrote: >> Init not only first displaystate, but all. Otherwise machines with >> multiple display devices (e.g. tosa, as it exists now) will just >> segfault on ds switch. >> >> Signed-off-by: Dmitry Er

Re: [Qemu-devel] [PATCH 1/2][RESEND] vl: initialize all displaystates

2011-03-09 Thread andrzej zaborowski
On 4 March 2011 01:48, Dmitry Eremin-Solenikov wrote: > Init not only first displaystate, but all. Otherwise machines with > multiple display devices (e.g. tosa, as it exists now) will just > segfault on ds switch. > > Signed-off-by: Dmitry Eremin-Solenikov > --- >  vl.c |  104 > +++

[Qemu-devel] [PATCH 1/2][RESEND] vl: initialize all displaystates

2011-03-03 Thread Dmitry Eremin-Solenikov
Init not only first displaystate, but all. Otherwise machines with multiple display devices (e.g. tosa, as it exists now) will just segfault on ds switch. Signed-off-by: Dmitry Eremin-Solenikov --- vl.c | 104 +- 1 files changed, 5