Il 24/09/2014 17:22, Alexander Graf ha scritto:
> +static int error_on_sysbus_device(SysBusDevice *sbdev, void *opaque)
> +{
> +    error_report("Device '%s' can not be handled by this machine",
> +                 qdev_fw_name(DEVICE(sbdev)));
> +    exit(1);
> +}

The firmware name is usually somewhat opaque.  Maybe use the class name,
and use

'-device %s' cannot be handled by this machine

?  (Note "cannot" is a single word.  "can not be handled" means that the
machine may or may not handle it).

Paolo

Reply via email to