Skip to content
  • Wolfgang Bumiller's avatar
    d5941dda
    vvfat: add a label option · d5941dda
    Wolfgang Bumiller authored
    
    
    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: default avatarWolfgang Bumiller <w.bumiller@proxmox.com>
    Message-id: 1434706529-13895-2-git-send-email-w.bumiller@proxmox.com
    Reviewed-by: default avatarEric Blake <eblake@redhat.com>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    d5941dda
    vvfat: add a label option
    Wolfgang Bumiller authored
    
    
    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: default avatarWolfgang Bumiller <w.bumiller@proxmox.com>
    Message-id: 1434706529-13895-2-git-send-email-w.bumiller@proxmox.com
    Reviewed-by: default avatarEric Blake <eblake@redhat.com>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Loading