Re: [PATCHv2] passt: Define backend hostname and fqdn

2025-09-01 Thread Enrique Llorente Pastora via Devel
On Mon, Aug 11, 2025 at 6:40 AM Laine Stump wrote: > > Sorry again for taking so long to respond to this - it's turned into a > ridiculous mental block for me for really unexplainable reasons... > > On 5/30/25 8:21 AM, Enrique Llorente via Devel wrote: > > This commit introduces a feature enhancem

Re: [PATCHv2] passt: Define backend hostname and fqdn

2025-07-15 Thread Enrique Llorente Pastora via Devel
On Fri, Jul 11, 2025 at 10:06 AM Laine Stump wrote: > > On 6/25/25 7:11 AM, Peter Krempa via Devel wrote: > > On Wed, Jun 25, 2025 at 11:50:18 +0200, Enrique Llorente Pastora wrote: > >> @Peter Krempa Can you take a look ? > > > > This is not my area. Also please don't contact individuals: > > >

How to process after sending a patch assisted with AI

2025-07-10 Thread Enrique Llorente Pastora via Devel
Hi, How should I process after sending a patch that has code generated by AI [1] ? Is creating a new AI free version with some explanation enough to prevent the submission from being suspicious ? Possible example for explanation would be "I am using how qemu:commandline is implemented as inspirat

Re: [PATCH v3] qemu: passt: add support for custom command line arguments

2025-07-10 Thread Enrique Llorente Pastora via Devel
On Thu, Jul 10, 2025 at 12:04 PM Peter Krempa wrote: > > On Wed, Jul 09, 2025 at 13:38:12 +0200, Enrique Llorente via Devel wrote: > > This adds support for custom command line arguments for the passt > > backend, similar to qemu:commandline. The feature allows passing > > additional arguments to

Re: [PATCHv2] passt: Define backend hostname and fqdn

2025-07-10 Thread Enrique Llorente Pastora via Devel
On Thu, Jul 10, 2025 at 12:26 PM Peter Krempa wrote: > > On Fri, May 30, 2025 at 14:21:23 +0200, Enrique Llorente via Devel wrote: > > This commit introduces a feature enhancement for configuring hostnames in > > virtual machines (VMs) using DHCP. It adds new options to the "passt" tool > > to set

Re: [PATCH v2] qemu: passt: add support for custom command line arguments

2025-07-10 Thread Enrique Llorente Pastora via Devel
On Thu, Jul 10, 2025 at 8:59 AM Peter Krempa wrote: > > On Thu, Jul 10, 2025 at 08:39:18 +0200, Enrique Llorente Pastora wrote: > > On Thu, Jul 10, 2025 at 7:55 AM Peter Krempa wrote: > > > > > > On Wed, Jul 09, 2025 at 15:44:15 +0200, Enrique Llorente Pastora wrote: > > > > I have pushed a v3 wi

Re: [PATCH v2] qemu: passt: add support for custom command line arguments

2025-07-09 Thread Enrique Llorente Pastora via Devel
On Thu, Jul 10, 2025 at 7:55 AM Peter Krempa wrote: > > On Wed, Jul 09, 2025 at 15:44:15 +0200, Enrique Llorente Pastora wrote: > > I have pushed a v3 with all the fixes for v2, clearly v2 was kind of > > half baked, sorry about that. > > Before I reply to v3 I still want you to reply at least to

Re: [PATCH v2] qemu: passt: add support for custom command line arguments

2025-07-09 Thread Enrique Llorente Pastora via Devel
I have pushed a v3 with all the fixes for v2, clearly v2 was kind of half baked, sorry about that. On Mon, Jul 7, 2025 at 5:02 PM Peter Krempa wrote: > > On Mon, Jul 07, 2025 at 15:51:51 +0200, Peter Krempa via Devel wrote: > > On Mon, Jul 07, 2025 at 14:52:09 +0200, Enrique Llorente via Devel wr

Re: [PATCH RFE] conf: Add extraArgs option to passt backend

2025-06-25 Thread Enrique Llorente Pastora via Devel
On Wed, Jun 25, 2025 at 11:50 AM Daniel P. Berrangé wrote: > > On Wed, Jun 25, 2025 at 11:39:55AM +0200, Enrique Llorente Pastora via Devel wrote: > > On Wed, Jun 25, 2025 at 10:38 AM Pavel Hrdina wrote: > > > > > > On Wed, Jun 25, 2025 at 09:40:16AM +0200, En

Re: [PATCHv2] passt: Define backend hostname and fqdn

2025-06-25 Thread Enrique Llorente Pastora via Devel
@Peter Krempa Can you take a look ? On Mon, Jun 23, 2025 at 12:04 PM Han Han wrote: > > > On Mon, Jun 23, 2025 at 5:39 PM Han Han wrote: > >> >> >> On Fri, May 30, 2025 at 8:22 PM Enrique Llorente via Devel < >> devel@lists.libvirt.org> wrote: >> >>> This commit introduces a feature enhancemen

Re: [PATCH RFE] conf: Add extraArgs option to passt backend

2025-06-25 Thread Enrique Llorente Pastora via Devel
On Wed, Jun 25, 2025 at 10:38 AM Pavel Hrdina wrote: > > On Wed, Jun 25, 2025 at 09:40:16AM +0200, Enrique Llorente via Devel wrote: > > Add support for passing extra arguments to the passt binary through > > the domain XML configuration. This allows users to specify additional > > command-line ar

Re: [PATCHv2] passt: Define backend hostname and fqdn

2025-06-20 Thread Enrique Llorente Pastora via Devel
Hi, can I get some reviews for this ? Thanks! On Fri, May 30, 2025 at 2:21 PM Enrique Llorente wrote: > This commit introduces a feature enhancement for configuring hostnames in > virtual machines (VMs) using DHCP. It adds new options to the "passt" tool > to set the hostname and fully qualifie