mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

A 'Features:' line without any features is useless, but not an error now. However, a later commit will make it one, because that makes rejecting duplicate 'Features:' easier. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240216145841.2099240-4-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
10 lines
128 B
JSON
10 lines
128 B
JSON
# 'Features:' line not followed by feature descriptions
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
#
|
|
# not a description
|
|
##
|
|
{ 'command': 'foo' }
|