From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyuV0-0002Qa-Ii for qemu-devel@nongnu.org; Fri, 16 Oct 2009 17:38:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyuUv-0002Lw-Bb for qemu-devel@nongnu.org; Fri, 16 Oct 2009 17:38:10 -0400 Received: from [199.232.76.173] (port=47003 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyuUv-0002Lo-7R for qemu-devel@nongnu.org; Fri, 16 Oct 2009 17:38:05 -0400 Received: from mail-pz0-f188.google.com ([209.85.222.188]:49122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyuUu-0001R2-TZ for qemu-devel@nongnu.org; Fri, 16 Oct 2009 17:38:05 -0400 Received: by pzk26 with SMTP id 26so1902879pzk.4 for ; Fri, 16 Oct 2009 14:38:02 -0700 (PDT) Message-ID: <4AD8E7B5.8000509@codemonkey.ws> Date: Fri, 16 Oct 2009 16:37:57 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1255037747-3340-1-git-send-email-lcapitulino@redhat.com> <1255037747-3340-2-git-send-email-lcapitulino@redhat.com> <4AD72B88.2040107@codemonkey.ws> <20091015122622.1f93ea2d@doriath> <20091015163936.GB532@redhat.com> <20091015142837.6c90580a@doriath> <4AD76B3C.3050001@codemonkey.ws> <4AD87424.3010000@redhat.com> <4AD87901.5030705@codemonkey.ws> <4AD8AECE.9000507@redhat.com> <4AD8AFA4.4070203@codemonkey.ws> <4AD8CB31.9080809@redhat.com> In-Reply-To: <4AD8CB31.9080809@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 01/10] Introduce qmisc module List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Luiz Capitulino Paolo Bonzini wrote: > > > Thanks in advance. > > > > Paolo Bonzini > > There can always be a plan B---Dan Berrange found a parser with a > similar interface and if the weather doesn't improve I may even give a > shot at writing one over the weekend. I already am :-) Stay tuned, I should have a patch later this afternoon. I'd like to move all of the QObject/json code to a shared library too so that other tools like libvirt can just use that code. Ideally, we would also provide a higher level monitor API too. > Paolo Regards, Anthony Liguori