bugfix: remove QEMU warning during mount of shared directory 95/6895/4
authorMartin Klozik <martinx.klozik@intel.com>
Fri, 15 Jan 2016 10:50:57 +0000 (10:50 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 21 Jan 2016 09:41:35 +0000 (09:41 +0000)
commit0b2d023df7c2ab79a39260d85fe3c775f7d618bc
tree7fe9a2b15176ac0ac421f01544b14afaf40f3053
parent9a054248197bdaed71b32e9d9c0ac621bf89c1cd
bugfix: remove QEMU warning during mount of shared directory

Qemu 2.3.0 requires image type to be explicitly set to 'raw'
for shared directories with FAT. Required option "type=raw"
is compatible with older QEMU versions, so it can be passed
to QEMU by default.

Change-Id: Icca5e4249cc2c05c0b9609d7bd34368b4b86f492
JIRA: VSPERF-187
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
vnfs/qemu/qemu.py