qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] vhost-vdpa: skip TPM CRB memory section
@ 2023-07-04  7:19 Laurent Vivier
  2023-07-04  7:19 ` [PATCH v2 1/1] vhost-vdpa: mute unaligned memory error report Laurent Vivier
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Vivier @ 2023-07-04  7:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: jasowang, eric.auger, Peter Xu, Stefan Berger, mst,
	Philippe Mathieu-Daudé, David Hildenbrand, Paolo Bonzini,
	marcandre.lureau, peter.maydell, Laurent Vivier

An error is reported for vhost-vdpa case:
qemu-kvm: vhost_vdpa_listener_region_add received unaligned region

Marc-André has proposed a fix to this problem by skipping
the memory region owned by the TPM CRB but it seems more generic
to skip not aligned memory.

v1 of this series proposed to set the RAM_PROTECTED flag for the
TPM CRB memory region.

v2:
  - do not introduce special case for TPM CRB
  - do not set RAM_PROTECTED flag for TPM CRB
  - remove error_report() and replace it with a trace

For the previous discussions, see

https://lists.nongnu.org/archive/html/qemu-devel/2022-11/msg03670.html

and from Eric for VFIO:

https://lore.kernel.org/all/20220506132510.1847942-1-eric.auger@redhat.com/
https://lore.kernel.org/all/20220524091405.416256-1-eric.auger@redhat.com/

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2141965

Thanks,
Laurent

Laurent Vivier (1):
  vhost-vdpa: mute unaligned memory error report

 hw/virtio/trace-events | 2 ++
 hw/virtio/vhost-vdpa.c | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.41.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-05  7:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-04  7:19 [PATCH v2 0/1] vhost-vdpa: skip TPM CRB memory section Laurent Vivier
2023-07-04  7:19 ` [PATCH v2 1/1] vhost-vdpa: mute unaligned memory error report Laurent Vivier
2023-07-04  7:25   ` David Hildenbrand
2023-07-04  7:52     ` Laurent Vivier
2023-07-05  7:56   ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).