Re: [PATCH v6 0/3] ui/console: Private QemuDmaBuf struct

2024-04-17 Thread Daniel P . Berrangé
On Tue, Apr 16, 2024 at 09:09:51PM -0700, dongwon@intel.com wrote: > From: Dongwon Kim > > This series introduces privacy enhancements to the QemuDmaBuf struct > and its contained data to bolster security. it accomplishes this by > introducing of helper functions for allocating, deallocating,

[PATCH v6 0/3] ui/console: Private QemuDmaBuf struct

2024-04-16 Thread dongwon . kim
From: Dongwon Kim This series introduces privacy enhancements to the QemuDmaBuf struct and its contained data to bolster security. it accomplishes this by introducing of helper functions for allocating, deallocating, and accessing individual fields within the struct and replacing all direct refer