Re: [PATCH 1/2] vvfat: allow some writes to bootsector

2022-09-30 Thread Kevin Wolf
Am 29.09.2022 um 21:53 hat Hervé Poussineau geschrieben: > Le 29/09/2022 à 16:10, Kevin Wolf a écrit : > > Am 03.09.2022 um 18:23 hat Hervé Poussineau geschrieben: > > > 'reserved1' field in bootsector is used to mark volume dirty, or need to > > > verify. > > > Allow writes to bootsector which on

Re: [PATCH 1/2] vvfat: allow some writes to bootsector

2022-09-29 Thread Hervé Poussineau
Le 29/09/2022 à 16:10, Kevin Wolf a écrit : Am 03.09.2022 um 18:23 hat Hervé Poussineau geschrieben: 'reserved1' field in bootsector is used to mark volume dirty, or need to verify. Allow writes to bootsector which only changes the 'reserved1' field. This fixes I/O errors on Windows guests. Re

Re: [PATCH 1/2] vvfat: allow some writes to bootsector

2022-09-29 Thread Kevin Wolf
Am 03.09.2022 um 18:23 hat Hervé Poussineau geschrieben: > 'reserved1' field in bootsector is used to mark volume dirty, or need to > verify. > Allow writes to bootsector which only changes the 'reserved1' field. > > This fixes I/O errors on Windows guests. > > Resolves: https://bugs.launchpad.n

[PATCH 1/2] vvfat: allow some writes to bootsector

2022-09-03 Thread Hervé Poussineau
'reserved1' field in bootsector is used to mark volume dirty, or need to verify. Allow writes to bootsector which only changes the 'reserved1' field. This fixes I/O errors on Windows guests. Resolves: https://bugs.launchpad.net/qemu/+bug/1889421 Signed-off-by: Hervé Poussineau --- block/vvfat.c