commit | 4b4e4867d92205158c524842f59b1c1caeb969fe | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 04 14:47:29 2020 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 04 15:36:51 2020 -0400 |
tree | a90b97713d505cf1770d0ef5070eaeb3efd83701 | |
parent | ddd89d0a059d8e9740c75a97e0efe9bf07ee51f9 [diff] |
vhost_vdpa: disable doorbell mapping for !MMU There could be ways to support doorbell mapping with !MMU, but things like pgprot_noncached are not universally supported. Fixable, but just disable this for now. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>