Re: [Qemu-devel] Implementing 9p for Windows host

2016-04-12 Thread Markus Armbruster
Michael Fritscher writes: > Hello Greg, > > thanks for your answer! Yes, I already jumped in - I was surprised how > fast it went. I was afraid of much bigger problems ;-) I've a already > a V2 nearly ready :-) As a teaser: Fixed read/write support and the > possibility to execute binaries from t

Re: [Qemu-devel] Implementing 9p for Windows host

2016-04-11 Thread Greg Kurz
On Mon, 11 Apr 2016 16:37:11 +0200 Michael Fritscher wrote: > Hello Greg, > > thanks for your answer! Yes, I already jumped in - I was surprised how > fast it went. I was afraid of much bigger problems ;-) I've a already a > V2 nearly ready :-) As a teaser: Fixed read/write support and the >

Re: [Qemu-devel] Implementing 9p for Windows host

2016-04-11 Thread Michael Fritscher
Hello Greg, thanks for your answer! Yes, I already jumped in - I was surprised how fast it went. I was afraid of much bigger problems ;-) I've a already a V2 nearly ready :-) As a teaser: Fixed read/write support and the possibility to execute binaries from the mountpoint. Yes, I decided not

Re: [Qemu-devel] Implementing 9p for Windows host

2016-04-11 Thread Greg Kurz
On Thu, 7 Apr 2016 13:41:24 +0200 Michael Fritscher wrote: > Good day, > > I'm using qemu on a Windows host. One thing I stumbled over was missing > 9p support. I thought it was because of missing (x)attr, but Stefan Weil > told me that 9p is supported only under Linux hosts. > > I searched a

[Qemu-devel] Implementing 9p for Windows host

2016-04-07 Thread Michael Fritscher
Good day, I'm using qemu on a Windows host. One thing I stumbled over was missing 9p support. I thought it was because of missing (x)attr, but Stefan Weil told me that 9p is supported only under Linux hosts. I searched a bit and got following questions: * are my following results right: The