summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | include/exec: Split out accel/tcg/cpu-mmu-index.hRichard Henderson2025-04-234-26/+42
* | include/exec: Split out cpu-ldst-common.hRichard Henderson2025-04-232-107/+123
* | include/exec: Use vaddr for *_mmu guest memory access routinesRichard Henderson2025-04-231-24/+24
* | include/exec/memory: move devend functions to memory-internal.hPierrick Bouvier2025-04-232-18/+19
* | include/exec/memory: extract devend_big_endian from devend_memopPierrick Bouvier2025-04-231-6/+12
* | system/xen: remove inline stubsPierrick Bouvier2025-04-232-59/+3
* | exec/ram_addr: call xen_hvm_modified_memory only if xen is enabledPierrick Bouvier2025-04-231-2/+6
* | system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common codePierrick Bouvier2025-04-231-2/+2
* | exec/ram_addr: remove dependency on cpu.hPierrick Bouvier2025-04-231-1/+2
* | exec/memory-internal: remove dependency on cpu.hPierrick Bouvier2025-04-231-2/+0
* | exec/exec-all: remove dependency on cpu.hPierrick Bouvier2025-04-231-1/+0
* | codebase: prepare to remove cpu.h from exec/exec-all.hPierrick Bouvier2025-04-231-0/+1
* | exec/memory.h: make devend_memop "target defines" agnosticPierrick Bouvier2025-04-231-12/+4
* | exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.hPierrick Bouvier2025-04-233-35/+11
* | exec/memory_ldst: extract memory_ldst declarations from cpu-all.hPierrick Bouvier2025-04-232-16/+0
* | exec/tswap: implement {ld,st}.*_p as functions instead of macrosPierrick Bouvier2025-04-232-25/+70
* | exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_big...Pierrick Bouvier2025-04-231-5/+6
|/
* Merge tag 'pull-request-2025-04-23' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2025-04-236-8/+22
|\
| * hw: add compat machines for 10.1Cornelia Huck2025-04-232-0/+6
| * hw/s390x/ccw: Have CCW machine implement a qmp_dump_skeys() callbackPhilippe Mathieu-Daudé2025-04-231-0/+1
| * hw/s390x/skeys: Introduce TYPE_DUMP_SKEYS_INTERFACEPhilippe Mathieu-Daudé2025-04-231-0/+15
| * hw/intc/s390_flic: Remove the obsolete migration_enabled flagThomas Huth2025-04-231-1/+0
| * hw/s390x/s390-stattrib: Remove the old migration_enabled flagThomas Huth2025-04-231-1/+0
| * hw/s390x/css: Remove the obsolete "css_migration_enabled" variableThomas Huth2025-04-231-6/+0
* | Merge tag 'ipmi-for-qemu-10.0' of https://github.com/cminyard/qemu into stagingStefan Hajnoczi2025-04-231-0/+15
|\ \ | |/ |/|
| * ipmi/bmc-sim: Add 'Get Channel Info' commandNicholas Piggin2025-04-111-0/+10
| * ipmi: add fwinfo to pci ipmi devicesNicholas Piggin2025-04-111-0/+5
* | docs: Fix some typos (found by codespell and typos)Stefan Weil via2025-04-131-2/+2
|/
* test-bdrv-drain: Fix data racesVitalii Mordan2025-04-081-0/+3
* hw/core/cpu: Use size_t for memory_rw_debug len argumentRichard Henderson2025-03-311-1/+1
* hw/arm/fsl-imx8mp: Remove unused defineBernhard Beschow2025-03-311-1/+0
* hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICEBernhard Beschow2025-03-311-1/+2
* Merge tag 'pull-aspeed-20250323' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2025-03-241-1/+1
|\
| * aspeed: Fix maximum number of spi controllerTroy Lee2025-03-231-1/+1
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-03-235-14/+7
|\ \
| * | exec/cpu-all: remove BSWAP_NEEDEDPierrick Bouvier2025-03-212-13/+0
| * | load_aout: replace bswap_needed with big_endianPaolo Bonzini2025-03-211-1/+1
| * | hw/char/pl011: Pad PL011State struct to same size as Rust implPeter Maydell2025-03-211-0/+5
| * | qdev, rust/hpet: fix type of HPET "timers" propertyPaolo Bonzini2025-03-201-0/+1
| |/
* / ppc/pnv: Move the PNOR LPC address into struct PnvPnorNicholas Piggin2025-03-201-0/+1
|/
* migration: cpr_is_incomingSteve Sistare2025-03-141-0/+1
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2025-03-147-18/+78
|\
| * virtio-scsi: handle ctrl virtqueue in main loopStefan Hajnoczi2025-03-131-8/+0
| * virtio-scsi: add iothread-vq-mapping parameterStefan Hajnoczi2025-03-131-1/+4
| * virtio: extract iothread-vq-mapping.h APIStefan Hajnoczi2025-03-131-0/+45
| * virtio-scsi: protect events_dropped fieldStefan Hajnoczi2025-03-131-1/+2
| * virtio-scsi: introduce event and ctrl virtqueue locksStefan Hajnoczi2025-03-131-0/+3
| * scsi: introduce requests_lockStefan Hajnoczi2025-03-131-4/+3
| * scsi: track per-SCSIRequest AioContextStefan Hajnoczi2025-03-131-0/+1
| * dma: use current AioContext for dma_blk_io()Stefan Hajnoczi2025-03-131-2/+1