Re: [PATCH v3 19/19] python/qmp: add fuse command to 'qom' tools

2021-06-03 Thread Philippe Mathieu-Daudé
On 6/3/21 2:37 AM, John Snow wrote: > The 'fuse' command will be unavailable if 'fusepy' is not installed. It > will simply not load and subsequently be unavailable as a subcommand. > > Signed-off-by: John Snow > --- > python/qemu/qmp/qom.py | 14 -- > python/setup.cfg | 1 + >

[PATCH v3 19/19] python/qmp: add fuse command to 'qom' tools

2021-06-02 Thread John Snow
The 'fuse' command will be unavailable if 'fusepy' is not installed. It will simply not load and subsequently be unavailable as a subcommand. Signed-off-by: John Snow --- python/qemu/qmp/qom.py | 14 -- python/setup.cfg | 1 + 2 files changed, 13 insertions(+), 2 deletions(-)