summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-2613-26/+26
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-254-4/+5
|\
| * hw/core/machine: Introduce the module as a CPU topology levelZhao Liu2024-04-251-0/+4
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-0/+0
| * hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu2024-04-251-1/+1
| * hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.hPhilippe Mathieu-Daudé2024-04-251-3/+0
* | hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier2024-04-251-0/+7
* | hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier2024-04-251-0/+1
* | hw/char: Implement STM32L4x5 USART skeletonArnaud Minier2024-04-251-0/+66
* | reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell2024-04-251-0/+1
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* | hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell2024-04-251-0/+7
* | hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan2024-04-251-0/+4
* | hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan2024-04-251-0/+1
* | hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan2024-04-252-0/+4
|/
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-2410-1457/+1
|\
| * hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-245-1381/+0
| * target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-245-76/+1
* | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-241-21/+0
|\ \
| * | qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| * | qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| * | qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| * | qapi: Inline and remove QERR_INVALID_PARAMETER definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| * | qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| * | qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| * | qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-3/+0
| |/
* | Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2024-04-234-6/+14
|\ \
| * | migration/multifd: solve zero page causing multiple page faultsYuan Liu2024-04-231-1/+1
| * | memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater2024-04-231-1/+4
| * | memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-1/+4
| * | migration: Add Error** argument to .load_setup() handlerCédric Le Goater2024-04-231-1/+2
| * | migration: Add Error** argument to .save_setup() handlerCédric Le Goater2024-04-231-1/+2
| * | s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater2024-04-231-1/+1
| |/
* | kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng2024-04-231-0/+2
* | physmem: Introduce ram_block_discard_guest_memfd_range()Xiaoyao Li2024-04-231-0/+2
* | HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li2024-04-232-0/+3
* | kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng2024-04-231-0/+2
* | RAMBlock: Add support of KVM private guest memfdXiaoyao Li2024-04-234-4/+21
* | kvm: Introduce support for memory_attributesXiaoyao Li2024-04-231-0/+4
* | KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini2024-04-231-10/+0
* | KVM: track whether guest state is encryptedPaolo Bonzini2024-04-232-0/+3
* | linux-headers: update to current kvm/nextPaolo Bonzini2024-04-239-25/+332
* | ppc/pef: switch to use confidential_guest_kvm_init/reset()Xiaoyao Li2024-04-231-17/+0
* | confidential guest support: Add kvm_init() and kvm_reset() in classXiaoyao Li2024-04-231-1/+33
* | q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata2024-04-232-0/+2
* | hw: Add compat machines for 9.1Paolo Bonzini2024-04-182-0/+6
* | kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini2024-04-182-2/+2
* | stubs: remove obsolete stubsPaolo Bonzini2024-04-181-2/+0
* | util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé2024-04-181-0/+3
|/
* Merge tag 'hw-misc-20240410' of https://github.com/philmd/qemu into stagingPeter Maydell2024-04-101-0/+7
|\