Re: [PATCH 1/5] conf: virNetDevVPortProfileParse refactor

2025-07-14 Thread Kirill Shchetiniuk via Devel
> 14. 7. 2025 v 19:22, Ján Tomko : > > On a Monday in 2025, Kirill Shchetiniuk via Devel wrote: >> From: Kirill Shchetiniuk >> >> Refactored the virNetDevVPortProfileParse function to use the appropriate >> virXMLProp* functions to parse input configuration XML. >> >> Signed-off-by: Kirill S

Re: [PATCH 5/5] qemu: qemuDomainObjPrivateXMLParseVcpu refactor

2025-07-14 Thread Kirill Shchetiniuk via Devel
> 14. 7. 2025 v 19:09, Ján Tomko : > > On a Monday in 2025, Kirill Shchetiniuk via Devel wrote: >> From: Kirill Shchetiniuk >> >> Refactored the qemuDomainObjPrivateXMLParseVcpu function to use the >> appropriate virXMLPropUInt function to parse unsigned integers, >> avoiding unccessery strin

Re: [PATCH 1/3] bhyve: support serial type 'tcp'

2025-07-14 Thread Daniel P . Berrangé via Devel
On Sun, Jul 13, 2025 at 04:22:05PM +0200, Roman Bogorodskiy wrote: > In addition to the nmdm consoles, bhyve also supports a tcp console. > It's configured with: > > .. -l com1,tcp=127.0.0.1:12345 > > Then a user could connect to the guest console port 0 by making a tcp > connection to the host'

Re: [PATCH 3/3] docs: drvbhyve: document TCP console support

2025-07-14 Thread Daniel P . Berrangé via Devel
On Sun, Jul 13, 2025 at 04:22:07PM +0200, Roman Bogorodskiy wrote: > Signed-off-by: Roman Bogorodskiy > --- > docs/drvbhyve.rst | 19 +++ > 1 file changed, 19 insertions(+) Reviewed-by: Daniel P. Berrangé With regards, Daniel -- |: https://berrange.com -o-https://www

Re: [PATCH 2/3] bhyve: increase number of supported consoles to 4

2025-07-14 Thread Daniel P . Berrangé via Devel
On Sun, Jul 13, 2025 at 04:22:06PM +0200, Roman Bogorodskiy wrote: > Recent versions of bhyve support 4 com ports instead of just 2. Thus, > allow to use 4 console devices. > > Also, there was a bug previously because the condition was > "if (chr->target.port > 2)", but as target.port start > with

Re: [PATCH 1/5] conf: virNetDevVPortProfileParse refactor

2025-07-14 Thread Ján Tomko via Devel
On a Monday in 2025, Kirill Shchetiniuk via Devel wrote: From: Kirill Shchetiniuk Refactored the virNetDevVPortProfileParse function to use the appropriate virXMLProp* functions to parse input configuration XML. Signed-off-by: Kirill Shchetiniuk --- src/conf/netdev_vport_profile_conf.c | 120

Re: [PATCH 5/5] qemu: qemuDomainObjPrivateXMLParseVcpu refactor

2025-07-14 Thread Ján Tomko via Devel
On a Monday in 2025, Kirill Shchetiniuk via Devel wrote: From: Kirill Shchetiniuk Refactored the qemuDomainObjPrivateXMLParseVcpu function to use the appropriate virXMLPropUInt function to parse unsigned integers, avoiding unccessery string parsing operations. Signed-off-by: Kirill Shchetiniuk

Re: [PATCH 2/5] conf: virDomainHostdevSubsysMediatedDevDefParseXML refactor

2025-07-14 Thread Ján Tomko via Devel
On a Monday in 2025, Kirill Shchetiniuk via Devel wrote: From: Kirill Shchetiniuk Refactored the virDomainHostdevSubsysMediatedDevDefParseXML function to use virXMLPropUUID fuction instead of getting a string and parsing it later. Due to parsing function change the missing uuid error reporter

Re: [PATCH v5 1/5] docs: domain: document deprecated_features attribute

2025-07-14 Thread Boris Fiuczynski
Reviewed-by: Boris Fiuczynski On 6/30/25 05:19, Collin Walling wrote: Provide documentation for the deprecated_features XML attribute. Available since 11.0.0, and supported for S390. Signed-off-by: Collin Walling --- docs/formatdomain.rst | 8 1 file changed, 8 insertions(+) diff

Re: [PATCH 0/3] sysinfotest: rename output XMLs with .xml suffix and introduce schema testing

2025-07-14 Thread Ján Tomko via Devel
On a Tuesday in 2025, Peter Krempa via Devel wrote: As noticed in: https://gitlab.com/libvirt/libvirt-go-xml-module/-/issues/10#note_2608097257 This series: - renames the output files with .xml suffix - refactors the schema for the domain to be reusable - introduces schema to validate the host

Re: [RFC 0/4] Implement automatic attachment of the vhostuser port

2025-07-14 Thread Yong Huang
Ping On Fri, Jul 4, 2025 at 11:20 PM wrote: > From: Hyman Huang > > This series offer an automated method to configure a vhostuser interface > in server mode, simplifying integration with DPDK-enabled Open vSwitch > bridges. > > To ensure simplicity and forward compatibility, we introduce openv