Re: [Qemu-devel] [PATCH v5 0/5] 9p: Fix file ID collisions

2019-07-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1562154272.git.qemu_...@crudebyte.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash ma

Re: [Qemu-devel] [PATCH v5 0/5] 9p: Fix file ID collisions

2019-07-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1562154272.git.qemu_...@crudebyte.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v5 0/5] 9p: Fix file ID collisions Message-id: cover.1562154272

[Qemu-devel] [PATCH v5 0/5] 9p: Fix file ID collisions

2019-07-03 Thread Christian Schoenebeck via Qemu-devel
This is v5 of a proposed patch set for fixing file ID collisions with 9pfs. v4->v5: All Patches: * Added details to individual commit logs of what has been changed exactly by me on top of Antonios' original 4 patches. Patch 1: * Fixed format specifiers in hw/9pfs/trace-events. P