Re: [Qemu-devel] [PATCH 00/13] 9p: Add support for Darwin

2018-05-25 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: cover.1527310210.git.k...@alumni.harvard.edu Subject: [Qemu-devel] [PATCH 00/13] 9p: Add support for Darwin === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH 00/13] 9p: Add support for Darwin

2018-05-25 Thread keno
From: Keno Fischer Hi Greg, this series adds support for building the 9p code on Mac OS X. It seems to work decently well (tested by booting up a linux guest and building a copy of qemu on a 9p mount in the guest), but there are probably corner cases I got wrong (particular in the xattr support)