Markus Armbruster 390e90a907 scsi: Improve error reporting for invalid drive property
When setting "realized" fails, scsi_bus_legacy_add_drive() passes the
error to qerror_report_err(), then returns an unspecific "Setting
drive property failed" error, which is reported further up the call
chain.

Example:

    $ qemu-system-x86_64 -nodefaults -S -display none \
    > -drive if=scsi,id=foo,file=tmp.qcow2 -global isa-fdc.driveA=foo
    qemu-system-x86_64: -drive if=scsi,id=foo,file=tmp.qcow2: Property 'scsi-disk.drive' can't take value 'foo', it's in use
    qemu-system-x86_64: Setting drive property failed
    qemu-system-x86_64: Initialization of device lsi53c895a failed: Device initialization failed

Clean up the obvious way: simply return the original error to the
caller.  Gets rid of the second message in the above error cascade.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-Id: <1425925048-15482-4-git-send-email-armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-03-10 11:18:23 +01:00
2015-03-10 10:49:25 +01:00
2015-03-04 13:00:36 -05:00
2015-02-06 16:11:38 +00:00
2015-03-09 09:14:28 +00:00
2015-02-19 09:33:03 +01:00
2015-02-19 09:33:03 +01:00
2015-03-10 10:49:25 +01:00
2015-03-09 09:14:28 +00:00
2015-02-13 11:44:50 +00:00
2015-02-12 21:21:38 -08:00
2015-03-09 09:14:28 +00:00
2015-03-10 10:49:25 +01:00
2015-02-23 10:56:09 -05:00
2015-03-08 06:43:32 +00:00
2015-02-16 17:30:19 +01:00
2015-03-10 10:49:25 +01:00
2015-03-04 14:47:52 +01:00
2015-02-06 14:35:52 +00:00
2015-03-10 10:49:25 +01:00
2015-03-02 12:13:45 +00:00
2015-02-16 14:36:03 +00:00
2015-03-02 12:13:45 +00:00
2015-02-16 15:07:19 +00:00
2015-02-12 21:21:38 -08:00
2015-03-09 09:14:28 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%