summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'mem-2024-12-21' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2024-12-222-1/+21
|\
| * s390x: remember the maximum page sizeDavid Hildenbrand2024-12-211-0/+1
| * s390x: introduce s390_get_memory_limit()David Hildenbrand2024-12-211-0/+8
| * virtio-mem: unplug memory only during system resets, not device resetsDavid Hildenbrand2024-12-211-1/+12
* | Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-21119-418/+471
|\ \
| * | system/accel-ops: Remove unnecessary 'exec/cpu-common.h' headerPhilippe Mathieu-Daudé2024-12-201-1/+1
| * | system/numa: Remove unnecessary 'exec/cpu-common.h' headerPhilippe Mathieu-Daudé2024-12-201-1/+0
| * | hw/xen: Remove unnecessary 'exec/cpu-common.h' headerPhilippe Mathieu-Daudé2024-12-201-2/+0
| * | accel/tcg: Un-inline translator_is_same_page()Philippe Mathieu-Daudé2024-12-201-8/+7
| * | accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé2024-12-202-3/+3
| * | accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'Philippe Mathieu-Daudé2024-12-201-3/+0
| * | qemu/coroutine: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+1
| * | exec/translation-block: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+1
| * | accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'Philippe Mathieu-Daudé2024-12-202-17/+18
| * | exec/cpu-all: Include 'cpu.h' earlier so MMU_USER_IDX is always definedPhilippe Mathieu-Daudé2024-12-201-1/+4
| * | user: Move various declarations out of 'exec/exec-all.h'Philippe Mathieu-Daudé2024-12-202-54/+55
| * | user: Declare cpu_loop() once in 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-0/+2
| * | user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-0/+34
| * | accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)Philippe Mathieu-Daudé2024-12-202-6/+2
| * | accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)Philippe Mathieu-Daudé2024-12-202-12/+12
| * | accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (2/4)Philippe Mathieu-Daudé2024-12-202-55/+57
| * | accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)Philippe Mathieu-Daudé2024-12-202-5/+8
| * | accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal.h'Philippe Mathieu-Daudé2024-12-201-28/+0
| * | accel/tcg: Move page_[un]protect() to 'user/page-protection.h'Philippe Mathieu-Daudé2024-12-202-5/+20
| * | accel/tcg: Use tb_page_addr_t type in page_unprotect()Philippe Mathieu-Daudé2024-12-201-1/+1
| * | accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'Philippe Mathieu-Daudé2024-12-202-17/+24
| * | include: Include missing 'qemu/clang-tsa.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+1
| * | exec/ram_addr: Include missing 'exec/hwaddr.h' and 'exec/cpu-common.h'Philippe Mathieu-Daudé2024-12-201-0/+3
| * | user: Introduce 'user/guest-host.h' headerPhilippe Mathieu-Daudé2024-12-203-79/+89
| * | exec/translation-block: Include missing 'exec/vaddr.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+1
| * | exec/cpu-defs: Remove unnecessary headersPhilippe Mathieu-Daudé2024-12-201-8/+0
| * | exec/cpu-all: Include missing 'exec/cpu-defs.h' headerPhilippe Mathieu-Daudé2024-12-201-1/+1
| * | accel/tcg: Have tlb_vaddr_to_host() use vaddr typePhilippe Mathieu-Daudé2024-12-201-1/+2
| * | system: Move 'exec/confidential-guest-support.h' to system/Philippe Mathieu-Daudé2024-12-201-3/+3
| * | include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-20101-108/+108
| * | qom: New object_property_add_new_container()Peter Xu2024-12-201-0/+12
| * | qom: Add TYPE_CONTAINER macroPeter Xu2024-12-201-0/+1
| * | log: Add separate debug option for logging invalid memory accessesBALATON Zoltan2024-12-201-0/+1
| |/
* | Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...Stefan Hajnoczi2024-12-216-13/+48
|\ \
| * | hw/riscv: Add the checking if DTB overlaps to kernel or initrdJim Shu2024-12-201-0/+3
| * | hw/riscv: Add a new struct RISCVBootInfoJim Shu2024-12-201-8/+17
| * | hw/riscv: Support to load DTB after 3GB memory on 64-bit system.Jim Shu2024-12-201-1/+1
| * | hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 formatSia Jee Heng2024-12-202-3/+6
| * | hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsicDaniel Henrique Barboza2024-12-201-0/+6
| * | hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpersDaniel Henrique Barboza2024-12-201-0/+1
| * | hw/intc/riscv_aplic: rename is_kvm_aia()Daniel Henrique Barboza2024-12-201-0/+1
| * | hw/riscv/riscv-iommu: implement reset protocolDaniel Henrique Barboza2024-12-201-2/+4
| * | hw/riscv/virt: Add IOMMU as platform device if the option is setSunil V L2024-12-202-1/+7
| * | hw/riscv: add riscv-iommu-sys platform deviceTomasz Jeznach2024-12-201-0/+4
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2024-12-214-11/+55
|\ \ \ | |_|/ |/| |