RE: [PATCH 37/40] igb: Implement Tx timestamp

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:38 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 31/40] igb: Use UDP for RSS hash

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 05/40] igb: Do not require CTRL.VME for tx VLAN tagging

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 29/40] igb: Implement MSI-X single vector mode

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 14/40] e1000x: Share more Rx filtering logic

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 18/40] igb: Remove goto

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 06/40] net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 03/40] igb: Fix Rx packet type encoding

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent V

RE: [PATCH 22/40] igb: Add more definitions for Tx descriptor

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

RE: [PATCH 23/40] igb: Share common VF constants

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Philippe Mathieu-Daudé > Sent: Friday, 14 April 2023 17:09 > To: Akihiko Odaki > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Thomas Huth ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laure

RE: [PATCH 19/40] igb: Read DCMD.VLE of the first Tx descriptor

2023-04-15 Thread Sriram Yagnaraman
> -Original Message- > From: Akihiko Odaki > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman ; Jason Wang > ; Dmitry Fleytman ; > Michael S. Tsirkin ; Alex Bennée ; > Philippe Mathieu-Daudé ; Thomas Huth > ; Wainer dos Santos Moschetta > ; Beraldo Leal ; Cleber Rosa > ; Laurent

Re: [PATCH v11] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-04-15 Thread Dorinda Bassey
Thank you for the clarification, I will look into it. Regards, Dorinda. On Sat, Apr 15, 2023 at 9:39 AM Volker Rümelin wrote: > Hi Dorinda, > > > This commit adds a new audiodev backend to allow QEMU to use Pipewire as > > both an audio sink and source. This backend is available on most systems

[PATCH 1/2] target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76

2023-04-15 Thread Jisheng Zhang
Cortex-A55 and Cortex-A76 doesn't have CBAR, so remove CBAR feature from them. Signed-off-by: Jisheng Zhang --- target/arm/cpu64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 0fb07cc7b6..85dc9d57ff 100644 --- a/target/arm/cpu64.c +++ b/targe

[PATCH 0/2] Remove CBAR from A55/A76 and add A78

2023-04-15 Thread Jisheng Zhang
patch1 removes CBAR from A55 and A76 patch2 adds A78 CPU Jisheng Zhang (2): target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76 target/arm: Add Cortex-A78 CPU docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 71 +

[PATCH 2/2] target/arm: Add Cortex-A78 CPU

2023-04-15 Thread Jisheng Zhang
Enable the Cortex-A78 for virt to use a CPU type on the virt board that models a specific real hardware CPU, rather than have to use the QEMU-specific "max" CPU type. Signed-off-by: Jisheng Zhang --- docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 69

[PATCH 0/2] Remove CBAR from A55/A76 and add A78

2023-04-15 Thread Jisheng Zhang
patch1 removes CBAR from A55 and A76 patch2 adds A78 CPU Jisheng Zhang (2): target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76 target/arm: Add Cortex-A78 CPU docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 71 +

[PATCH 1/2] target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76

2023-04-15 Thread Jisheng Zhang
Cortex-A55 and Cortex-A76 doesn't have CBAR, so remove CBAR feature from them. Signed-off-by: Jisheng Zhang --- target/arm/cpu64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 0fb07cc7b6..85dc9d57ff 100644 --- a/target/arm/cpu64.c +++ b/targe

[PATCH 2/2] target/arm: Add Cortex-A78 CPU

2023-04-15 Thread Jisheng Zhang
Enable the Cortex-A78 for virt to use a CPU type on the virt board that models a specific real hardware CPU, rather than have to use the QEMU-specific "max" CPU type. Signed-off-by: Jisheng Zhang --- docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 69

Slow video output from webcam with qemu-xhci but smooth with usb-ehc

2023-04-15 Thread nicolas prochazka
Hello, In https://lists.gnu.org/archive/html/qemu-devel/2020-12/msg03329.html an user submit an issue about using webcam with xhci vs ehci . I'm in the same situation qemu 7.2.1 windows 10 attach a usb webcam to an qemu xhci root cause webcam cannot be used ( choopy, freeze ... ) attach the same

Re: [PATCH] vhost-user-blk-server: notify client about disk resize

2023-04-15 Thread Vladimir Sementsov-Ogievskiy
On 21.03.23 23:13, Vladimir Sementsov-Ogievskiy wrote: Currently block_resize qmp command is simply ignored by vhost-user-blk export. So, the block-node is successfully resized, but virtio config is unchanged and guest doesn't see that disk is resized. Let's handle the resize by modifying the co

Re: [RFC 1/1] add support of `--initrd` for ELF-ARM kernels

2023-04-15 Thread Lankes, Stefan
Hello Alex, > > >> Am 14.04.2023 um 10:54 schrieb Alex Bennée : >> >> >> Also could you not achieve the same thing using the guest-loader which >> uses the multiboot spec and sets: >> >> const char *compat[2] = { "multiboot,module", "multiboot,ramdisk" }; >> if (qemu_fdt_setprop_

Re: [PATCH v11] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-04-15 Thread Volker Rümelin
Hi Dorinda, This commit adds a new audiodev backend to allow QEMU to use Pipewire as both an audio sink and source. This backend is available on most systems Add Pipewire entry points for QEMU Pipewire audio backend Add wrappers for QEMU Pipewire audio backend in qpw_pcm_ops() qpw_write functio