On Tue, Apr 14, 2020 at 03:39:28PM +0100, Alexandru Elisei wrote: > I've taken the fixes from my reassignable BARs and PCIE support series [1] > and created this series because 1. they can be taken independently and 2. > rebasing a 32 patch series was getting very tedious. > > Changes from the original series: > > * Gathered Reviewed-by tags. Only patch #14 "virtio: Don't ignore > initialization failures" doesn't have one. > * The virtio net device now frees the allocated devices and the ops copy on > failure in patch #14. > > [1] https://www.spinics.net/lists/kvm/msg211272.html Thanks! Applied the lot, with Andre's Reviewed-by added to patch 14. I'm not able to test device passthrough at the moment, but I assume you did? I once had ideas about sticking the virtio devices on a separate PCI bus from the passthrough devices, so we'll need to revert the change to the "bus range" property if we ever decide to do that. Will