Re: [PATCH V3 01/10] vhost: disable metadata prefetch optimization

2019-08-07 Thread Jason Wang
On 2019/8/7 下午2:54, Jason Wang wrote: From: "Michael S. Tsirkin" This seems to cause guest and host memory corruption. Disable for now until we get a better handle on that. Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vhost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH V3 01/10] vhost: disable metadata prefetch optimization

2019-08-06 Thread Jason Wang
From: "Michael S. Tsirkin" This seems to cause guest and host memory corruption. Disable for now until we get a better handle on that. Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vhost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.h b/drivers