commit | 7e608e8903a39157c28ced12b2a061eafa43c905 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 08 18:25:54 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 14 15:46:28 2010 -0500 |
tree | b81926945630b5b8b131d441428e77a210796677 | |
parent | 46aaebff40f942e7b17b426916a3dee9b8b6f274 [diff] |
virtio-blk: stop tracking old_bs There is a 1:1 relation between VirtIOBlock and BlockDriverState instances, no need to track it because it won't change. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>