From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvZam-0002BU-26 for qemu-devel@nongnu.org; Wed, 07 Oct 2009 12:42:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvZah-00029A-5g for qemu-devel@nongnu.org; Wed, 07 Oct 2009 12:42:19 -0400 Received: from [199.232.76.173] (port=49969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvZag-00028w-Mj for qemu-devel@nongnu.org; Wed, 07 Oct 2009 12:42:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46069) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvZaf-0005Ow-Mh for qemu-devel@nongnu.org; Wed, 07 Oct 2009 12:42:14 -0400 From: Luiz Capitulino Date: Wed, 7 Oct 2009 13:41:46 -0300 Message-Id: <1254933724-22485-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [RESEND v3 00/18]: Initial QObject conversion 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, avi@redhat.com Hi, I had a problem with my internel connection while the patches were being sent, resending. This is a respin to address Anthony's comments. Changelog: V2 -> V3: - Coding style changes in QList - Better patch split - Add an union to store info and command handlers - Minor changes V1 -> V2: - Drop error handling code - More handlers converted V0 -> V1: - Introduced MonitorError - More handlers converted - Improved patches descriptions - Minor changes diffstat: Makefile | 3 +- check-qlist.c | 153 ++++++++++++++ configure | 2 +- monitor.c | 550 +++++++++++++++++++++++++++++++++++++++---------- qemu-monitor.hx | 620 ++++++++++++++++++++++++++++++++++++++++++++----------- qlist.c | 100 +++++++++ qlist.h | 38 ++++ qobject.h | 8 +- 8 files changed, 1232 insertions(+), 242 deletions(-)