Skip to content

Conversation

@morbidrsa
Copy link
Contributor

When running virtme with qemu 6.0.0 it complains about the deprecation of
short options:

qemu-system-x86_64: -fsdev local,id=virtfs1,path=/,security_model=none,readonly,multidevs=remap: warning: short-form boolean option 'readonly' deprecated
Please use readonly=on instead
qemu-system-x86_64: -fsdev local,id=virtfs5,path=/usr/lib/python3.8/site-packages/virtme-0.1.1-py3.8.egg/virtme/guest,security_model=none,readonly,multidevs=remap: warning: short-form boolean option 'readonly' deprecated
Please use readonly=on instead

Just pass in 'readonly=on' to silence the warning again.

Signed-off-by: Johannes Thumshirn johannes.thumshirn@wdc.com

When running virtme with qemu 6.0.0 it complains about the deprecation of
short options:

qemu-system-x86_64: -fsdev local,id=virtfs1,path=/,security_model=none,readonly,multidevs=remap: warning: short-form boolean option 'readonly' deprecated
Please use readonly=on instead
qemu-system-x86_64: -fsdev local,id=virtfs5,path=/usr/lib/python3.8/site-packages/virtme-0.1.1-py3.8.egg/virtme/guest,security_model=none,readonly,multidevs=remap: warning: short-form boolean option 'readonly' deprecated
Please use readonly=on instead

Just pass in 'readonly=on' to silence the warning again.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
@marcosps
Copy link
Contributor

marcosps commented Jun 8, 2022

The issue was fixed by 3dfc002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants