[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.
- Re: [Qemu-discuss] Coldfire 5282 Support, (continued)
- Re: [Qemu-discuss] Coldfire 5282 Support, Thomas Huth, 2017/09/09
- Re: [Qemu-discuss] Coldfire 5282 Support, Peter Maydell, 2017/09/09
- Re: [Qemu-discuss] Coldfire 5282 Support, William Mahoney, 2017/09/12
- Re: [Qemu-discuss] Coldfire 5282 Support, Thomas Huth, 2017/09/13
- Re: [Qemu-discuss] Coldfire 5282 Support, William Mahoney, 2017/09/13
- Re: [Qemu-discuss] Coldfire 5282 Support, Thomas Huth, 2017/09/13
- Re: [Qemu-discuss] Coldfire 5282 Support, Laurent Vivier, 2017/09/13
- Re: [Qemu-discuss] Coldfire 5282 Support, William Mahoney, 2017/09/15
- Re: [Qemu-discuss] Coldfire 5282 Support, Peter Maydell, 2017/09/15
- Re: [Qemu-discuss] Coldfire 5282 Support, William Mahoney, 2017/09/26
- [Qemu-discuss] Coldfire 5208 Network,
William Mahoney <=
- Re: [Qemu-discuss] Coldfire 5208 Network, Peter Maydell, 2017/09/28
- Re: [Qemu-discuss] Coldfire 5208 Network, William Mahoney, 2017/09/28
- Re: [Qemu-discuss] Coldfire 5208 Network, Peter Maydell, 2017/09/28