dhruvvyas90/qemu-rpi-kernel

Enable v9fs (p9) for sharing files between host and guest.

Closed this issue · 5 comments

I followed https://wiki.qemu.org/Documentation/9psetup to share files between a host and qemu running the remulated raspian. Unfortunately the 9p file system is unknown and there are no modules available at all for this kernel.

It would be great, if this feature were compiled into the kernel. Though I am a bit puzzled, because in the build script I see, that is is actually enabled.

Either way, please compile the kernel with this feather or enlighten me on how to get it up and running correctly :)

Keep up the good work!

It would be great, if this feature were compiled into the kernel. Though I am a bit puzzled, because in the build script I see, that is is actually enabled.

Yeah, I was the one who submitted a pull request to enable this feature. I even added a premade kernel.

Oh, I see. I totally overlooked that one .... Thank you! :)

@CuriousTommy Anyway, could you tell how you build it?

I followed the kernel building guide (Cross-compiling) on raspberrypi.org to understand how to compile the raspberry pi kernel.

Then I tried to build the kernel using the build script. Make sure you comment out the exit, or the script will quit before it compiles.

@CuriousTommy Thank you for the hints. I'll try that 😃