On Thu, Sep 22, 2011 at 10:20 AM, bala suru <balaq...@gmail.com> wrote: > Hi, > Actually I need to pass some binary files to the VM after it boots up . > since VM is a very low foot print it doesnt support nfs . > > Is there a simple way to pass the file when VM is booting ..?
Please keep qemu-devel@nongnu.org CCed so others can contribute to the discussion. You can play with the -kernel/-initrd options to specify your kernel and then build an initramfs with the file you need. Stefan