aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'pull-tcg-20240523' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-0/+1
2024-05-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-6/+55
2024-05-22tcg: Introduce TCG_TARGET_HAS_tst_vecRichard Henderson1-0/+1
2024-05-22Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson2-1/+2
2024-05-22virtio-gpu: fix v2 migrationMarc-André Lureau1-0/+1
2024-05-22migration/colo: make colo_incoming_co() return voidLi Zhijian1-1/+1
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu1-4/+13
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu1-2/+4
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu1-4/+18
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu1-0/+23
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow1-0/+1
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan1-1/+1
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan1-2/+2
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan1-3/+3
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan1-1/+1
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan1-6/+6
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan1-1/+1
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan2-4/+4
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon1-0/+1
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater2-7/+17
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-1/+14
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater1-1/+24
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater1-1/+1
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater1-2/+16
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier1-1/+0
2024-05-16plugins: distinct types for callbacksPierrick Bouvier1-20/+26
2024-05-16plugins: conditional callbacksPierrick Bouvier2-0/+84
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier2-2/+3
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier1-1/+1
2024-05-15Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson8-64/+75
2024-05-15accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé1-10/+0
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson1-4/+4
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson3-4/+6
2024-05-15disas: Split disas.cRichard Henderson1-0/+4
2024-05-15accel/tcg: Return bool from TranslatorOps.disas_logRichard Henderson1-1/+1
2024-05-15plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson1-1/+0
2024-05-15plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson1-4/+0
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson2-7/+3
2024-05-15plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson1-13/+1
2024-05-15accel/tcg: Implement translator_stRichard Henderson1-0/+23
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson1-8/+7
2024-05-15accel/tcg: Record DisasContextBase in tcg_ctx for pluginsRichard Henderson1-0/+1
2024-05-15accel/tcg: Record when translator_fake_ldb is usedRichard Henderson1-1/+2
2024-05-15accel/tcg: Record mmio bytes during translationRichard Henderson1-0/+12
2024-05-15accel/tcg: Pass DisasContextBase to translator_fake_ldbRichard Henderson1-2/+3
2024-05-15accel/tcg: Hide in_same_page outside of a target-specific contextRichard Henderson1-0/+2
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson1-12/+9
2024-05-15Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson4-22/+53
2024-05-14ui/console: move QemuDmaBuf struct def to dmabuf.cDongwon Kim1-18/+1
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim2-3/+3