aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-10qdev: Rework array properties based on list visitorKevin Wolf1-20/+15
2023-11-10qom: Add object_property_set_default_list()Kevin Wolf1-0/+8
2023-11-10Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi1-2/+2
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi7-54/+79
2023-11-08block: Protect bs->file with graph_lockKevin Wolf1-1/+1
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf1-8/+9
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf3-4/+12
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf1-1/+1
2023-11-08plugins: add dllexport and dllimport to api funcsGreg Manning1-3/+47
2023-11-08gdbstub: Introduce GDBFeatureBuilderAkihiko Odaki1-0/+50
2023-11-08gdbstub: Introduce gdb_find_static_feature()Akihiko Odaki1-0/+8
2023-11-08gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki1-0/+1
2023-11-08Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi7-12/+75
2023-11-08Merge tag 'pull-request-2023-11-07' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-3/+1
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi11-35/+53
2023-11-07Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()Vikram Garhwal1-2/+2
2023-11-07ppc: qtest already exports qtest_rtas_call()Juan Quintela1-10/+0
2023-11-07hw/pci-host: Update PHB5 XSCOM registersSaif Abrar2-2/+4
2023-11-07ppc/pnv: Fix number of I2C engines and ports for power9/10Glenn Miles1-4/+2
2023-11-07ppc/pnv: Connect PNV I2C controller to powernv10Glenn Miles2-0/+7
2023-11-07ppc/pnv: Connect I2C controller model to powernv9 chipCédric Le Goater1-0/+8
2023-11-07ppc/pnv: Add an I2C controller modelCédric Le Goater2-0/+41
2023-11-07s390/sclp: fix SCLP facility mapHeiko Carstens1-3/+1
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf1-2/+4
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf1-3/+4
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-11-07block: Mark bdrv_filter_child() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf1-1/+3
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf1-5/+6
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf2-5/+7
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf2-6/+8
2023-11-07block: Mark bdrv_root_attach_child() GRAPH_WRLOCKKevin Wolf1-6/+7
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf2-2/+3
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf2-2/+2
2023-11-07block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCKKevin Wolf2-2/+3
2023-11-07hw/pci-host: Add emulation of Mai Logic Articia SBALATON Zoltan1-0/+17
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare1-0/+1
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare1-0/+1
2023-11-07hw/i2c: pmbus: add vout mode bitfieldsTitus Rwantare1-0/+8
2023-11-07hw/i2c: pmbus add support for block receiveTitus Rwantare1-0/+7
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu1-1/+1
2023-11-07hw/i386: Fix comment style in topology.hZhao Liu1-16/+17
2023-11-07hw/loader: Clean up global variable shadowing in rom_add_file()Philippe Mathieu-Daudé1-1/+1
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-11-07exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé1-1/+1
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+4
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé1-3/+2
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé1-1/+1