qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] vvfat: some fixes
@ 2017-07-15 13:28 Hervé Poussineau
  2017-07-15 13:28 ` [Qemu-devel] [PATCH 1/4] vvfat: add constants for special values of name[0] Hervé Poussineau
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Hervé Poussineau @ 2017-07-15 13:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Max Reitz, qemu-block, Hervé Poussineau

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-17 14:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-15 13:28 [Qemu-devel] [PATCH 0/4] vvfat: some fixes Hervé Poussineau
2017-07-15 13:28 ` [Qemu-devel] [PATCH 1/4] vvfat: add constants for special values of name[0] Hervé Poussineau
2017-07-15 13:28 ` [Qemu-devel] [PATCH 2/4] vvfat: add a constant for bootsector name Hervé Poussineau
2017-07-15 21:19   ` Philippe Mathieu-Daudé
2017-07-15 13:28 ` [Qemu-devel] [PATCH 3/4] vvfat: correctly parse non-ASCII short and long file names Hervé Poussineau
2017-07-15 13:28 ` [Qemu-devel] [PATCH 4/4] vvfat: initialize memory after allocating it Hervé Poussineau
2017-07-15 22:24   ` Philippe Mathieu-Daudé
2017-07-16  5:39     ` Hervé Poussineau
2017-07-17 14:29 ` [Qemu-devel] [PATCH 0/4] vvfat: some fixes Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).