On Thu, Jul 29, 2021 at 01:48:57AM +0200, Philippe Mathieu-Daudé wrote: > On 7/28/21 11:41 PM, Peter Xu wrote: > > Even if <linux/kvm.h> seems to exist for all archs on linux, however > > including > > it with __linux__ defined seems to be not working yet as it'll try to > > include > > asm/kvm.h and that can be missing for archs that do not support kvm. > > > > To fix this (instead of any attempt to fix linux headers..), we can mark the > > header to be x86_64 only, because it's so far only service for adding the > > kvm > > dirty ring test. > > > > No need to have "Fixes" as the issue is just introduced very recently. > > Personally I find it very useful to navigate in gitk without having > to use git-blame.
Makes sense. > > Fixes: 1f546b709d6 ("tests: migration-test: Add dirty ring test") > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Thanks all! -- Peter Xu