Re: [Qemu-devel] [PATCH, arm] Segmentation fault when run with -nographic

2007-06-18 Thread Paul Brook
On Monday 18 June 2007, Aurelien Jarno wrote: > Hi all, > > The patch below fixes a segmentation fault when using the arm emulation > with -nographic. No. This is the wrong way to fix this. Fix the segfault, don't disable the device emulation. Paul

Re: [Qemu-devel] [PATCH, arm] Segmentation fault when run with -nographic

2007-06-18 Thread Aurelien Jarno
Nigel Horne a écrit : > Aurelien Jarno wrote: >> Hi all, >> >> The patch below fixes a segmentation fault when using the arm emulation >> with -nographic. >> > The sparc emulation in CVS also currently segaults with -nographic. Will > this patch fix that as well? Nope, this only fix arm versat

Re: [Qemu-devel] [PATCH, arm] Segmentation fault when run with -nographic

2007-06-18 Thread Nigel Horne
Aurelien Jarno wrote: Hi all, The patch below fixes a segmentation fault when using the arm emulation with -nographic. The sparc emulation in CVS also currently segaults with -nographic. Will this patch fix that as well? Bye Aurelien -Nigel

[Qemu-devel] [PATCH, arm] Segmentation fault when run with -nographic

2007-06-18 Thread Aurelien Jarno
Hi all, The patch below fixes a segmentation fault when using the arm emulation with -nographic. Bye Aurelien Index: hw/versatilepb.c === RCS file: /sources/qemu/qemu/hw/versatilepb.c,v retrieving revision 1.15 diff -u -d -p -r1.15