diff --git a/qemu-options.hx b/qemu-options.hx index d1712f58afad1018af86d6527cc66d7c78c54e13..328fbb4218764949fc83a9b92d69d88d99a61b2d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -189,8 +189,9 @@ In particular, you can use this to set driver properties for devices which are created automatically by the machine model. To create a device which is not created automatically and set properties on it, use -@option{device}. -The two syntaxes are equivalent. The longer one works for drivers whose name -contains a dot. +-global @var{driver}.@var{prop}=@var{value} is shorthand for -global +driver=@var{driver},property=@var{prop},value=@var{value}. The +longhand syntax works even when @var{driver} contains a dot. ETEXI DEF("boot", HAS_ARG, QEMU_OPTION_boot,