qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] backends/iommufd: Remove mutex
@ 2024-01-02 12:32 Cédric Le Goater
  2024-01-02 12:32 ` [PATCH 1/2] backends/iommufd: Remove check on number of backend users Cédric Le Goater
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Cédric Le Goater @ 2024-01-02 12:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yi Liu, Eric Auger, Zhenzhong Duan, Cédric Le Goater

Hello !

Coverity has some reports regarding the IOMMUFDBackend mutex. Since
the IOMMUFDBackend routines are called from the QEMU main thread, this
series simply suggests removing the mutex and rely on the BQL to
handle concurrent access.

Thanks,

C.

Cédric Le Goater (2):
  backends/iommufd: Remove check on number of backend users
  backends/iommufd: Remove mutex

 include/sysemu/iommufd.h |  2 --
 backends/iommufd.c       | 12 ------------
 2 files changed, 14 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-01-04  8:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02 12:32 [PATCH 0/2] backends/iommufd: Remove mutex Cédric Le Goater
2024-01-02 12:32 ` [PATCH 1/2] backends/iommufd: Remove check on number of backend users Cédric Le Goater
2024-01-03  1:40   ` Duan, Zhenzhong
2024-01-03 13:43     ` Cédric Le Goater
2024-01-04  1:53       ` Duan, Zhenzhong
2024-01-02 12:32 ` [PATCH 2/2] backends/iommufd: Remove mutex Cédric Le Goater
2024-01-02 14:37 ` [PATCH 0/2] " Eric Auger
2024-01-04  1:55 ` Duan, Zhenzhong
2024-01-04  8:41 ` Cédric Le Goater

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).