aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier1-11/+11
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier1-3/+3
2023-10-06linux-user/flatload: clean up local variable shadowingLaurent Vivier1-4/+4
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth5-14/+14
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater1-4/+0
2023-10-06trace/control: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06sysemu/tpm: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06softmmu/vl: Clean up global variable shadowingPhilippe Mathieu-Daudé1-13/+13
2023-10-06semihosting/arm-compat: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+4
2023-10-06util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé2-7/+7
2023-10-06util/cutils: Clean up global variable shadowing in get_relocated_path()Philippe Mathieu-Daudé1-1/+0
2023-10-06ui/cocoa: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-06semihosting: Clean up global variable shadowingPhilippe Mathieu-Daudé3-6/+6
2023-10-06qom/object_interfaces: Clean up global variable shadowingPhilippe Mathieu-Daudé2-16/+16
2023-10-06qemu-io: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-06qemu-img: Clean up global variable shadowingPhilippe Mathieu-Daudé1-11/+11
2023-10-06plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé2-8/+8
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé2-10/+10
2023-10-06hw/ide/ahci: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+1
2023-10-06hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06dump: Silence compiler warning in dump code when compiling with -WshadowThomas Huth1-4/+4
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth1-4/+4
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth1-10/+10
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth1-4/+4
2023-10-06audio/ossaudio: Fix compiler warning with -WshadowThomas Huth1-1/+0
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha3-5/+2
2023-10-06target/ppc: Rename variables to avoid local variable shadowing in VUPKPXCédric Le Goater1-6/+6
2023-10-06target/loongarch: Clean up local variable shadowingSong Gao1-1/+1
2023-10-06hw/cxl: Fix local variable shadowing of cap_hdrsJonathan Cameron1-4/+4
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi71-444/+2019
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi225-5323/+5101
2023-10-04libvhost-user: handle shared_object msgAlbert Esteve2-1/+174
2023-10-04vhost-user: add shared_object msgAlbert Esteve4-12/+216
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve6-0/+384
2023-10-04util/uuid: add a hash functionAlbert Esteve3-0/+43
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy1-0/+1
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy1-6/+3
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha6-12/+65
2023-10-04amd_iommu: Fix APIC address checkAkihiko Odaki2-9/+2
2023-10-04vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez1-4/+10
2023-10-04vdpa net: stop probing if cannot set featuresEugenio Pérez1-0/+1
2023-10-04vdpa net: fix error message setting virtio statusEugenio Pérez1-1/+1
2023-10-04hw/pci-bridge/cxl-upstream: Add serial number extended capability supportJonathan Cameron1-2/+13
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron4-56/+124
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron4-18/+31
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron2-6/+56