qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH v3 2/7] sysbus: Make devices spawnable via -device


From: Paolo Bonzini
Subject: Re: [Qemu-ppc] [PATCH v3 2/7] sysbus: Make devices spawnable via -device
Date: Wed, 24 Sep 2014 17:37:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

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

[Prev in Thread] Current Thread [Next in Thread]