[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] exchanging data between guest and host
From: |
Fabrizio Pollastri |
Subject: |
[Qemu-discuss] exchanging data between guest and host |
Date: |
Mon, 03 Jun 2013 18:14:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 |
Hello,
a newbie question, I generated an image with "qemu-img create -f qcow2 an.img
10M", then I run qemu with
"qemu -kernel <my_linux_kernel> -initrd <my_rootfs> -hda an.img".
At this point, I expect to be able to access /dev/hda inside the guest, but any
command involving hda replies
"No such device or address".
The -hda switch creates /proc/ide/hda as expected.
What I am missing? Thank you in advance.
Fabrizio
- [Qemu-discuss] exchanging data between guest and host,
Fabrizio Pollastri <=