
On Sat, Jul 23, 2016 at 03:47:05AM +0200, Tomasz Flendrich wrote:
From: Tomasz Flendrich <Darge@users.noreply.github.com>
These patches delete the caching of pci, virtioSerial and ccw address sets. I am deleting them, because they can be recalculated from the domain definition, and there's no point in keeping redundant data, especially because handling a persistent cache of addresses required using functions that released addresses. These functions aren't useful anymore, so they are dropped too.
I know that USB addresses were added and that they are cached now. I am sure that they can be calculated on demand too though.
If this gets accepted, I will rebase the other patches that depend on this one, making functions less dependant on qemu, and removing the code duplication.
I went ahead and pushed patches 1-6 (that is ccw and virtio-serial related). Looking forward to v2 of the rest. I forgot to send this yesterday and it got stuck in my drafts O:-) Martin