Avi Kivity wrote:
Anthony Liguori wrote:
This is a set of patches from master that I think are candidates for the
stable-0.10 branch. They're all KVM specific.
I tried to be conservative and didn't include any ia64, PPC, or
passthrough
fixes. I don't know the state of those subsystems well enough to
judge whether
the commits help or not.
To detect set of candidates to consider, I used the following git
command:
git log ^kvm-stable-start origin/master..kvm
'git log origin/stable-0.10..origin/master' would have given you the
same results ("all commits in master not present in stable").
You need to exclude commits from qemu/master too.
git log ^qemu/master origin/stable-0.10..origin/master
Gives the same result as what I did.
Regards,
Anthony Liguori
I commented on some patches; all the rest seem appropriate to me. If
you (and other reviewers) agree, I'll apply these patches. Thanks for
doing this.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html