aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-13Merge tag 'pull-shadow-2023-11-13' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-11-13Merge tag 'mem-2023-11-13' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-11-13MAINTAINERS: update virtio-fs mailing list addressStefan Hajnoczi
2023-11-13hw/audio/es1370: Clean up commentPeter Maydell
2023-11-13tests/tsan: Rename the file with the entries that should be ignoredThomas Huth
2023-11-13test-resv-mem: Fix CID 1523911Eric Auger
2023-11-13tests/vm/netbsd: Use Python v3.11Philippe Mathieu-Daudé
2023-11-13MAINTAINERS: Add a general architecture section for x86Thomas Huth
2023-11-13MAINTAINERS: Extend the Stellaris sectionThomas Huth
2023-11-13MAINTAINERS: Add hw/display/sii9022.c to the Versatile Express sectionThomas Huth
2023-11-13MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX sectionThomas Huth
2023-11-13MAINTAINERS: Add include/hw/input/pl050.h to the PrimeCell/CMSDK sectionThomas Huth
2023-11-13s390x/pci: only limit DMA aperture if vfio DMA limit reportedMatthew Rosato
2023-11-13s390x/pci: bypass vfio DMA counting when using cdevMatthew Rosato
2023-11-13host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth
2023-11-13tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster
2023-11-13sphinx/qapidoc: Tidy up pylint warning raise-missing-fromMarkus Armbruster
2023-11-13qapi: Fix QAPISchemaEntity.__repr__()Markus Armbruster
2023-11-13meson: Enable -Wshadow=localMarkus Armbruster
2023-11-13virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()David Hildenbrand
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater
2023-11-13igb: Add a VF reset handlerCédric Le Goater
2023-11-13block/snapshot: Fix compiler warning with -Wshadow=localThomas Huth
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller
2023-11-11Merge tag 'qdev-array-prop' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-10qdev: Rework array properties based on list visitorKevin Wolf
2023-11-10qdev: Make netdev properties work as list elementsKevin Wolf
2023-11-10qom: Add object_property_set_default_list()Kevin Wolf
2023-11-10hw/rx/rx62n: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/arm/xlnx-versal: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/arm/virt: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/arm/vexpress: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/arm/sbsa-ref: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/arm/mps2: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/arm/mps2-tz: Use qdev_prop_set_array()Kevin Wolf
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf
2023-11-10Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Stefan Hajnoczi
2023-11-10Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi
2023-11-09tracetool: avoid invalid escape in Python stringMarc-André Lureau
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-09Merge tag 'pull-halloween-omnibus-081123-1' of https://gitlab.com/stsquad/qem...Stefan Hajnoczi
2023-11-08hw/ide/ahci: trigger either error IRQ or regular IRQ, not bothNiklas Cassel
2023-11-08block: Protect bs->file with graph_lockKevin Wolf
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf
2023-11-08vhdx: Take locks for accessing bs->fileKevin Wolf
2023-11-08qcow2: Take locks for accessing bs->fileKevin Wolf
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf
2023-11-08blkverify: Add locking for request_fnKevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf