On Mon, Apr 23, 2012 at 4:29 PM, Stefan Hajnoczi <stefa...@gmail.com> wrote: > On Sun, Apr 22, 2012 at 5:37 PM, Xin Tong <xerox.time.t...@gmail.com> wrote: >> i have an OS image that does not have network drivers. are there any >> other ways to copy a benchmark onto the os image ? > > You can insert a CD-ROM: > > (qemu) info block > ide1-cd0: removable=1 locked=0 tray-open=0 io-status=ok [not inserted] > ... > (qemu) change ide1-cd0 my-benchmark.iso > > Or you could attach a USB Mass Storage device if USB is enabled. Or you can attach this os image to one VM with network drivers as its second disk, then scp your benchmark file to this os image.:)
> > Stefan > -- Regards, Zhi Yong Wu