Re: [PATCH] [Doc] Update 2 items in the formatdomain.rst

2022-06-15 Thread Ján Tomko
Saying what part of the file is being updated is more useful than counting the changes. I've changed the commit summary to: docs: formatdomain: update hostdev interface section a bit On a Thursday in 2022, Yalan Zhang wrote: Update the default "driver" value for hostdev interface since the

[PATCH] [Doc] Update 2 items in the formatdomain.rst

2022-06-15 Thread Yalan Zhang
Update the default "driver" value for hostdev interface since the default is not "KVM" anymore(refer to "Host device asssignment" part and by test results). And update the mac address in one xml example. Signed-off-by: Yalan Zhang --- docs/formatdomain.rst | 8 1 file changed, 4

Re: [PATCH v3 00/26] Remove some unused includes

2022-06-15 Thread Ján Tomko
On a Wednesday in 2022, Peng Liang wrote: This series are the v3 of: https://listman.redhat.com/archives/libvir-list/2022-May/231132.html. And this version passes the pipeline in GitLab :) (https://gitlab.com/tcx4c70/libvirt/-/pipelines/558476177). v2 -> v3: 1. Stop removing "internal.h"; [Ján

Re: [PATCH] virMacAddrParse: Fix wrong termination character

2022-06-15 Thread Ján Tomko
On a Thursday in 2022, Eustance Wu wrote: From 7df034e93d392c734ac5c4f4148a3d05f9edce29 Mon Sep 17 00:00:00 2001 From: WuLongTao Date: Thu, 16 Jun 2022 10:43:29 +0800 Subject: [PATCH] virMacAddrParse: Fix wrong termination character The judgment of the termination character should be the null

[PATCH] virMacAddrParse: Fix wrong termination character

2022-06-15 Thread Eustance Wu
>From 7df034e93d392c734ac5c4f4148a3d05f9edce29 Mon Sep 17 00:00:00 2001 From: WuLongTao Date: Thu, 16 Jun 2022 10:43:29 +0800 Subject: [PATCH] virMacAddrParse: Fix wrong termination character The judgment of the termination character should be the null character, not a space. Using spaces to

[no subject]

2022-06-15 Thread Eustance Wu
>From 7df034e93d392c734ac5c4f4148a3d05f9edce29 Mon Sep 17 00:00:00 2001 From: WuLongTao Date: Thu, 16 Jun 2022 10:43:29 +0800 Subject: [PATCH] virMacAddrParse: Fix wrong termination character The judgment of the termination character should be the null character, not a space. Using spaces to

Re: Some questions regarding firmware handling in the qemu driver

2022-06-15 Thread Andrea Bolognani
On Tue, Jun 14, 2022 at 03:12:29PM +0200, Gerd Hoffmann wrote: > > I think we need an ARM expert to explain the rules about SecureBoot > > on aarch64. Given SMM doesn't exist outside x86, it may be fine to > > just enable secureboot unconditionally on aarch64 and have it be > > genuinely secure. I