Re: [PATCH] qom/object_interfaces: Handle `len-` property first

2023-10-24 Thread Daniel P . Berrangé
hursday, September 21, 2023 10:17 PM > To: qemu-devel@nongnu.org > Cc: Lu Gao; Jianxian Wen; Paolo Bonzini; Daniel P. Berrangé; Eduardo Habkost > Subject: [PATCH] qom/object_interfaces: Handle `len-` property first > > From: "Gao, Lu" > > Array property needs corre

RE: [PATCH] qom/object_interfaces: Handle `len-` property first

2023-10-24 Thread Lu Gao via
. Berrangé; Eduardo Habkost Subject: [PATCH] qom/object_interfaces: Handle `len-` property first From: "Gao, Lu" Array property needs corresponding `len-` property set first to add actual array properties. Then we need to make sure `len-` property is set first before array property. Bu

[PATCH] qom/object_interfaces: Handle `len-` property first

2023-09-21 Thread Lu Gao
From: "Gao, Lu" Array property needs corresponding `len-` property set first to add actual array properties. Then we need to make sure `len-` property is set first before array property. But when the model is used with like `-device driver[,prop[=value][,...]]` in QEMU command line options, this