[Qemu-devel] [PATCH 0/4] vvfat: some fixes

Hervé Poussineau posted 4 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170715132841.9865-1-hpoussin@reactos.org
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
block/vvfat.c | 85 +++++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 56 insertions(+), 29 deletions(-)
[Qemu-devel] [PATCH 0/4] vvfat: some fixes
Posted by Hervé Poussineau 6 years, 9 months ago
Hi,

This patchset is a follow-up for patch series sent here:
http://lists.gnu.org/archive/html/qemu-devel/2017-05/msg05017.html

Patches 1 and 2 define and use some constants to make the code more clear.
Patch 3 make read-write mode work when using non-ASCII filenames.
Patch 4 fixes the last problem reported by MS Scandisk.

Hervé

Hervé Poussineau (4):
  vvfat: add constants for special values of name[0]
  vvfat: add a constant for bootsector name
  vvfat: correctly parse non-ASCII short and long file names
  vvfat: initialize memory after allocating it

 block/vvfat.c | 85 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 56 insertions(+), 29 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PATCH 0/4] vvfat: some fixes
Posted by Kevin Wolf 6 years, 9 months ago
Am 15.07.2017 um 15:28 hat Hervé Poussineau geschrieben:
> Hi,
> 
> This patchset is a follow-up for patch series sent here:
> http://lists.gnu.org/archive/html/qemu-devel/2017-05/msg05017.html
> 
> Patches 1 and 2 define and use some constants to make the code more clear.
> Patch 3 make read-write mode work when using non-ASCII filenames.
> Patch 4 fixes the last problem reported by MS Scandisk.
> 
> Hervé

Thanks, applied to the block branch.

Kevin