[Qemu-devel] Are the new arm targets working?

2006-08-17 Thread K. Richard Pixley
Are the new arm targets, versatile[ap]b expected to be working? On ubuntu-5, building 0.8.2 yields a binary which can run the other two targets, but which hangs after printing the monitor prompt on either of these. --rich ___ Qemu-devel mailing li

[Qemu-devel] qemu Makefile.target

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 17:41:26 Modified files: . : Makefile.target Log message: disable -fomit-frame-pointer CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qe

[Qemu-devel] qemu qemu-doc.texi vl.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 17:22:54 Modified files: . : qemu-doc.texi vl.c Log message: -L help CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.102&r2=1.103

[Qemu-devel] qemu osdep.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 16:19:07 Modified files: . : osdep.c Log message: fd leak fix (Igor Kovalenko) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.c?cvsroot=qemu&r1=1.13&r2=1.

[Qemu-devel] Re: Re: Compile error on Windows

2006-08-17 Thread alex
Thanks all, I updated my CVS tree this morning and it compiled fine. Obviously, the problem has been fixed already fixed. Alex. "WaxDragon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Use this patch. > > http://lists.gnu.org/archive/html/qemu-devel/2006-08/msg00107.html > > >

Re: [Qemu-devel] Re: Compile error on Windows

2006-08-17 Thread WaxDragon
Use this patch. http://lists.gnu.org/archive/html/qemu-devel/2006-08/msg00107.html Regards, Kazu I thought there was a patch floating around, but this is how I fixed it, since the code was already there. No idea if it's correct, but it let me build and boot on my win32 install. Index: vl.c ==

[Qemu-devel] qemu/hw ide.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:48:35 Modified files: hw : ide.c Log message: minimal PCI IDE save/restore CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c?cvsroot=qemu&r1=1.46&r2=1.4

[Qemu-devel] qemu/hw apic.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:48:06 Modified files: hw : apic.c Log message: save apic timer CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/apic.c?cvsroot=qemu&r1=1.9&r2=1.10

[Qemu-devel] qemu/hw pci.c piix_pci.c rtl8139.c ne2000.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:46:34 Modified files: hw : pci.c piix_pci.c rtl8139.c ne2000.c Log message: PCI save/restore changes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pci.c?c

[Qemu-devel] qemu vl.h hw/mips_r4k.c hw/pc.c hw/ppc_chrp.c h...

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:45:20 Modified files: . : vl.h hw : mips_r4k.c pc.c ppc_chrp.c ppc_prep.c Log message: vga init changes CVSWeb URLs: http://cvs.savannah.gnu.or

[Qemu-devel] qemu/hw vga.c vga_int.h cirrus_vga.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:44:00 Modified files: hw : vga.c vga_int.h cirrus_vga.c Log message: save VGA PCI state CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/vga.c?cvsroot=qemu&r

[Qemu-devel] qemu sdl.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 10:42:47 Modified files: . : sdl.c Log message: reset key modifiers when switching console (aka savevm keyboard bug) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/q

Re: [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks

2006-08-17 Thread Fabrice Bellard
Hi, You can use gdb in the virtual machine to see where are the segmentation faults and provide a register dump and a short disassembly output. Regards, Fabrice. J M Cerqueira Esteves wrote: As I said before, under Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT) Host operating syst

[Qemu-devel] qemu vl.c

2006-08-17 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/17 09:43:50 Modified files: . : vl.c Log message: win32 compilation fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.207&r2=1.208 __

Re: [Qemu-devel] Wrong reset of MIPS hflags EXL after interrupt?

2006-08-17 Thread Marius Groeger
On Thu, 17 Aug 2006, Dirk Behme wrote: Having said that, I'm currently playing with nested interrupts - let's see how that checks out... :-) Do several consecutively, non nested, interrupts (e.g. priodical timer) work for you? Yes those are working. I once saw issues with nested(!) Timer/NI