aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-13tests/qapi-schema: Tidy up pylint warnings and adviceMarkus Armbruster1-5/+4
2023-11-13sphinx/qapidoc: Tidy up pylint warning raise-missing-fromMarkus Armbruster1-1/+1
2023-11-13qapi: Fix QAPISchemaEntity.__repr__()Markus Armbruster1-1/+2
2023-11-13meson: Enable -Wshadow=localMarkus Armbruster1-0/+1
2023-11-13virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()David Hildenbrand1-10/+12
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater3-1/+20
2023-11-13igb: Add a VF reset handlerCédric Le Goater6-2/+25
2023-11-13block/snapshot: Fix compiler warning with -Wshadow=localThomas Huth1-4/+2
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller1-5/+8
2023-11-11Merge tag 'qdev-array-prop' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi13-148/+257
2023-11-10qdev: Rework array properties based on list visitorKevin Wolf2-100/+172
2023-11-10qdev: Make netdev properties work as list elementsKevin Wolf1-1/+1
2023-11-10qom: Add object_property_set_default_list()Kevin Wolf2-0/+14
2023-11-10hw/rx/rx62n: Use qdev_prop_set_array()Kevin Wolf1-9/+10
2023-11-10hw/arm/xlnx-versal: Use qdev_prop_set_array()Kevin Wolf1-2/+7
2023-11-10hw/arm/virt: Use qdev_prop_set_array()Kevin Wolf1-14/+17
2023-11-10hw/arm/vexpress: Use qdev_prop_set_array()Kevin Wolf1-10/+11
2023-11-10hw/arm/sbsa-ref: Use qdev_prop_set_array()Kevin Wolf1-2/+5
2023-11-10hw/arm/mps2: Use qdev_prop_set_array()Kevin Wolf1-4/+8
2023-11-10hw/arm/mps2-tz: Use qdev_prop_set_array()Kevin Wolf1-3/+7
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf1-3/+5
2023-11-10Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Stefan Hajnoczi1-1/+1
2023-11-10Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi2-3/+5
2023-11-09tracetool: avoid invalid escape in Python stringMarc-André Lureau1-1/+1
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi56-527/+926
2023-11-09Merge tag 'pull-halloween-omnibus-081123-1' of https://gitlab.com/stsquad/qem...Stefan Hajnoczi28-60/+639
2023-11-08hw/ide/ahci: trigger either error IRQ or regular IRQ, not bothNiklas Cassel1-3/+2
2023-11-08block: Protect bs->file with graph_lockKevin Wolf15-41/+97
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf16-20/+60
2023-11-08vhdx: Take locks for accessing bs->fileKevin Wolf3-28/+39
2023-11-08qcow2: Take locks for accessing bs->fileKevin Wolf4-41/+59
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf16-60/+55
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf7-107/+120
2023-11-08blkverify: Add locking for request_fnKevin Wolf1-5/+11
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf9-27/+70
2023-11-08Revert "tests/tcg/nios2: Re-enable linux-user tests"Alex Bennée1-0/+11
2023-11-08mailmap: fixup some more corrupted author fieldsAlex Bennée1-0/+2
2023-11-08contrib/gitdm: add Daynix to domain-mapAlex Bennée1-0/+1
2023-11-08contrib/gitdm: map HiSilicon to HuaweiAlex Bennée1-0/+1
2023-11-08contrib/gitdm: add domain-map for Cestcluzhipeng1-0/+1
2023-11-08contrib/gitdm: Add Rivos Inc to the domain mapAlex Bennée1-0/+1
2023-11-08plugins: allow plugins to be enabled on windowsGreg Manning2-2/+7
2023-11-08gitlab: add dlltool to Windows CIAlex Bennée2-2/+3
2023-11-08plugins: disable lockstep plugin on windowsGreg Manning1-0/+6
2023-11-08plugins: make test/example plugins work on windowsGreg Manning5-7/+83
2023-11-08plugins: add dllexport and dllimport to api funcsGreg Manning1-3/+47
2023-11-08configure: tell meson and contrib_plugins about DLLTOOLAlex Bennée1-0/+6
2023-11-08cpu: Call plugin hooks only when readyAkihiko Odaki2-11/+10
2023-11-08gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki2-0/+115
2023-11-08gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki2-0/+21