aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2-2/+2
2024-04-26accel/tcg: Rename helper-head.h -> helper-head.h.incPhilippe Mathieu-Daudé4-3/+3
2024-04-26accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé1-26/+2
2024-04-26semihosting/uaccess: Avoid including 'cpu.h'Philippe Mathieu-Daudé1-1/+3
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé1-1/+2
2024-04-26gdbstub: Simplify #ifdef'ry in helpers.hPhilippe Mathieu-Daudé1-5/+4
2024-04-26exec: Include 'cpu.h' before validating CPUArchState placementPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé1-1/+0
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé13-26/+26
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson4-4/+5
2024-04-25hw/core/machine: Introduce the module as a CPU topology levelZhao Liu1-0/+4
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé1-0/+0
2024-04-25hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu1-1/+1
2024-04-25hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier1-0/+7
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier1-0/+1
2024-04-25hw/char: Implement STM32L4x5 USART skeletonArnaud Minier1-0/+66
2024-04-25reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell1-0/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-25hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell1-0/+7
2024-04-25hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan1-0/+4
2024-04-25hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan1-0/+1
2024-04-25hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan2-0/+4
2024-04-25hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.hPhilippe Mathieu-Daudé1-3/+0
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson10-1457/+1
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-21/+0
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé5-1381/+0
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé5-76/+1
2024-04-24qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-24qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-24qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-24qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-3/+0
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu into stagingRichard Henderson4-6/+14
2024-04-23migration/multifd: solve zero page causing multiple page faultsYuan Liu1-1/+1
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater1-1/+4
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+4
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater1-1/+2
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater1-1/+2
2024-04-23s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater1-1/+1
2024-04-23kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng1-0/+2
2024-04-23physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li1-0/+2
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li2-0/+3
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng1-0/+2
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li4-4/+21
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li1-0/+4
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini1-10/+0
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini2-0/+3
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini9-25/+332