qemu/include
Markus Armbruster c6bd8c706a qerror: Clean up QERR_ macros to expand into a single string
These macros expand into error class enumeration constant, comma,
string.  Unclean.  Has been that way since commit 13f59ae.

The error class is always ERROR_CLASS_GENERIC_ERROR since the previous
commit.

Clean up as follows:

* Prepend every use of a QERR_ macro by ERROR_CLASS_GENERIC_ERROR, and
  delete it from the QERR_ macro.  No change after preprocessing.

* Rewrite error_set(ERROR_CLASS_GENERIC_ERROR, ...) into
  error_setg(...).  Again, no change after preprocessing.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
2015-06-22 18:20:40 +02:00
..
block Block layer core and image format patches 2015-06-15 10:43:06 +01:00
disas disas: Remove uses of CPU env 2015-06-22 17:40:01 +02:00
exec semihosting: add --semihosting-config arg sub-argument 2015-06-19 14:17:45 +01:00
fpu
hw QOM infrastructure fixes and device conversions 2015-06-22 12:50:30 +01:00
libdecnumber
migration Add a protective section footer 2015-06-12 06:54:01 +02:00
monitor qdev-monitor: Propagate errors through qdev_device_add() 2015-06-22 18:20:39 +02:00
net vhost: enable vhost without without MSI-X 2015-06-19 12:17:49 +02:00
qapi qerror: Clean up QERR_ macros to expand into a single string 2015-06-22 18:20:40 +02:00
qemu QemuOpts: Wean off qerror_report_err() 2015-06-22 18:20:39 +02:00
qom qom: Don't pass string table to object_get_enum() function 2015-06-19 18:42:48 +02:00
standard-headers virtio: update headers, add virtio-gpu (2d) 2015-06-10 11:02:00 +02:00
sysemu semihosting: create SemihostingConfig structure and semihost.h 2015-06-19 14:17:45 +01:00
ui QemuOpts: Wean off qerror_report_err() 2015-06-22 18:20:39 +02:00
config.h
elf.h
glib-compat.h
qemu-common.h
qemu-io.h
qjson.h
trace-tcg.h
trace.h