vvfat: add a label option
commitd5941ddae82a35771656d7e35f64f7f8f19c5627
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 19 Jun 2015 09:35:29 +0000 (19 11:35 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 23 Jun 2015 14:06:17 +0000 (23 15:06 +0100)
tree79d6fadb0e3f155456ab09ec7a8ecf5809c3f9b7
parentc6a8c3283f1d53e360073bdb32f87a97e78e2880
vvfat: add a label option

Until now the vvfat volume label was hardcoded to be
"QEMU VVFAT", now you can pass a file.label=labelname option
to the -drive to change it.

The FAT structure defines the volume label to be limited to
11 bytes and is filled up spaces when shorter than that. The
trailing spaces however aren't exposed to the user by
operating systems.

[Added missing comment '#' characters in block-core.json to fix build
errors.
--Stefan]

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Message-id: 1434706529-13895-2-git-send-email-w.bumiller@proxmox.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vvfat.c
qapi/block-core.json