From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUnm0-0008Ow-Ao for qemu-devel@nongnu.org; Fri, 02 Jul 2010 17:27:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUnlk-0005kz-0r for qemu-devel@nongnu.org; Fri, 02 Jul 2010 17:27:33 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:46542) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUnlj-0005ko-Uq for qemu-devel@nongnu.org; Fri, 02 Jul 2010 17:27:31 -0400 Received: by gyf2 with SMTP id 2so1145983gyf.4 for ; Fri, 02 Jul 2010 14:27:30 -0700 (PDT) From: Miguel Di Ciurcio Filho Date: Fri, 2 Jul 2010 18:27:01 -0300 Message-Id: <1278106023-9966-1-git-send-email-miguel.filho@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] QMP: Introduce query-qdm List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: avi@redhat.com, armbru@redhat.com, lcapitulino@redhat.com This series introduces the documentation for the query-qdm command and the conversion of the monitor command 'info qdm' to QMP. The documentation and code are based on a patch previously sent to qemu-devel by Daniel P. Berrange: http://lists.gnu.org/archive/html/qemu-devel/2010-06/msg00931.html Changes from the Daniel's original patch: - Split the patch in two, taking out the documentation from the code - Reworded some parts of the documentation and added data types - Small cleanups and renamed do_info_devices() to do_info_qdm() - Added do_info_qdm_print() to be used in the monitor Regards, Miguel