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-
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
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