aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-04hw/core: expand on the alignment of CPUStateAlex Bennée
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson
2024-06-04net: Remove receive_raw()Akihiko Odaki
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im
2024-06-03hw/ufs: Update MCQ-related fields to block/ufs.hMinwoo Im
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell
2024-05-29qapi: Do not cast function pointersAkihiko Odaki
2024-05-29lockable: Do not cast function pointersAkihiko Odaki
2024-05-29hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTESThomas Huth
2024-05-28qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy
2024-05-28block/copy-before-write: create block_copy bitmap in filter nodeVladimir Sementsov-Ogievskiy
2024-05-27qerror: QERR_QGA_COMMAND_FAILED is no longer used, dropMarkus Armbruster
2024-05-27qerror: QERR_IO_ERROR is no longer used, dropMarkus Armbruster
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin
2024-05-23Merge tag 'pull-tcg-20240523' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-22tcg: Introduce TCG_TARGET_HAS_tst_vecRichard Henderson
2024-05-22Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson
2024-05-22virtio-gpu: fix v2 migrationMarc-André Lureau
2024-05-22migration/colo: make colo_incoming_co() return voidLi Zhijian
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier
2024-05-16plugins: distinct types for callbacksPierrick Bouvier
2024-05-16plugins: conditional callbacksPierrick Bouvier
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier
2024-05-15Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-15accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_codePhilippe Mathieu-Daudé
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson
2024-05-15disas: Split disas.cRichard Henderson