summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'pull-target-arm-20231127' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-11-286-4/+8
|\ \
| * | hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad2023-11-274-4/+4
| * | hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad2023-11-271-0/+3
| * | hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé2023-11-271-0/+1
| |/
* / export/vhost-user-blk: Fix consecutive drainsKevin Wolf2023-11-281-0/+1
|/
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-11-213-1/+18
|\
| * ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland2023-11-211-0/+1
| * ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland2023-11-211-0/+3
| * block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf2023-11-211-1/+14
* | Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi2023-11-211-2/+46
|\ \
| * | ui/pixman-minimal.h: fix empty allocationManos Pitsidianakis2023-11-211-2/+46
| |/
* | Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-11-214-13/+1
|\ \
| * | hw/arm/stm32f100: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé2023-11-201-4/+0
| * | hw/arm/stm32f205: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé2023-11-201-4/+0
| * | hw/arm/stm32f405: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé2023-11-201-4/+0
| * | hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan2023-11-201-1/+1
| |/
* | net: Update MemReentrancyGuard for NICAkihiko Odaki2023-11-211-0/+1
* | net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-0/+1
|/
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-11-204-6/+6
|\
| * include/hw/virtio/vhost.h: spelling fix: sateMichael Tokarev2023-11-151-1/+1
| * include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleastMichael Tokarev2023-11-151-3/+3
| * include/block/ufs.h: spelling fix: settedMichael Tokarev2023-11-151-1/+1
| * hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev2023-11-151-1/+1
* | accel/tcg: Remove CF_LAST_IORichard Henderson2023-11-141-7/+6
|/
* dump: Add arch cleanup functionJanosch Frank2023-11-141-0/+1
* host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth2023-11-131-0/+2
* qdev: Rework array properties based on list visitorKevin Wolf2023-11-101-20/+15
* qom: Add object_property_set_default_list()Kevin Wolf2023-11-101-0/+8
* Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi2023-11-101-2/+2
|\
| * Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()Vikram Garhwal2023-11-071-2/+2
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-11-097-54/+79
|\ \
| * | block: Protect bs->file with graph_lockKevin Wolf2023-11-081-1/+1
| * | block: Add missing GRAPH_RDLOCK annotationsKevin Wolf2023-11-081-8/+9
| * | block: Introduce bdrv_co_change_backing_file()Kevin Wolf2023-11-083-4/+12
| * | block: Protect bs->backing with graph_lockKevin Wolf2023-11-081-1/+1
| * | block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf2023-11-071-2/+4
| * | block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf2023-11-071-3/+4
| * | block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-2/+3
| * | block: Mark bdrv_filter_child() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-2/+2
| * | block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-1/+3
| * | block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-5/+6
| * | block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf2023-11-072-5/+7
| * | block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-1/+2
| * | block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-1/+2
| * | block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf2023-11-072-6/+8
| * | block: Mark bdrv_root_attach_child() GRAPH_WRLOCKKevin Wolf2023-11-071-6/+7
| * | block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf2023-11-072-2/+3
| * | block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf2023-11-072-2/+2
| * | block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCKKevin Wolf2023-11-072-2/+3
| |/
* | plugins: add dllexport and dllimport to api funcsGreg Manning2023-11-081-3/+47