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 Peter Krempa via Devel
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 with all the fixes for v2, clearly v2 was kind of > > > half baked,

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 Peter Krempa via Devel
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 my question about how the test result (.args) file ended up refe

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 v2] qemu: passt: add support for custom command line arguments

2025-07-07 Thread Peter Krempa via Devel
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 wrote: One additional thing ... > > @@ -24926,6 +24992,7 @@ virDomainNetBackendFormat(virBuffer *buf, > >virDomainNetBackend *back

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

2025-07-07 Thread Peter Krempa via Devel
On Mon, Jul 07, 2025 at 14:52:09 +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 the passt process for development and testing > purposes. > > T

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

2025-07-07 Thread Enrique Llorente via Devel
This adds support for custom command line arguments for the passt backend, similar to qemu:commandline. The feature allows passing additional arguments to the passt process for development and testing purposes. The implementation: - Adds a passt XML namespace for custom arguments - Properly taints