On Thu, 17 Jul 2025 at 18:50, Laurent Vivier wrote:
>
> The "err" variable was declared but never used within the
> chr_closed_bh() function. This resulted in a dead code
> warning (CID 1612365) from Coverity.
>
> Remove the unused variable and the associated error block
> to resolve the issue.
>
On Thu, 17 Jul 2025 at 18:51, Laurent Vivier wrote:
>
> This was flagged by Coverity as a memory illegal access.
>
> Initialize the pointer to NULL at declaration.
>
> Signed-off-by: Laurent Vivier
> ---
> net/passt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/p
On Thu, 17 Jul 2025 at 18:50, Laurent Vivier wrote:
>
> In passt_vhost_user_start(), if vhost_net_init() fails, the "net"
> variable is NULL and execution jumps to the "err:" label.
>
> The cleanup code within this label is conditioned on "if (net)",
> which can never be true in this error case. T
On Thu, 17 Jul 2025 at 18:43, Laurent Vivier wrote:
>
> The "err" variable was declared but never used within the
> passt_vhost_user_event() function. This resulted in a dead code
> warning (CID 1612375) from Coverity.
>
> Remove the unused variable and the associated error block
> to resolve the
On Thu, 17 Jul 2025 at 18:52, Laurent Vivier wrote:
>
> The "err" variable was declared but never used within the
> net_vhost_user_event() function. This resulted in a dead code
> warning (CID 1612372) from Coverity.
>
> Remove the unused variable and the associated error block
> to resolve the is
On Thu, 17 Jul 2025 at 18:44, Laurent Vivier wrote:
>
> If g_remove() fails, use warn_report() to log an error.
>
> Signed-off-by: Laurent Vivier
> ---
> net/passt.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
Reviewed-by: Peter Maydell
thanks
-- PMM
On 7/19/25 3:57 AM, Manos Pitsidianakis wrote:
On Sat, Jul 19, 2025 at 7:00 AM Pierrick Bouvier
wrote:
TF-A needs to be patched to enable support for FEAT_TCR2 and
FEAT_SCTLR2. This new image contains updated firmware.
Signed-off-by: Pierrick Bouvier
---
tests/functional/test_aarch64_rme_s
On Fri, 18 Jul 2025 at 18:46, Richard Henderson
wrote:
>
> There is no such thing as vector extract.
>
> Fixes: 932522a9ddc1 ("tcg/optimize: Fold and to extract during optimize")
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3036
> Signed-off-by: Richard Henderson
> ---
> tcg/optimiz
**Subject:** Add Samsung Galaxy S2 (Exynos 4210) support to QEMU
Hello QEMU developers,
I’m an adult exploring legacy ARM devices and interested in contributing
toward Samsung Galaxy S2 (GT-i9100) emulation in QEMU.
### Current blockers:
- **No NAND/BML support**: The Galaxy S2 uses bml partitio
On Sat, Jul 19, 2025 at 7:00 AM Pierrick Bouvier
wrote:
>
> TF-A needs to be patched to enable support for FEAT_TCR2 and
> FEAT_SCTLR2. This new image contains updated firmware.
>
> Signed-off-by: Pierrick Bouvier
> ---
> tests/functional/test_aarch64_rme_sbsaref.py | 64 ---
> tests
Paolo Abeni writes:
> Extend the VirtioDeviceFeatures struct with an additional u64
> to track unknown features in the 64-127 bit range and decode
> the full virtio features spaces for vhost and virtio devices.
>
> Also add entries for the soon-to-be-supported virtio net GSO over
> UDP features.
Kostiantyn Kostiuk writes:
> g_win32_error_message - translate a Win32 error code
> (as returned by GetLastError()) into the corresponding message.
>
> In the same time, we call error_setg_win32_internal with
> error codes from different Windows componets like VSS or
> Performance monitor that pr
12 matches
Mail list logo