Re: [RFC PATCH 6/6] vdpa_sim: add support for user VA
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2022-12-21 09:55:38
Also in:
kvm, lkml, virtualization
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2022-12-21 09:55:38
Also in:
kvm, lkml, virtualization
On Wed, Dec 21, 2022 at 08:17:41AM +0100, Eugenio Perez Martin wrote:
On Wed, Dec 14, 2022 at 5:31 PM Stefano Garzarella [off-list ref] wrote:quoted
The new "use_va" module parameter (default: false) is used inWhy not true by default? I'd say it makes more sense for the simulator to use va mode and only use pa for testing it.
Yep, you are right. I'll change it in the version. I initially left it at false because we usually use the simulator to test the paths that would be used for the real hardware. Thanks, Stefano