[PATCH v3] tests/vm: update openbsd image to 7.7

2025-06-14 Thread Haseung Bong
Update tests/vm/openbsd to release 7.7 Signed-off-by: Haseung Bong --- tests/vm/openbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 5e4f76f398..2ea86a01ba 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -22,8 +22,8 @@

[PATCH v2] Subject: [PATCH] tests/vm: update openbsd image to 7.7

2025-06-14 Thread Haseung Bong
Update tests/vm/openbsd to release 7.7 Signed-off-by: Haseung Bong --- tests/vm/openbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 5e4f76f398..2ea86a01ba 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -22,8 +22,8 @@

[PATCH] vdpa: Allow VDPA to work on big-endian machine

2025-06-14 Thread Konstantin Shkolnyy
After commit 0caed25cd171 vhost_vdpa_net_load_vlan() started seeing VIRTIO_NET_F_CTRL_VLAN flag and making 4096 calls to the kernel with VIRTIO_NET_CTRL_VLAN_ADD command. However, it forgot to convert the 16-bit VLAN IDs to LE format. On BE machine, the kernel calls failed when they saw "VLAN IDs"

Re: [PATCH 05/12] include/hw: replace FSF postal address with licenses URL

2025-06-14 Thread Sean Wei
Hi Cédric, Thanks for pointing me to the earlier thread, moving to the `SPDX-License-Identifier` tags is the better long-term fix. > I think you can convert all QEMU files while at it. To keep traffic on qemu-devel@ manageable, I'd like to work subtree by subtree, following the sections in MAI

Re: [PATCH 05/12] include/hw: replace FSF postal address with licenses URL

2025-06-14 Thread Cédric Le Goater
Hello Sean, + Daniel On 6/14/25 14:58, Sean Wei wrote: Hi Cédric, Thank you for the quick review and for suggesting the SPDX approach. On Sat, Jun 14, 2025 at 1:36 AM Cédric Le Goater wrote: Instead, I would remove the license boiler plate and add : SPDX-License-Identifier: GPL-2.0-o

Re: [PATCH 05/12] include/hw: replace FSF postal address with licenses URL

2025-06-14 Thread Sean Wei
Hi Cédric, Thank you for the quick review and for suggesting the SPDX approach. On Sat, Jun 14, 2025 at 1:36 AM Cédric Le Goater wrote: > > Instead, I would remove the license boiler plate and add : > >SPDX-License-Identifier: GPL-2.0-or-later > Before we respin the patch, could you please

[PATCH] Subject: [PATCH] tests/vm: update openbsd image to 7.7

2025-06-14 Thread Haseung Bong
Update tests/vm/openbsd to release 7.7 Signed-off-by: Haseung Bong --- tests/vm/openbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 5e4f76f398..2ea86a01ba 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -22,8 +22,8 @@

Re: [PATCH v2 02/25] hw/arm/virt: Introduce machine state acpi pcihp flags and props

2025-06-14 Thread Eric Auger
Hi Gustavo, On 6/13/25 3:39 PM, Gustavo Romero wrote: > Hi Eric, > > On 6/13/25 02:05, Eric Auger wrote: >> Hi Gustavo, >> >> On 6/13/25 5:01 AM, Gustavo Romero wrote: >>> Hi Eric, >>> >>> On 6/12/25 09:55, Igor Mammedov wrote: On Wed, 11 Jun 2025 10:50:04 +0200 Eric Auger wrote: >