> 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
> 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
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'
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
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
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
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
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
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
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
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
11 matches
Mail list logo