You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/contrib
Marc-André Lureau c0fb8e88cb plugins: fix -Werror=maybe-uninitialized false-positive
../contrib/plugins/cache.c:638:9: error: ‘l2_cache’ may be used uninitialized [-Werror=maybe-uninitialized]
  638 |         append_stats_line(rep, l1_dmem_accesses, l1_dmisses,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Is a false-positive, since cores > 1, so the variable is set in the
above loop.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
3 weeks ago
..
elf2dmp contrib/elf2dmp: Ensure phdrs fit in file 12 months ago
gitdm
ivshmem-client configure, meson: rename targetos to host_os 1 year ago
ivshmem-server configure, meson: rename targetos to host_os 1 year ago
plugins plugins: fix -Werror=maybe-uninitialized false-positive 3 weeks ago
systemd tools: build qemu-vmsr-helper 7 months ago
vhost-user-blk contrib/vhost-user-blk: fix overflowing expression 7 months ago
vhost-user-gpu virtio-gpu: Correct virgl_renderer_resource_get_info() error check 1 year ago
vhost-user-input contrib/vhost-user-*: use QEMU bswap helper functions 8 months ago
vhost-user-scsi configure, meson: rename targetos to host_os 1 year ago