aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao1-0/+1
2024-06-06hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao1-0/+21
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-1/+5
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-5/+10
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson7-2/+78
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li1-0/+6
2024-06-05i386/sev: Allow measured direct kernel boot on SNPDov Murik1-0/+2
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh1-1/+1
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh1-0/+26
2024-06-05machine: allow early use of machine_require_guest_memfdPaolo Bonzini2-1/+5
2024-06-05update-linux-headers: import linux/kvm_para.h headerPaolo Bonzini1-0/+38
2024-06-05update-linux-headers: move pvpanic.h to correct directoryPaolo Bonzini1-0/+0
2024-06-04Merge tag 'hw-misc-accel-20240604' of https://github.com/philmd/qemu into sta...Richard Henderson5-11/+18
2024-06-04hw/xen: Register framebuffer backend via xen_backend_init()Philippe Mathieu-Daudé1-3/+0
2024-06-04hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé1-1/+1
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé1-1/+1
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé1-1/+1
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias1-0/+1
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-0/+4
2024-06-04hw/core: expand on the alignment of CPUStateAlex Bennée1-4/+10
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-2/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-04net: Remove receive_raw()Akihiko Odaki1-1/+0
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki1-7/+0
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im1-1/+22
2024-06-03hw/ufs: Update MCQ-related fields to block/ufs.hMinwoo Im1-2/+106
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell1-2/+13
2024-05-29qapi: Do not cast function pointersAkihiko Odaki1-13/+24
2024-05-29lockable: Do not cast function pointersAkihiko Odaki1-4/+19
2024-05-29hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTESThomas Huth1-3/+0
2024-05-28qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy3-1/+4
2024-05-28block/copy-before-write: create block_copy bitmap in filter nodeVladimir Sementsov-Ogievskiy1-0/+1
2024-05-27qerror: QERR_QGA_COMMAND_FAILED is no longer used, dropMarkus Armbruster1-3/+0
2024-05-27qerror: QERR_IO_ERROR is no longer used, dropMarkus Armbruster1-3/+0
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin1-82/+15
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