Re: [Qemu-devel] multiple tun/tap instances no longer working

2007-01-09 Thread Rick Vernam
I'm not too familiar with diff, so if the attached patch is no good, please do let me know how to correct it. On Tuesday 09 January 2007 11:57, Rick Vernam wrote: > in vl.c, it looks like tap_open is called with an uninitialized ifname - > instead of ifname[0] == '\0', or a valid ifname, it is a

Re: [Qemu-devel] multiple tun/tap instances no longer working

2007-01-09 Thread Rick Vernam
in vl.c, it looks like tap_open is called with an uninitialized ifname - instead of ifname[0] == '\0', or a valid ifname, it is a bunch of gibberish - in my case, "" I'm not all that great with gdbg yet, so it might take me

[Qemu-devel] multiple tun/tap instances no longer working

2007-01-09 Thread Rick Vernam
I recently built cvs, and found that I can no longer have multiple instances of qemu using tun/tap. the invocation of qemu includes, for each instance: -net nic -net tap,script=/etc/qemu-ifup /etc/qemu-ifup: #!/bin/sh sudo /sbin/ifconfig $1 192.168.2.196 sudo brctl addif br0 $1 strace of qemu-s