On Tue, Jan 25, 2011 at 09:40:22AM -0600, Dale Rahn wrote: > On Mon, Jan 24, 2011 at 03:43:30PM +0000, Federico G. Schwindt wrote: > > On Mon, Jan 24, 2011 at 05:03:23PM +0900, Ryan McBride wrote: > > > This patch helps a lot. I couldn't even get through an install before. > > > But please don't remove qemu-old yet: I'm using UDP multicast sockets to > > > build virtual networks, and they fail on 0.13.0: > > > > > > $ sudo qemu -m 128 -no-fd-bootchk \ > > > -hda virtual.img -boot n -nographic \ > > > -net nic,vlan=0,model=rtl8139,macaddr=52:54:00:12:34:03 \ > > > -net user -tftp /usr/src/sys/arch/i386/compile/TEST -bootp > > > pxeboot \ > > > -net nic,vlan=1,model=rtl8139,macaddr=52:54:00:23:03:01 \ > > > -net tap,vlan=1,script=no \ > > > -net nic,vlan=3,model=rtl8139,macaddr=52:54:00:23:03:03 \ > > > -net socket,vlan=3,mcast=230.0.0.1:10003 > > > setsockopt(SOL_IP, IP_MULTICAST_LOOP): Invalid argument > > > qemu: -net socket,vlan=3,mcast=230.0.0.1:10003: Device 'socket' could not > > > be initialized > > > > > > Works fine if I comment out the last two lines. > > > > this should fix it. can you try it please? > > > > f.- > > THIS IS WRONG. > > If we ever want qemu to run on big endian again, use mcbrides' diff.
already agreed. f.-