Re: [Qemu-devel] [PATCH for-next v2 00/22] QOM realize for virtio

2013-08-14 Thread Andreas Färber
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

Re: [Qemu-devel] [PATCH for-next v2 00/22] QOM realize for virtio

2013-08-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-next v2 00/22] QOM realize for virtio

2013-07-31 Thread Andreas Färber
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.

[Qemu-devel] [PATCH for-next v2 00/22] QOM realize for virtio

2013-07-31 Thread Andreas Färber
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