From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzaMg-0008Tp-UV for qemu-devel@nongnu.org; Mon, 20 Feb 2012 16:01:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzaBg-0000KS-HD for qemu-devel@nongnu.org; Mon, 20 Feb 2012 15:50:21 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:49244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzaBg-0000KJ-CP for qemu-devel@nongnu.org; Mon, 20 Feb 2012 15:50:20 -0500 Received: by dadp14 with SMTP id p14so7569145dad.4 for ; Mon, 20 Feb 2012 12:50:18 -0800 (PST) Sender: fluxion From: Michael Roth Date: Mon, 20 Feb 2012 14:50:01 -0600 Message-Id: <1329771003-15364-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] qom: add test tools (resend from "qom: dynamic properties") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com AFAICT tell the qom tool got dropped from Anthony's "qom: dynamic properties and composition tree" series due to some hardcoded paths for the QMP socket. I've since ended up adding support for user-specified paths to get them working in my environment so I figured I'd resend to the list since I've seen others express interest. Only functional change for existing users would be the need to set your QMP_SOCKET env variable to the previously hard-coded path: mdroth@illuin:~$ qom-set -h environment variables: QMP_SOCKET= usage: /home/mdroth/bin/qom-set [-h] [-s ] . mdroth@illuin:~$ qom-get -h environment variables: QMP_SOCKET= usage: /home/mdroth/bin/qom-get [-h] [-s ] . mdroth@illuin:~$ qom-list -h environment variables: QMP_SOCKET= usage: /home/mdroth/bin/qom-list [-h] [-s ] []