Re: [gem5-users] Internet connection inside of gem5 simulator

2013-03-02 Thread Ali Saidi
Hi Jinchun, There isn't a way to have gem5 connect to the internet. You can connect multiple simulations together, but if you want to get some benchmarks like this you should put them on the disk image, run a client and a server and connect them via an EtherLink object. Ali On Feb 28, 2013, a

[gem5-users] Internet connection inside of gem5 simulator

2013-02-27 Thread Jinchun Kim
Hi, All. I'm trying to access internet from gem5 simulator. For example, if I type following command, wget http://google-glog.googlecode.com/files/glog-0.3.1-1.tar.gz It will download a file from internet. However, when I type this command inside of gem5 simulator (after linux boot up), error me