Markus Armbruster 75158ebbe2 qerror: Eliminate QERR_DEVICE_NOT_FOUND
Error classes other than ERROR_CLASS_GENERIC_ERROR should not be used
in new code.  Hiding them in QERR_ macros makes new uses hard to spot.
Fortunately, there's just one such macro left.  Eliminate it with this
coccinelle semantic patch:

    @@
    expression EP, E;
    @@
    -error_set(EP, QERR_DEVICE_NOT_FOUND, E)
    +error_set(EP, ERROR_CLASS_DEVICE_NOT_FOUND, "Device '%s' not found", E)

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
2015-06-22 18:20:39 +02:00
2015-06-22 17:40:00 +02:00
2015-06-18 14:12:33 +02:00
2015-06-22 18:20:39 +02:00
2015-06-12 15:39:05 +01:00
2015-06-17 20:02:15 +01:00
2015-06-22 17:40:00 +02:00
2015-06-17 16:03:47 +02:00
2015-06-22 17:40:00 +02:00
2015-06-17 20:02:15 +01:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-22 17:40:01 +02:00
2015-06-12 06:42:34 +02:00
2015-06-03 14:21:24 +03:00
2015-06-22 17:40:01 +02:00
2015-06-22 18:20:39 +02:00
2015-06-12 13:42:17 +01:00
2015-06-19 11:30:57 +01:00
2015-06-03 14:21:24 +03:00
2015-06-15 13:24:51 +01:00
2015-05-22 17:08:01 +02:00
2015-05-11 08:59:07 -04:00
2015-06-12 18:04:14 +01:00
2015-06-22 18:20:39 +02:00
2015-05-22 15:58:22 -04:00
2015-06-11 10:13:28 +01:00
2015-06-22 18:20:39 +02:00

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

- QEMU team
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%