John Snow writes:
> On Fri, Jul 11, 2025, 10:47 AM Markus Armbruster wrote:
[...]
>> Exception ignored in: > 0x7fcfcd080d60>
>> Traceback (most recent call last):
>> File "/work/armbru/qemu/scripts/qmp/../../python/qemu/qmp/legacy.py",
>> line 310, in __del__
>> self.close()
>> File "/
On Fri, Jul 11, 2025, 10:47 AM Markus Armbruster wrote:
> Steve Sistare writes:
>
> > Use qom-list-get to speed up the qom-tree command.
> >
> > Signed-off-by: Steve Sistare
>
> Quick test... Differences in output before and after match expectations
> (see appended diff).
>
> New version:
>
>
On 7/11/2025 12:50 PM, Markus Armbruster wrote:
Steven Sistare writes:
On 7/11/2025 10:47 AM, Markus Armbruster wrote:
Steve Sistare writes:
Use qom-list-get to speed up the qom-tree command.
Signed-off-by: Steve Sistare
Quick test... Differences in output before and after match expec
Steven Sistare writes:
> On 7/11/2025 10:47 AM, Markus Armbruster wrote:
>> Steve Sistare writes:
>>
>>> Use qom-list-get to speed up the qom-tree command.
>>>
>>> Signed-off-by: Steve Sistare
>>
>> Quick test... Differences in output before and after match expectations
>> (see appended diff
On 7/11/2025 10:47 AM, Markus Armbruster wrote:
Steve Sistare writes:
Use qom-list-get to speed up the qom-tree command.
Signed-off-by: Steve Sistare
Quick test... Differences in output before and after match expectations
(see appended diff).
New version:
real0m0.446s
user
Steve Sistare writes:
> Use qom-list-get to speed up the qom-tree command.
>
> Signed-off-by: Steve Sistare
Quick test... Differences in output before and after match expectations
(see appended diff).
New version:
real0m0.446s
user0m0.062s
sys 0m0.017s
Old version ba
Use qom-list-get to speed up the qom-tree command.
Signed-off-by: Steve Sistare
---
python/qemu/utils/qom.py| 43 +++--
python/qemu/utils/qom_common.py | 53 +
2 files changed, 78 insertions(+), 18 deletions(-)
diff --g