aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
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 ...Stefan 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
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez1-0/+5
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie1-0/+1
2023-12-25vhost: Add worker backend calloutsMike Christie1-0/+14
2023-12-25include/ui/rect.h: fix qemu_rect_init() mis-assignmentElen Avan1-1/+1
2023-12-21Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi1-1/+1
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi1-0/+2
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi1-0/+5
2023-12-21qdev-properties: alias all object class propertiesStefan Hajnoczi1-2/+2
2023-12-21string-output-visitor: show structs as "<omitted>"Stefan Hajnoczi1-3/+3
2023-12-21block: remove outdated AioContext locking commentsStefan Hajnoczi3-10/+4
2023-12-21job: remove outdated AioContext locking commentsStefan Hajnoczi1-20/+0
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi1-17/+0
2023-12-21aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCK...Stefan Hajnoczi1-12/+4
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi1-14/+0
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi1-14/+0
2023-12-21block: remove AioContext lockingStefan Hajnoczi3-9/+5
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi1-19/+2
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi1-1/+2