Il 28/03/2012 17:10, Andreas Färber ha scritto: >> > if (dev == NULL) { >> > - dev = container_get("/peripheral"); >> > + dev = container_get("/machine/peripheral"); > I was kinda hoping we could even do something like this in 1/4: > container_get_relative(qdev_get_machine(), "peripheral"); > w/ container_get(bla) -> container_get_relative(object_get_root(), bla).
Follow-up? O:-) Paolo