summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater2024-01-051-0/+1
* | vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2024-01-052-1/+1
* | vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater2024-01-051-4/+19
* | vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater2024-01-051-0/+1
|/
* Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell2024-01-057-31/+63
|\
| * util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+9
| * memory: Have memory_region_init_ram_from_fd() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_ram_from_file() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_resizeable_ram() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_rom_device() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_rom_device_nomigrate() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_rom() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_ram() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_rom_nomigrate() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_ram_nomigrate() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * memory: Have memory_region_init_ram_flags_nomigrate() return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
| * hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé2024-01-051-14/+0
| * hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusionPhilippe Mathieu-Daudé2024-01-051-1/+1
| * hw/core/cpu: Update description of CPUState::nodePhilippe Mathieu-Daudé2024-01-051-1/+1
| * hw/core/cpu: Remove final vestiges of dynamic state tracingPhilippe Mathieu-Daudé2024-01-051-3/+0
| * hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé2024-01-051-0/+6
| * cpu: Add helper cpu_model_from_type()Gavin Shan2024-01-051-0/+13
* | Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-01-052-0/+27
|\ \ | |/ |/|
| * migration: preserve suspended for snapshotSteve Sistare2024-01-041-0/+7
| * cpus: vm_resumeSteve Sistare2024-01-041-0/+9
| * cpus: stop vm in suspended runstateSteve Sistare2024-01-041-0/+9
| * cpus: vm_was_suspendedSteve Sistare2024-01-041-0/+2
* | hw/pci: Constify VMStateRichard Henderson2023-12-301-1/+1
* | migration: Make VMStateDescription.subsections constRichard Henderson2023-12-291-1/+1
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-12-263-13/+38
|\
| * vdpa: move memory listener to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+1
| * vdpa: use dev_shared in vdpa_iommuEugenio Pérez2023-12-261-1/+1
| * vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez2023-12-261-2/+2
| * vdpa: move iommu_list to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+1
| * vdpa: remove msg type of vhost_vdpaEugenio Pérez2023-12-261-1/+0
| * vdpa: move backend_cap to vhost_vdpa_sharedEugenio Pérez2023-12-261-0/+3
| * vdpa: move iotlb_batch_begin_sent to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+2
| * vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+1
| * vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez2023-12-261-2/+3
| * vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+2
| * vdpa: move iova tree to the shared structEugenio Pérez2023-12-261-2/+2
| * vdpa: add VhostVDPASharedEugenio Pérez2023-12-261-0/+5
| * vhost-scsi: Add support for a worker thread per virtqueueMike Christie2023-12-251-0/+1
| * vhost: Add worker backend calloutsMike Christie2023-12-251-0/+14
* | include/ui/rect.h: fix qemu_rect_init() mis-assignmentElen Avan2023-12-251-1/+1
|/
* Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2023-12-211-1/+1
|\
| * hw/loongarch/virt: Align high memory base address with super page sizeBibo Mao2023-12-211-1/+1
* | virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi2023-12-211-0/+2
* | qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi2023-12-211-0/+5