From: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>
To: Dallas Lee <mswplsdk@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] virtio-9p is not working
Date: Thu, 22 Jul 2010 20:41:21 +0530 [thread overview]
Message-ID: <m36307blgm.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <AANLkTikj37x5Hgh6gxASa-NNQDH-EwenX_prnEwBMCGE@mail.gmail.com>
On Wed, 21 Jul 2010 17:27:47 +0900, Dallas Lee <mswplsdk@gmail.com> wrote:
> Hi,
>
> I have trying to use the virtio-9p for my linux in QEMU, but without
> success.
>
> Here is my option for booting my qemu:
> i386-softmmu/qemu -kernel bzImage -append "console=ttyS0
> video=uvesafb:ywrap,overlay:rgb16,480x800-32@60 root=/dev/nfs rw
> nfsroot=10.0.2.2:/root,udp ip=10.0.2.16:::::eth0:none 5" -net
> nic,model=virtio -net user -soundhw all -usb -serial
> telnet:localhost:1200,server -vga std -m 512 -L ./pc-bios -bios bios.bin
> -virtfs
> local,path=/home/dallas/nfs,security_model=passthrough,mount_tag=v_tmp
>
> The virtio network is working, I could mount the nfs through virio net.
>
> And in the guest linux, I tried to mount v9fs by using following command:
> mount -t 9p -o trans=virtio -o debug=0xFFFF v_tmp /mnt
>
> but unfortunately I got the error:
> mount: mounting v_tmp on /mnt failed: No such device
>
> And I can't find the v_tmp neither in /sys/devices/virtio-pci/virtio1/ nor
> in /sys/bus/virtio/drivers/9pnet_virtio/virtio1/
You need to have libattr dev package to get virtio enabled
-aneesh
prev parent reply other threads:[~2010-07-22 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-21 8:27 [Qemu-devel] virtio-9p is not working Dallas Lee
2010-07-21 18:07 ` Cam Macdonell
2010-07-21 19:22 ` Venkateswararao Jujjuri (JV)
2010-07-22 15:11 ` Aneesh Kumar K. V [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m36307blgm.fsf@linux.vnet.ibm.com \
--to=aneesh.kumar@linux.vnet.ibm.com \
--cc=mswplsdk@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.