From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAvTF-0003Br-Ct for qemu-devel@nongnu.org; Wed, 18 Nov 2009 20:06:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAvTA-00039K-IL for qemu-devel@nongnu.org; Wed, 18 Nov 2009 20:06:01 -0500 Received: from [199.232.76.173] (port=35025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAvTA-000392-Ay for qemu-devel@nongnu.org; Wed, 18 Nov 2009 20:05:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30447) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAvT9-0008Ab-QE for qemu-devel@nongnu.org; Wed, 18 Nov 2009 20:05:56 -0500 From: Luiz Capitulino Date: Wed, 18 Nov 2009 23:05:23 -0200 Message-Id: <1258592736-10252-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 00/13]: QError v5 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, kraxel@redhat.com, armbru@redhat.com Hi, This new QError version addresses the comments from the last submission. Anthony, please note that my conversion series submitted yesterday: http://lists.gnu.org/archive/html/qemu-devel/2009-11/msg01007.html Doesn't depend on QError and can be merged independently of it. changelog --------- v4 -> v5 - Better series split - New KVM missing capability error - Better error messages - Minor improvements in QError v3 -> v4 - Change the license to LGPL - Add qstring_from_substr() - qobject_from_ functions are wrappers of qobject_from_jsonv() - Drop the type specifier from 'desc' - Minor changes v0 -> v3 - Big design changes