Statistics
| Branch: | Revision:

root / tests / qdev-monitor-test.c @ 5e954943

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
75884afd 12/09/2013 10:46 pm Andreas Färber

virtio-blk: Convert to QOM realize

Signed-off-by: Andreas Färber <>
Signed-off-by: Paolo Bonzini <>

43cd2098 11/07/2013 02:58 pm Stefan Hajnoczi

qdev-monitor-test: add device_add leak test cases

Ensure that the device_add error code path deletes device objects.
Failure to do so not only leaks the objects but can also keep other
objects (like drive or netdev) alive due to qdev properties holding
references....