qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Coldfire 5208 Network


From: William Mahoney
Subject: [Qemu-discuss] Coldfire 5208 Network
Date: Thu, 28 Sep 2017 21:40:39 +0000

Still stuck on this most of the afternoon. Here’s what I am trying to do:

./bin/qemu-system-m68k -trace events=/tmp/events \
                           -cpu m5208 \
                           -M mcf5208evb \
                           -kernel ./coldfire-test-0.1/vmlinux-2.6.21-uc0 \
                           -netdev 
user,id=net0,net=192.168.5.200/24,host=192.168.5.142,restrict=off \
                           -object 
filter-dump,id=f1,netdev=net0,file=temp_net.pcap \
                           -nographic

But I need the device set up on the guest side, so I go add:

          -device mcf-fec,netdev=net0

I get "Parameter 'driver' expects pluggable device type”. Which I can find 
nowhere in the source, and adding on a “,driver=help” doesn’t. Help, that is. 

For now I just want to be able to do netcat back and forth between the guest 
and the host, but I just can’t seem to get anything going at all. Am I barking 
up the wrong tree or is “user” just not going to work, or … ? Host is Ubuntu, 
guest is the uClinux kernel on the out-of-the-box ColdFire.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]