Re: [PATCH 15/40] qemu: Convert 'priv->dbusVMStateIds' to a GSList

2021-02-09 Thread Michal Privoznik
On 2/6/21 9:32 AM, Peter Krempa wrote: The conversion removes the use of virStringListAdd/virStringListRemove which try to add dynamic properties to a string list which is really inefficient. Storing the dbus VMState ids in a GSList is pretty straightforward and the slightly increased

[PATCH 15/40] qemu: Convert 'priv->dbusVMStateIds' to a GSList

2021-02-06 Thread Peter Krempa
The conversion removes the use of virStringListAdd/virStringListRemove which try to add dynamic properties to a string list which is really inefficient. Storing the dbus VMState ids in a GSList is pretty straightforward and the slightly increased complexity of the code will be paid back by