On 2017年03月21日 09:39, Peter Xu wrote:
On Mon, Mar 20, 2017 at 08:21:44PM -0500, Eric Blake wrote:
On 03/20/2017 08:12 PM, Michael S. Tsirkin wrote:
Since this patchset depends on vtd vfio series and fixes its breakage
to vhost, I'll pick them up for consistency for next post of vtd vfio
series as well.
Thanks,
-- peterx
Sounds good. It's best to order patches in a way that avoids
breakages even for people that bisect though.
Might require some patch squashing.
Indeed - a patch submitted with 'fixup' in the title is usually best
incorporated by squashing into a prior patch that has not actually
landed in master, rather than as a standalone patch.
But if you do post this to master as a standalone patch, please fix the
subject line: s/genearlize/generalize/
Will do. Thanks!
-- peterx
Looks like the assumption were broken by the introducing of bus master
container, so this patch is needed for 2.9. Will post a formal patch
for this.
Thanks