From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Myhqn-00059S-GN for qemu-devel@nongnu.org; Fri, 16 Oct 2009 04:07:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Myhqi-000590-BG for qemu-devel@nongnu.org; Fri, 16 Oct 2009 04:07:48 -0400 Received: from [199.232.76.173] (port=58206 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Myhqh-00058p-Qu for qemu-devel@nongnu.org; Fri, 16 Oct 2009 04:07:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:60434) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Myhqh-0003VX-1G for qemu-devel@nongnu.org; Fri, 16 Oct 2009 04:07:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MyhoF-00040Z-Vf for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:05:11 +0200 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Oct 2009 10:05:11 +0200 Received: from pbonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Oct 2009 10:05:11 +0200 From: Paolo Bonzini Date: Fri, 16 Oct 2009 10:02:22 +0200 Message-ID: <4AD8288E.6080102@redhat.com> References: <1255453026-18637-1-git-send-email-lcapitulino@redhat.com> <1255453026-18637-7-git-send-email-lcapitulino@redhat.com> <1255561330.29192.2.camel@slab.beaverton.ibm.com> <20091015103405.591e2f3b@doriath> <1255626960.29192.7.camel@slab.beaverton.ibm.com> <20091015145208.1d871f09@doriath> <1255630433.29192.16.camel@slab.beaverton.ibm.com> <20091015160839.7dbef5bf@doriath> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <20091015160839.7dbef5bf@doriath> Sender: news Subject: [Qemu-devel] Re: [PATCH 6/9] QError: Add qdev not found error 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, Hollis Blanchard , kraxel@redhat.com On 10/15/2009 09:08 PM, Luiz Capitulino wrote: > { "error": { "code": 12 > "desc": "device already open", > "data": { "bus": 0, "address": 12 } } } > > Note that this also can be reused by any bus, as the "data" information > is built at error time and can contain anything. The "desc" is not even necessary on the wire. Paolo