Re: [Qemu-devel] [PATCH] vvfat: add a label option

2015-06-18 Thread Eric Blake
On 06/18/2015 08:08 AM, Wolfgang Bumiller wrote: > Till now the vvfat filesystem's label was hardcoded to be s/Till/Until/ > "QEMU VVFAT", now you can pass a file.label=labelname option > to the -drive to change it. > > Signed-off-by: Wolfgang Bumiller > --- > block/vvfat.c| 25 +++

[Qemu-devel] [PATCH] vvfat: add a label option

2015-06-18 Thread Wolfgang Bumiller
Till now the vvfat filesystem's label was hardcoded to be "QEMU VVFAT", now you can pass a file.label=labelname option to the -drive to change it. Signed-off-by: Wolfgang Bumiller --- block/vvfat.c| 25 ++--- qapi/block-core.json | 3 ++- 2 files changed, 24 insertio

Re: [Qemu-devel] [PATCH] vvfat: add a label option

2015-06-18 Thread Stefan Hajnoczi
On Thu, Jun 18, 2015 at 04:08:41PM +0200, Wolfgang Bumiller wrote: > Till now the vvfat filesystem's label was hardcoded to be > "QEMU VVFAT", now you can pass a file.label=labelname option > to the -drive to change it. > > Signed-off-by: Wolfgang Bumiller > --- > block/vvfat.c| 25 +