[Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices

2018-08-23 Thread Arkasha
calculated and the size of the FAT table is added. This size allows to choose the future size of the FAT drive from the standard limitations. Signed-off-by: Arkasha --- block/vvfat.c | 96 --- 1 file changed, 86 insertions(+), 10 deletions

[Qemu-devel] [PATCH] block: increased maximum size of vvfat devices

2018-08-15 Thread Arkasha
calculated and the size of the FAT table is added. This size allows to choose the future size of the FAT drive from the standard limitations. Signed-off-by: Ivanov Arkasha --- block/vvfat.c | 95 --- 1 file changed, 84 insertions(+), 11