qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix some problems with vvfat in R/W mode
@ 2022-10-10 17:55 Hervé Poussineau
  2022-10-10 17:55 ` [PATCH v2 1/2] vvfat: allow some writes to bootsector Hervé Poussineau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hervé Poussineau @ 2022-10-10 17:55 UTC (permalink / raw)
  To: kwolf, hreitz, qemu-block; +Cc: qemu-devel, Hervé Poussineau

Hi,

When testing vvfat in read-write mode, I came across some blocking
problems when using Windows guests.
This patchset is not here to fix all problems of vvfat, but only the
main ones I encountered.

First patch allows setting/resetting the 'volume dirty' flag on
boosector, and the second one allows creating file names with spaces.

Hervé

Changes since v1:
- updated patch 1 with remarks (modify in-memory copy, add comment about
  FAT32)

Hervé Poussineau (2):
  vvfat: allow some writes to bootsector
  vvfat: allow spaces in file names

 block/vvfat.c | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

-- 
2.36.2



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

end of thread, other threads:[~2022-10-21 10:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 17:55 [PATCH v2 0/2] Fix some problems with vvfat in R/W mode Hervé Poussineau
2022-10-10 17:55 ` [PATCH v2 1/2] vvfat: allow some writes to bootsector Hervé Poussineau
2022-10-10 17:55 ` [PATCH v2 2/2] vvfat: allow spaces in file names Hervé Poussineau
2022-10-21  9:45 ` [PATCH v2 0/2] Fix some problems with vvfat in R/W mode 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).