Re: [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-05-13 Thread John Snow
On 4/30/20 1:04 AM, Markus Armbruster wrote: > John Snow writes: > >> On 4/21/20 5:42 AM, Philippe Mathieu-Daudé wrote: >>> QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce >>> Python module structure"). Use the same sys.path modification used >>> in the referenced commit

Re: [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-05-04 Thread John Snow
On 5/2/20 1:54 AM, Markus Armbruster wrote: > John Snow writes: > >> On 4/30/20 1:04 AM, Markus Armbruster wrote: >>> John Snow writes: >>> On 4/21/20 5:42 AM, Philippe Mathieu-Daudé wrote: > QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce > Python module st

Re: [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-05-01 Thread Markus Armbruster
John Snow writes: > On 4/30/20 1:04 AM, Markus Armbruster wrote: >> John Snow writes: >> >>> On 4/21/20 5:42 AM, Philippe Mathieu-Daudé wrote: QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce Python module structure"). Use the same sys.path modification used

Re: [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-04-30 Thread John Snow
On 4/30/20 1:04 AM, Markus Armbruster wrote: > John Snow writes: > >> On 4/21/20 5:42 AM, Philippe Mathieu-Daudé wrote: >>> QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce >>> Python module structure"). Use the same sys.path modification used >>> in the referenced commit

Re: [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-04-29 Thread Markus Armbruster
John Snow writes: > On 4/21/20 5:42 AM, Philippe Mathieu-Daudé wrote: >> QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce >> Python module structure"). Use the same sys.path modification used >> in the referenced commit to be able to use these scripts again. >> >> Signed-off

Re: [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-04-29 Thread John Snow
On 4/21/20 5:42 AM, Philippe Mathieu-Daudé wrote: > QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce > Python module structure"). Use the same sys.path modification used > in the referenced commit to be able to use these scripts again. > > Signed-off-by: Philippe Mathieu-Da

[PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path

2020-04-21 Thread Philippe Mathieu-Daudé
QEMU Python scripts have been moved in commit 8f8fd9edba4 ("Introduce Python module structure"). Use the same sys.path modification used in the referenced commit to be able to use these scripts again. Signed-off-by: Philippe Mathieu-Daudé --- scripts/qmp/qmp | 4 +++- scripts/qmp/qom-fuse |