qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Looking for an easy way to exchange data bidirectional


From: Henrik Nordstrom
Subject: Re: [Qemu-devel] Looking for an easy way to exchange data bidirectional between host and guest (including some suggestion)
Date: Wed, 8 Jun 2005 14:25:55 +0200 (CEST)

On Wed, 8 Jun 2005, Christian MICHON wrote:

this is the location of my mistake: I did "get w" instead of "get /q/w"

now it works in "get" mode only.

Good.

Is there anywhere a patch to get rw
access to tftp

As already said the TFTP server is currently read-only, however implementing write access is not a difficult task, probably about a screenful of code most of which is a copy of the read counterparts.

 as well as upping the limit of 32M ?

No, this is a protocol limitation of TFTP.

But you can split the file in several chunks, each no larger than 32MB - 512bytes.

Regards
Henrik




reply via email to

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