Re: [Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode

2017-07-05 Thread Hervé Poussineau
Hi, Thanks to have taken this patch series. However, I already have in my repository the v3 patch series, whose changelog is: Changes v2->v3: - added patches 5, 12, 16 - fixed warning (unused variable) (patch 11) - added #defines for constants for deleted byte following Philippe remarks (patc

Re: [Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode

2017-07-03 Thread Kevin Wolf
Am 22.05.2017 um 23:11 hat Hervé Poussineau geschrieben: > Hi, > > This patchset fixes some of issues I encountered when trying to use vvfat, > and fixes > bug #1599539: https://bugs.launchpad.net/qemu/+bug/1599539 > > Patch 1 fixes a crash when using 'qemu-img convert'. > Patches 2 to 6 are cod

Re: [Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode

2017-05-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170522211205.14265-1-hpous...@reactos.org Subject: [Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH v2 00/13] vvfat: misc fixes for read-only mode

2017-05-22 Thread Hervé Poussineau
Hi, This patchset fixes some of issues I encountered when trying to use vvfat, and fixes bug #1599539: https://bugs.launchpad.net/qemu/+bug/1599539 Patch 1 fixes a crash when using 'qemu-img convert'. Patches 2 to 6 are code cleanup. No functionnal changes. Patches 7 to 13 fix problems detected