Re: [Qemu-devel] [PATCH v2] test: QOM interface casting

2013-12-23 Thread Andreas Färber
Am 20.12.2013 22:14, schrieb Igor Mammedov: > Add basic regression testing for QOM Interface usage. > Test checks casting to interface type/class for following cases: > - interface implementation in leaf class > - interface implementation in intermediate (parent) class > > Signed-off-by: Igor

[Qemu-devel] [PATCH v2] test: QOM interface casting

2013-12-20 Thread Igor Mammedov
Add basic regression testing for QOM Interface usage. Test checks casting to interface type/class for following cases: - interface implementation in leaf class - interface implementation in intermediate (parent) class Signed-off-by: Igor Mammedov --- - Peter Crosthwaite * s/Parent/parent