]> git.proxmox.com Git - mirror_qemu.git/commit
qerror: Finally unused, clean up
authorMarkus Armbruster <armbru@redhat.com>
Tue, 17 Mar 2015 13:29:59 +0000 (14:29 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 Jun 2015 16:20:40 +0000 (18:20 +0200)
commit4629ed1e98961bbe678db68ef5f4342ff174a6c3
treef4f60bef891ba25caf9c9c3095a666418b58de3a
parent485febc6d1382a82e4e1640729fffbf0c1392a44
qerror: Finally unused, clean up

Remove it except for two things in qerror.h:

* Two #include to be cleaned up separately to avoid cluttering this
  patch.

* The QERR_ macros.  Mark as obsolete.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
block/qapi.c
include/monitor/monitor.h
include/qapi/qmp/qerror.h
include/qapi/qmp/qobject.h
monitor.c
qobject/Makefile.objs
qobject/qerror.c [deleted file]
qobject/qjson.c
stubs/Makefile.objs
stubs/mon-is-qmp.c
stubs/mon-set-error.c [deleted file]