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
