aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Introduce CF_BP_PAGERichard Henderson
2024-05-06tcg: Add write_aofs to GVecGen3iRichard Henderson
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé
2024-05-06accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentationPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-06exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé
2024-05-03util/bufferiszero: Reorganize for early test for accelerationAlexander Monakov
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini
2024-05-03tcg: remove CPU* types from typedefs.hPaolo Bonzini
2024-05-03display: remove GraphicHwOps from typedefs.hPaolo Bonzini
2024-05-03qapi/machine: remove types from typedefs.hPaolo Bonzini
2024-05-03monitor: remove MonitorDef from typedefs.hPaolo Bonzini
2024-05-03migration: remove PostcopyDiscardState from typedefs.hPaolo Bonzini
2024-05-03lockable: remove QemuLockable from typedefs.hPaolo Bonzini
2024-05-03intc: remove PICCommonState from typedefs.hPaolo Bonzini
2024-05-03qemu-option: remove QemuOpt from typedefs.hPaolo Bonzini
2024-05-03net: remove AnnounceTimer from typedefs.hPaolo Bonzini
2024-05-03numa: remove types from typedefs.hPaolo Bonzini
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini
2024-05-03bitmap: Use g_try_new0/g_new0/g_renewPaolo Bonzini
2024-04-30plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson
2024-04-30plugins: Simplify callback queuesRichard Henderson