Re: [PATCH V1 0/6] fast qom tree get

2025-05-02 Thread Steven Sistare
On 4/29/2025 2:02 AM, Markus Armbruster wrote: Steven Sistare writes: On 4/28/2025 4:04 AM, Markus Armbruster wrote: Steven Sistare writes: On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: Using qom-list and qom-get to ge

Re: [PATCH V1 0/6] fast qom tree get

2025-04-28 Thread Markus Armbruster
Steven Sistare writes: > On 4/28/2025 4:04 AM, Markus Armbruster wrote: >> Steven Sistare writes: >> >>> On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: > Using qom-list and qom-get to get all the nodes an

Re: [PATCH V1 0/6] fast qom tree get

2025-04-28 Thread Steven Sistare
On 4/28/2025 4:04 AM, Markus Armbruster wrote: Steven Sistare writes: On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: Using qom-list and qom-get to get all the nodes and property values in a QOM tree can take multiple second

Re: [PATCH V1 0/6] fast qom tree get

2025-04-28 Thread Markus Armbruster
Steven Sistare writes: > On 4/9/2025 3:39 AM, Markus Armbruster wrote: >> Hi Steve, I apologize for the slow response. >> >> Steve Sistare writes: >> >>> Using qom-list and qom-get to get all the nodes and property values in a >>> QOM tree can take multiple seconds because it requires 1000's of

Re: Management applications and CPU feature flags (was: [PATCH V1 0/6] fast qom tree get)

2025-04-11 Thread Daniel P . Berrangé
On Fri, Apr 11, 2025 at 12:40:46PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Wed, Apr 09, 2025 at 09:58:13AM +0200, Peter Krempa via Devel wrote: > >> On Wed, Apr 09, 2025 at 09:39:02 +0200, Markus Armbruster via Devel wrote: > >> > Hi Steve, I apologize for the slow r

Management applications and CPU feature flags (was: [PATCH V1 0/6] fast qom tree get)

2025-04-11 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, Apr 09, 2025 at 09:58:13AM +0200, Peter Krempa via Devel wrote: >> On Wed, Apr 09, 2025 at 09:39:02 +0200, Markus Armbruster via Devel wrote: >> > Hi Steve, I apologize for the slow response. >> > >> > Steve Sistare writes: >> > >> > > Using qom-list and qo

Re: [PATCH V1 0/6] fast qom tree get

2025-04-11 Thread Daniel P . Berrangé
On Wed, Apr 09, 2025 at 09:58:13AM +0200, Peter Krempa via Devel wrote: > On Wed, Apr 09, 2025 at 09:39:02 +0200, Markus Armbruster via Devel wrote: > > Hi Steve, I apologize for the slow response. > > > > Steve Sistare writes: > > > > > Using qom-list and qom-get to get all the nodes and proper

Re: [PATCH V1 0/6] fast qom tree get

2025-04-10 Thread Steven Sistare
On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: Using qom-list and qom-get to get all the nodes and property values in a QOM tree can take multiple seconds because it requires 1000's of individual QOM requests. Some managers fe

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Markus Armbruster
Steven Sistare writes: > On 4/9/2025 10:44 AM, Markus Armbruster wrote: >> Steven Sistare writes: >> >>> On 4/9/2025 9:34 AM, Markus Armbruster wrote: Steven Sistare writes: > On 4/9/2025 3:39 AM, Markus Armbruster wrote: [...] Anyway, asking you to fix design mistakes all over

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Markus Armbruster
Steven Sistare writes: > On 4/9/2025 3:39 AM, Markus Armbruster wrote: >> Hi Steve, I apologize for the slow response. >> >> Steve Sistare writes: >> >>> Using qom-list and qom-get to get all the nodes and property values in a >>> QOM tree can take multiple seconds because it requires 1000's o

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Steven Sistare
On 4/9/2025 10:44 AM, Markus Armbruster wrote: Steven Sistare writes: On 4/9/2025 9:34 AM, Markus Armbruster wrote: Steven Sistare writes: On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: Using qom-list and qom-get to get

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Markus Armbruster
Steven Sistare writes: > On 4/9/2025 9:34 AM, Markus Armbruster wrote: >> Steven Sistare writes: >>> On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: > Using qom-list and qom-get to get all the nodes and pro

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Peter Krempa
On Wed, Apr 09, 2025 at 09:39:02 +0200, Markus Armbruster via Devel wrote: > Hi Steve, I apologize for the slow response. > > Steve Sistare writes: > > > Using qom-list and qom-get to get all the nodes and property values in a > > QOM tree can take multiple seconds because it requires 1000's of

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Steven Sistare
On 4/9/2025 9:34 AM, Markus Armbruster wrote: Steven Sistare writes: On 4/9/2025 3:39 AM, Markus Armbruster wrote: Hi Steve, I apologize for the slow response. Steve Sistare writes: Using qom-list and qom-get to get all the nodes and property values in a QOM tree can take multiple seconds

Re: [PATCH V1 0/6] fast qom tree get

2025-04-09 Thread Markus Armbruster
Hi Steve, I apologize for the slow response. Steve Sistare writes: > Using qom-list and qom-get to get all the nodes and property values in a > QOM tree can take multiple seconds because it requires 1000's of individual > QOM requests. Some managers fetch the entire tree or a large subset > of

[PATCH V1 0/6] fast qom tree get

2025-03-03 Thread Steve Sistare
Using qom-list and qom-get to get all the nodes and property values in a QOM tree can take multiple seconds because it requires 1000's of individual QOM requests. Some managers fetch the entire tree or a large subset of it when starting a new VM, and this cost is a substantial fraction of start up