qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] access the files on the Vm


From: bala suru
Subject: Re: [Qemu-devel] access the files on the Vm
Date: Thu, 22 Sep 2011 12:02:34 +0530

Hi,
I need to share some file from the host OS to guest OS ..?

when ever Vm boots up it looks for the file in some directory , If I do some modification to the file host OS the guest (VM) also should can access that ..?

how to make this ..?
regards

Bala

On Tue, Sep 13, 2011 at 11:57 AM, bala suru <address@hidden> wrote:
Hi,
Thanks a lot , it resolved my problem .. I could get the data inside VM .
 
regards
Bala

On Tue, Sep 13, 2011 at 10:53 AM, Stefan Hajnoczi <address@hidden> wrote:
On Tue, Sep 13, 2011 at 5:59 AM, bala suru <address@hidden> wrote:
> Yes, I'm connecting a USB to serial device to the host (ubuntu 11.04) and I
> want that serial port on my VM .
> I tried the solution you have suggested but still same problem , can  not
> see the virtual serial port (ttyACM0) on VM but I could see on the HOST .
>
> The following is the line  I have tried .
>  RAW = [ type = "kvm",
>           data = "" type=\"dev\"><source
> path=\"/dev/ttyACM0\"/><target port=\"0\"/></serial><console type=\"pty\"
> tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target
> port=\"0\"/></console></devices>" ]

Inside the guest you will see a regular serial port (/dev/ttyS0).  The
guest does not know that you're using /dev/ttyACM0 on the host, but
that should not matter.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]