[Qemu-devel] [usb] redo usb_host_find_device() routine - strtoul returning 0 for bus_num

2006-05-24 Thread Lonnie Mendez
lo list. Trying usb_add host:3.2 was failing with: /proc/bus/usb/000/002: No such file or directory in the terminal that qemu was spawned from. It looks like strtoul was returning 0 for bus_num with the devname "host:3.2". I rewrote the function to use sscanf in both cases. --- qemu/usb-

[Qemu-devel] [PATCH] Restructure MIPS r4k code

2006-05-24 Thread Dirk Behme
This patch restructures the mips_r4k.c code. Goal is to make it easier to add additional machines in the future. Taking ARM as example, two additional files mips_timer.c and mips_pic.c are introduced. The corresponding code from mips_r4k.c is moved to these files. With this, code reuse is possibl

[Qemu-devel] Qemu impressions

2006-05-24 Thread ZIGLIO, Frediano, VF-IT
Hi, this is my first mail in Qemu mailing list. I think it's a fantastic program. I'm starting using it quite a lot at home (with Linux) and at work (with Windows XP). Everything works quite well (nothing is perfect). I'm a developer but I'm quite busy at the moment. Recently I got it compiling