aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-26semihosting/uaccess: Avoid including 'cpu.h'Philippe Mathieu-Daudé
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé
2024-04-26gdbstub: Simplify #ifdef'ry in helpers.hPhilippe Mathieu-Daudé
2024-04-26exec: Include 'cpu.h' before validating CPUArchState placementPhilippe Mathieu-Daudé
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw/core/machine: Introduce the module as a CPU topology levelZhao Liu
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé
2024-04-25hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu
2024-04-25hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier
2024-04-25hw/char: Implement STM32L4x5 USART skeletonArnaud Minier
2024-04-25reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-25hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell
2024-04-25hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan
2024-04-25hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.hPhilippe Mathieu-Daudé
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson
2024-04-23migration/multifd: solve zero page causing multiple page faultsYuan Liu
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater
2024-04-23s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater
2024-04-23kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng
2024-04-23physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini
2024-04-23ppc/pef: switch to use confidential_guest_kvm_init/reset()Xiaoyao Li
2024-04-23confidential guest support: Add kvm_init() and kvm_reset() in classXiaoyao Li
2024-04-23q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata