Re: [PATCH] docs: kbase/launch_security_sev: QEMU 6.0+ sets iommu=on for us

2022-06-12 Thread Erik Skultety
On Sat, Jun 11, 2022 at 12:44:54PM -0400, Cole Robinson wrote: > Signed-off-by: Cole Robinson > --- > docs/kbase/launch_security_sev.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/docs/kbase/launch_security_sev.rst > b/docs/kbase/launch_security_sev.rst > index 3ebb01ad80..9f633

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-12 Thread Rohit Kumar
On 03/06/22 5:21 pm, Peter Krempa wrote: On Thu, Jun 02, 2022 at 16:50:42 +0530, Rohit Kumar wrote: On 17/05/22 8:55 pm, Peter Krempa wrote: On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: Ping. Hi Peter, can you please take a look on this v3 patchset ? Yes, don't worry and plea

[libvirt PATCH] Fix incorrect uses of g_clear_pointer() introduced in 8.1.0

2022-06-12 Thread Mark Mielke
This is a partial revert of 87a43a907f0ad4897a28ad7c216bc70f37270b93. The change to use g_clear_pointer() in more places was accidentally applied to cases involving vir_g_source_unref(). In some cases, the ordering of g_source_destroy() and vir_g_source_unref() was reversed, which resulted in the