Re: [Qemu-devel] kqemu and udev

2005-06-04 Thread Pascal Terjan
On 6/4/05, Oliver Gerlich [EMAIL PROTECTED] wrote: Hello, how do i configure udev to create /dev/kqemu on boot? I think this was already posted once, but I couldn't find it. Currently I have to create /dev/kqemu manually before running Qemu. There is a patch :

[Qemu-devel] qemu monitor.c

2005-06-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/06/04 20:15:58 Modified files: . : monitor.c Log message: added sum command CVSWeb URLs:

[Qemu-devel] qemu ppc-dis.c

2005-06-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/06/04 20:34:16 Modified files: . : ppc-dis.c Log message: use fprintf_func callback to print code CVSWeb URLs:

[Qemu-devel] qemu/target-ppc translate.c

2005-06-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/06/04 22:22:27 Modified files: target-ppc : translate.c Log message: fixed lsw[ix] / stsw[ix] potential exception bug - mtcrf workaround for Mac OS X

[Qemu-devel] qemu/target-ppc op.c

2005-06-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/06/04 22:19:03 Modified files: target-ppc : op.c Log message: bctr and blr must ignore the two lsb CVSWeb URLs:

[Qemu-devel] qemu/target-ppc op_helper_mem.h

2005-06-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/06/04 22:19:46 Modified files: target-ppc : op_helper_mem.h Log message: removed dynamic test of traces CVSWeb URLs:

[Qemu-devel] qemu/target-ppc cpu.h

2005-06-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/06/04 22:16:41 Modified files: target-ppc : cpu.h Log message: added temporary osi_call callback CVSWeb URLs:

[Qemu-devel] [patch] Allow command in target-list

2005-06-04 Thread Paul Brook
The patch below makes configure --target-list accept a comma separated list of targets, as well as a space separated list. This is easier to protect from the shell, and more consistent with other configure scripts. Space separated lists are still accepted as before. Paul Index: configure