Am 14.08.2013 18:28, schrieb Anthony Liguori:
> Applied. Thanks.
For the record, only patches 2-3 were applied (which had accidentally
ended up also being included in this v2 despite submitted separately).
Series is still in need of review for 1.7.
In particular I'm still hoping for second opin
Applied. Thanks.
Regards,
Anthony Liguori
Am 01.08.2013 04:17, schrieb Andreas Färber:
> Andreas Färber (22):
> object: Add OBJECT_GET_PARENT_CLASS() macro
> virtio-console: Use exitfn for virtserialport, too
> virtio-9p-device: Avoid freeing uninitialized memory
Sorry, managed to mess up my branches: These two were sent out for 1.
Hello,
This series converts virtio devices to QOM realize/unrealize.
It is intended as base for fixing virtio-net initialization order issues,
as reported by Jesse. Only partially tested though.
Note that while VirtioDevice was setting a DeviceClass::exit callback
for cleaning up the bus name, th