Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Philippe Mathieu-Daudé
On 21/11/24 19:03, Peter Xu wrote: On Thu, Nov 21, 2024 at 06:29:06PM +0100, Philippe Mathieu-Daudé wrote: On 21/11/24 18:17, Peter Xu wrote: On Thu, Nov 21, 2024 at 02:01:45PM +0100, Philippe Mathieu-Daudé wrote: On 21/11/24 11:30, Daniel P. Berrangé wrote: On Wed, Nov 20, 2024 at 04:57:01PM

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Peter Xu
On Thu, Nov 21, 2024 at 06:29:06PM +0100, Philippe Mathieu-Daudé wrote: > On 21/11/24 18:17, Peter Xu wrote: > > On Thu, Nov 21, 2024 at 02:01:45PM +0100, Philippe Mathieu-Daudé wrote: > > > On 21/11/24 11:30, Daniel P. Berrangé wrote: > > > > On Wed, Nov 20, 2024 at 04:57:01PM -0500, Peter Xu wrot

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Philippe Mathieu-Daudé
On 21/11/24 18:17, Peter Xu wrote: On Thu, Nov 21, 2024 at 02:01:45PM +0100, Philippe Mathieu-Daudé wrote: On 21/11/24 11:30, Daniel P. Berrangé wrote: On Wed, Nov 20, 2024 at 04:57:01PM -0500, Peter Xu wrote: Always explicitly create QEMU system containers upfront. Root containers will be cr

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Peter Xu
On Thu, Nov 21, 2024 at 02:31:23PM +0100, Markus Armbruster wrote: > Peter Xu writes: > > > Always explicitly create QEMU system containers upfront. > > > > Root containers will be created when trying to fetch the root object the > > 1st time. > > Which ones are affected? I updated the commit m

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Peter Xu
On Thu, Nov 21, 2024 at 02:01:45PM +0100, Philippe Mathieu-Daudé wrote: > On 21/11/24 11:30, Daniel P. Berrangé wrote: > > On Wed, Nov 20, 2024 at 04:57:01PM -0500, Peter Xu wrote: > > > Always explicitly create QEMU system containers upfront. > > > > > > Root containers will be created when tryin

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Markus Armbruster
Peter Xu writes: > Always explicitly create QEMU system containers upfront. > > Root containers will be created when trying to fetch the root object the > 1st time. Which ones are affected? Not a fan of creating stuff on first use, unless there may not be any use. But no worse than before. >

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Philippe Mathieu-Daudé
On 21/11/24 11:30, Daniel P. Berrangé wrote: On Wed, Nov 20, 2024 at 04:57:01PM -0500, Peter Xu wrote: Always explicitly create QEMU system containers upfront. Root containers will be created when trying to fetch the root object the 1st time. Machine sub-containers will be created only until m

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Daniel P . Berrangé
On Wed, Nov 20, 2024 at 04:57:01PM -0500, Peter Xu wrote: > Always explicitly create QEMU system containers upfront. > > Root containers will be created when trying to fetch the root object the > 1st time. Machine sub-containers will be created only until machine is > being initialized. > > Sign

Re: [PATCH 10/12] qom: Create system containers explicitly

2024-11-21 Thread Philippe Mathieu-Daudé
On 20/11/24 22:57, Peter Xu wrote: Always explicitly create QEMU system containers upfront. Root containers will be created when trying to fetch the root object the 1st time. Machine sub-containers will be created only until machine is being initialized. Signed-off-by: Peter Xu --- hw/core/

[PATCH 10/12] qom: Create system containers explicitly

2024-11-20 Thread Peter Xu
Always explicitly create QEMU system containers upfront. Root containers will be created when trying to fetch the root object the 1st time. Machine sub-containers will be created only until machine is being initialized. Signed-off-by: Peter Xu --- hw/core/machine.c | 19 --- qo