qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/2] qom: add test tools (resend from "qom: d


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2 0/2] qom: add test tools (resend from "qom: dynamic properties")
Date: Wed, 22 Feb 2012 12:54:21 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 02/20/2012 04:28 PM, Michael Roth wrote:
CHANGES SINCE V2:
  - this one actually works :) QMP_SOCKET env variable wasn't being handled 
properly in
    the last version.

AFAICT 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 previous default (/tmp/server.sock):

Applied.  Thanks.

Regards,

Anthony Liguori


address@hidden:~$ qom-set -h
environment variables:
     QMP_SOCKET=<path | addr:port>
usage:
     /home/mdroth/bin/qom-set [-h] [-s<QMP socket path | addr:port>]<path>.<property> 
 <value>

address@hidden:~$ qom-get -h
environment variables:
     QMP_SOCKET=<path | addr:port>
usage:
     /home/mdroth/bin/qom-get [-h] [-s<QMP socket path | 
addr:port>]<path>.<property>

address@hidden:~$ qom-list -h
environment variables:
     QMP_SOCKET=<path | addr:port>
usage:
     /home/mdroth/bin/qom-list [-h] [-s<QMP socket path | addr:port>] [<path>]

address@hidden:~$







reply via email to

[Prev in Thread] Current Thread [Next in Thread]