On 06/12/18 17:36, Thomas Huth wrote: > Looks like it should work. Maybe you could use this patch here first: > > https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg02199.html > > ... then you could likely get rid of global_qtest here completely, I think.
Note that most of the global_qtest references disappear with the qgraph conversion. Each qgraph object already knows which QTestState it refers to. However there are a couple that remain, I'll check if there's anything to improve in the QOSGraphObject APIs to remove them. Paolo > Anyway: > > Reviewed-by: Thomas Huth <th...@redhat.com>