Re: [PATCH 0/4] USB hostdev: allow addressing by port

2025-06-26 Thread Maximilian Martin via Devel
Am 23.06.2025 um 16:50 schrieb Daniel P. Berrangé: On Mon, Apr 21, 2025 at 09:38:34PM +0200, Maximilian Martin via Devel wrote: This resubmission splits up the previous patch into multiple patches and incorporates review comments from Michal Prívozník. Currently, only vendor/product and bus/

Re: [PATCH 0/4] USB hostdev: allow addressing by port

2025-06-26 Thread Daniel P . Berrangé via Devel
On Thu, Jun 26, 2025 at 06:01:30PM +0200, Maximilian Martin wrote: > > > Am 23.06.2025 um 16:50 schrieb Daniel P. Berrangé: > > On Mon, Apr 21, 2025 at 09:38:34PM +0200, Maximilian Martin via Devel wrote: > > > This resubmission splits up the previous patch into multiple patches and > > > incorpo

Re: [PATCH 0/4] USB hostdev: allow addressing by port

2025-06-26 Thread Daniel P . Berrangé via Devel
On Thu, Jun 26, 2025 at 08:56:48AM +0200, Maximilian Martin wrote: > Am 23.06.2025 um 16:32 schrieb Daniel P. Berrangé via Devel: > > On Mon, Jun 23, 2025 at 04:11:25PM +0200, Michal Prívozník via Devel wrote: > > > On 4/21/25 21:38, Maximilian Martin via Devel wrote: > > > > This resubmission spli

Re: [PATCH 1/2] network: bridge_driver: add BSD implementation

2025-06-26 Thread Daniel P . Berrangé via Devel
On Sat, Apr 26, 2025 at 09:42:35AM +0200, Roman Bogorodskiy wrote: > Add BSD-specific platform flavor of the bridge driver which will be used > as a base for Packet Filter (pf) based NAT networking implementation. > > Signed-off-by: Roman Bogorodskiy > --- > po/POTFILES

Re: [PATCH 2/2] network: introduce Packet Filter firewall backend

2025-06-26 Thread Daniel P . Berrangé via Devel
On Sat, Apr 26, 2025 at 09:42:36AM +0200, Roman Bogorodskiy wrote: > Implement NAT networking support based on the Packet Filter (pf) > firewall in FreeBSD. At this point, the implementation is very basic. > It creates: > > - Essential NAT translation rules > - Basic forwarding rules > > Implem

Re:  [PATCH v2] remote/stream-event: Fix a memory leak in?? remoteStreamCallbackFree()

2025-06-26 Thread liu . song13
> On Thu, Jun 26, 2025 at 03:53:35 -, liu.song13(a)zte.com.cn wrote: > > Having two references this way would look confusing, so if you decide > that it is necessary please add a comment explaining why it is > necessary. > > In this patch it looked extra confusing as you deleted an empty line

[PATCH] tests: validate an XML config with USB vendor/product set

2025-06-26 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé The USB vendor/product is usually translated into a device/bus at startup using the hostdev logic. We don't run the latter in the unit test suite, but we can fake it by hardcoding a translation. This demonstrates that we format the command line with the normal device/bus

Re: [PATCH 0/2] network: support NAT networking for FreeBSD/pf

2025-06-26 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > This series implements NAT networks support for FreeBSD using the Packet > Filter (pf) firewall. ping

Re: [PATCH 0/4] USB hostdev: allow addressing by port

2025-06-26 Thread Maximilian Martin via Devel
Am 23.06.2025 um 16:32 schrieb Daniel P. Berrangé via Devel: On Mon, Jun 23, 2025 at 04:11:25PM +0200, Michal Prívozník via Devel wrote: On 4/21/25 21:38, Maximilian Martin via Devel wrote: This resubmission splits up the previous patch into multiple patches and incorporates review comments fro

[PATCH] qemu: Switch to virtio-scsi on ARM

2025-06-26 Thread Jim Fehlig via Devel
From: Jim Fehlig Similar to x86, the default SCSI controller model for ARM is lsilogic. But unlike x86, the ARM virt machine type prefers virtio devices. Switch the default controller model for ARM from lsilogic to virtio-scsi. Signed-off-by: Jim Fehlig --- IMO, the lsilogic SCSI controller is