[Qemu-devel] Re: qemu curses driver

2005-12-11 Thread andrzej zaborowski
Hi there, This is a slightly corrected version of the previous patch. The changes are: - fixed the terminal resize event handling, now it should work regardless of the curses library implementation, - some keyboard input details, - and changed the Makefile to compile the curses driver for all targ

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Joachim Henke
gcc4 and -fno-tree-ch did the trick for me, too. -fno-tree-ch was mentioned earlyer on this list, to compile with gcc4 on OS X. But since gcc4 is still not in the default toolchain, I did not even try :(. Seams that we have a problem with gcc3.3 and not gcc4 for once :) The error behavement

Re: [Qemu-devel] Re: qemulating dsp

2005-12-11 Thread Dave Feustel
On Sunday 11 December 2005 11:29, Antti P Miettinen wrote: > Dave Feustel <[EMAIL PROTECTED]> writes: > > I have an old pci TMS320C6x development board right in front > > of me as I type this. It came with windows software, but I can't > > do anything with it without a new tool chain now that I a

[Qemu-devel] Re: varnish elliptical

2005-12-11 Thread Alpertti Sasaki
gifHB4zLxBFmH.gif Description: GIF image ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Mike Kronenberg
Your the man! gcc4 and -fno-tree-ch did the trick for me, too. -fno-tree-ch was mentioned earlyer on this list, to compile with gcc4 on OS X. But since gcc4 is still not in the default toolchain, I did not even try :(. Seams that we have a problem with gcc3.3 and not gcc4 for once :) The e

[Qemu-devel] Regression-Testing-Problems with qemu

2005-12-11 Thread Detlef Riekenberg
Hi. While doing some Regression-Testing for wine ("http://www.winehq.org";), I run into some Problems with qemu and win95/win98 as guest. When calling GetPrinterDriverDirectoryA with bad/incomplete Parameter, GetLastError() returns "0" (ERROR_SUCCESS) on qemu with win95 or win98 as guest, while v

[Qemu-devel] Re: qemulating dsp

2005-12-11 Thread Antti P Miettinen
Dave Feustel <[EMAIL PROTECTED]> writes: > I have an old pci TMS320C6x development board right in front > of me as I type this. It came with windows software, but I can't > do anything with it without a new tool chain now that I am > running OpenBSD. TI has a freely downloadable toolchain at h

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Joachim Henke
I just did some tests on the freedos image from your web-site and my first impression is that these crashes are something compiler related. When I build qemu with ./configure --prefix=/usr/local --cc=gcc-3.3 --target-list=i386-softmmu --enable-cocoa and start your image with qemu -hda harddisk_

Re: [Qemu-devel] qemulating dsp (was Re: qemu on dsp anyone?)

2005-12-11 Thread Dave Feustel
On Sunday 11 December 2005 05:15, Antti P Miettinen wrote: > I'm slowly reading through the gmane.org archive - sorry for digging > old stuff :-) > > Olivier Bourgois <[EMAIL PROTECTED]> writes: > > Has anybody tinkered with porting qemu to something like a TI > > TMS320C6X DSP host. > > Umm.. ho

[Qemu-devel] User Mode Emulation

2005-12-11 Thread space-wizard
Hello! I want to run some Intel-Linux-Binaries on a PowerPC-Linux-Machine. Does somebody know how to copy the shared libraries and make them usable by qemu-i386? How to call ldconfig? I want to make a collection of some x86 and ppc-Libraries (like the qemu-gnemul-Package at the qemu-Website), b

[Qemu-devel] qemulating dsp (was Re: qemu on dsp anyone?)

2005-12-11 Thread Antti P Miettinen
I'm slowly reading through the gmane.org archive - sorry for digging old stuff :-) Olivier Bourgois <[EMAIL PROTECTED]> writes: > Has anybody tinkered with porting qemu to something like a TI > TMS320C6X DSP host. Umm.. how about the other way around? E.g. having a TMS320C55x target? The disassem