Re: [PATCH 02/15] python/qmp: add qom script entry points

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/21/20 8:51 PM, John Snow wrote: Add the 'qom', 'qom-set', 'qom-get', 'qom-list', and 'qom-tree' scripts to the qemu.qmp package. When you install this package, these scripts will become available on your command line. Signed-off-by: John Snow --- python/setup.cfg | 8 1 file c

[PATCH 02/15] python/qmp: add qom script entry points

2020-10-21 Thread John Snow
Add the 'qom', 'qom-set', 'qom-get', 'qom-list', and 'qom-tree' scripts to the qemu.qmp package. When you install this package, these scripts will become available on your command line. Signed-off-by: John Snow --- python/setup.cfg | 8 1 file changed, 8 insertions(+) diff --git a/pyth