Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-12 Thread Paul Brook
[following up to record the discussion on IRC] On Saturday 12 August 2006 13:31, Fabrice Bellard wrote: > About async USB, maybe some simplifications are possible. When you have > a real USB controller, there is always a single current request and you > don't neep to have provisions to handle sever

Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-12 Thread Fabrice Bellard
Hi, OK for the SCSI async support. I am making changes to have a better low level handling of CDROMs (both real host CDROMs and emulated ones), but I don't know when it will be ready. The changes mostly consists in adding a method in the block devices to support packet CD commands. About asy

[Qemu-devel] Network problem

2006-08-12 Thread Alessandro Corradi
Hi all,I tryed to use tap with qemu / debian os guest. This get the following error:eth0: error while getting interface flags: no such deviceqemu-ifup is this:#!/bin/shsudo /sbin/ifconfig $1 10.0.0.1and tap interface in host is up.The command line is:qemu -net tap ~/qemu/deb.imgWhat's wrong?Thanks

Re: [Qemu-devel] [PATCH] lance.c emulation corrections

2006-08-12 Thread Fabrice Bellard
Blue Swirl wrote: It could be worthwhile to check if lance (Am7990) and pcnet (Am79C970A) drivers could be merged. This was discussed briefly some years ago: http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00364.html Yes, a quick look shows 79c970a has one rx/tx buffer management mode

Re: [Qemu-devel] [PATCH] lance.c emulation corrections

2006-08-12 Thread Blue Swirl
It could be worthwhile to check if lance (Am7990) and pcnet (Am79C970A) drivers could be merged. This was discussed briefly some years ago: http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00364.html Yes, a quick look shows 79c970a has one rx/tx buffer management mode which is software-c