commit | dc70ec217cec504e6f8fee8fd91bf5c118af05f2 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Sun Nov 21 12:54:40 2021 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 09 12:55:52 2021 -0500 |
tree | 4f7aba57eed16fec454bc5bc255c75919799dd9e | |
parent | 45af1bb99b72e36c16714390a8a3c9445e432938 [diff] |
KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING I'd like to make the build include dirty_ring.c based on whether the arch wants it or not. That's a whole lot simpler if there's a config symbol instead of doing it implicitly on KVM_DIRTY_LOG_PAGE_OFFSET being set to something non-zero. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Message-Id: <20211121125451.9489-2-dwmw2@infradead.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>