Patches on libvirt patchew are outdated

2023-12-17 Thread Han Han
Hi, The libvirt patchew https://patchew.org/Libvirt/ has no update for more than one month. Is it dropped? If not, please sync the patches to it~ ___ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to

Re: [libvirt PATCH 1/5] Add loongarch cpu support

2023-12-17 Thread lixianglai
Hi Andrea: On Thu, Dec 14, 2023 at 02:08:45PM +0800, xianglai li wrote: From: lixianglai Add loongarch cpu support, Define new cpu type 'loongarch64' and implement it's driver functions. Signed-off-by: lixianglai We usually prefer the full name to be used both for git authorship and DCO

Re: [libvirt PATCH v2 10/15] xen: explicitly set hostdev driver.type at runtime, not in postparse

2023-12-17 Thread Laine Stump
On 11/27/23 10:12 AM, Peter Krempa wrote: On Mon, Nov 06, 2023 at 02:38:55 -0500, Laine Stump wrote: Xen only supports a single type of PCI hostdev assignment, so it is superfluous to have peppered throughout the config. It *is* necessary to have the driver type explicitly set in the hosdev

Re: [libvirt PATCH v2 09/15] tests: remove explicit from hostdev test cases

2023-12-17 Thread Laine Stump
On 11/27/23 10:03 AM, Peter Krempa wrote: On Mon, Nov 06, 2023 at 02:38:54 -0500, Laine Stump wrote: The long-deprecated use of in domain xml for devices was only ever necessary during the period when libvirt (and the Linux kernel) supported both VFIO and "legacy KVM" styles of hostdev device

Re: [libvirt PATCH 0/5] add loongarch support for libvirt

2023-12-17 Thread lixianglai
Hi Andrea: On Thu, Dec 14, 2023 at 02:08:44PM +0800, xianglai li wrote: Hello, Everyone: This patch series adds libvirt support for loongarch.Although the bios path and name has not been officially integrated into qemu and we think there are still many shortcomings, we try to push a

Re: [libvirt PATCH v2 05/15] conf: put hostdev PCI backend into a struct

2023-12-17 Thread Laine Stump
On 11/27/23 9:53 AM, Peter Krempa wrote: @@ -29973,14 +29973,10 @@ virDomainNetDefActualToNetworkPort(virDomainDef *dom, break; case VIR_DEVICE_HOSTDEV_PCI_DRIVER_TYPE_XEN: -virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", -