Re: [Qemu-devel] QEMU GUI

2006-07-12 Thread Luca Barbato
Chris Wilson wrote:
 
 QT is only now free on Windows, and supports far fewer platforms than wx
 (no Mac support?). I personally don't like tcl as a language, and prefer
 to code in C++ for efficiency.

qt/mac exists.

 
 GTK is also specific to Unix (not Mac) and Windows, and looks weird on
 Windows, not very native.

gtk/cocoa exists.

 
 Or platforms other than Windows and Unix.

name them, macosx has X and cocoa mostly supported by major toolkits.
tk+tile works everywhere and is also looking good.

=)

lu

-- 

Luca Barbato

Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] Insert module into kernel

2006-07-12 Thread Tieu Ma Dau
Hi all, I want to simulate the ARM system and add a simple simulated device with its corresponding module device driver. So: 1. I must run the command "insmod" to insert this module into kernel. But there is not this command in the ARM Linux shell 2. I must run the command "mknod" to make a file (exp: /dev/my_simulated_device) corresponding to the simulated device. But this command is not run because the "read only" property of file system. 3. I must make a small program in which I open the file by the command "fopen("/dev/my_simulated_device","w")" but I think that I have the problem as in the question 2 Do you have any idea? Thanks Tieu  
		Yahoo! Music Unlimited - Access over 1 million songs.
Try it free. ___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] Insert module into kernel

2006-07-12 Thread Paul Brook
On Wednesday 12 July 2006 14:15, Tieu Ma Dau wrote:
 Hi all,
  I want to simulate the ARM system and add a simple simulated device with
 its corresponding module device driver. So: 
 1. I must run the command insmod to insert this module into kernel. 
 But there is not this command in the ARM Linux shell
 2. I must run the command mknod to make a file 
 (exp: /dev/my_simulated_device) corresponding to the simulated device. But
 this command is not run because the read only property of file system.
 3. I must make a small program in which I open the file by the command
 fopen(/dev/my_simulated_device,w) but I think that I have the problem
 as in the question 2 Do you have any idea?

None of these problems have anything to do with qemu.  They are problems with 
your root FS. Qemu works exactly the same way as a real Arm machine.

The arm_test image on the qemu website is a minimal cut-down test/demo system. 
It is not not intended to be a full general purpose linux system. Sounds like 
you need to get yourself a proper linux install. The Debian installers work 
pretty much out the box.

If you already are using a different linux distro, you need to contact whoever 
supplied it.

Paul


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] eabi support for arm?

2006-07-12 Thread K. Richard Pixley

Can anyone tell me if there's any work going on to support eabi for arm?

--rich



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] eabi support for arm?

2006-07-12 Thread Paul Brook
On Thursday 13 July 2006 01:40, K. Richard Pixley wrote:
 Can anyone tell me if there's any work going on to support eabi for arm?

Already done.

NTPL is not supported. If you look in the list archives you should find 
patches for initial support. It's something I've been meaning to finish off 
for a while now.

Paul


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel