aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi1-5/+5
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi1-10/+9
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi3-22/+21
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé1-2/+1
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée1-0/+5
2024-01-05backends/iommufd: Remove mutexCédric Le Goater1-2/+0
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2-2/+1
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater1-0/+1
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater1-0/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2-1/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater1-4/+19
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater1-0/+1
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell7-31/+63
2024-01-05util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé1-1/+9
2024-01-05memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé1-1/+3
2024-01-05hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé1-14/+0
2024-01-05hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusionPhilippe Mathieu-Daudé1-1/+1
2024-01-05hw/core/cpu: Update description of CPUState::nodePhilippe Mathieu-Daudé1-1/+1
2024-01-05hw/core/cpu: Remove final vestiges of dynamic state tracingPhilippe Mathieu-Daudé1-3/+0
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé1-0/+6
2024-01-05cpu: Add helper cpu_model_from_type()Gavin Shan1-0/+13
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into stagingPeter Maydell2-0/+27
2024-01-04migration: preserve suspended for snapshotSteve Sistare1-0/+7
2024-01-04cpus: vm_resumeSteve Sistare1-0/+9
2024-01-04cpus: stop vm in suspended runstateSteve Sistare1-0/+9
2024-01-04cpus: vm_was_suspendedSteve Sistare1-0/+2
2023-12-30hw/pci: Constify VMStateRichard Henderson1-1/+1
2023-12-29migration: Make VMStateDescription.subsections constRichard Henderson1-1/+1
2023-12-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingStefan Hajnoczi3-13/+38
2023-12-26vdpa: move memory listener to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: use dev_shared in vdpa_iommuEugenio Pérez1-1/+1
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez1-2/+2
2023-12-26vdpa: move iommu_list to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: remove msg type of vhost_vdpaEugenio Pérez1-1/+0
2023-12-26vdpa: move backend_cap to vhost_vdpa_sharedEugenio Pérez1-0/+3
2023-12-26vdpa: move iotlb_batch_begin_sent to vhost_vdpa_sharedEugenio Pérez1-1/+2
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez1-2/+3
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez1-1/+2
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez1-2/+2