summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-08accel/tcg: Build tcg-runtime.c onceRichard Henderson2-7/+3
2025-03-08qemu/atomic128: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-03-08qemu/atomic: Rename atomic128-ldst.h headers using .h.inc suffixPhilippe Mathieu-Daudé6-3/+3
2025-03-08qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffixPhilippe Mathieu-Daudé3-2/+2
2025-03-08accel/tcg: Split out getpc.hRichard Henderson2-9/+25
2025-03-08accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'Philippe Mathieu-Daudé2-9/+11
2025-03-08accel/tcg: Build tcg-accel-ops-mttcg.c onceRichard Henderson2-2/+1
2025-03-08accel/tcg: Build tcg-accel-ops-rr.c onceRichard Henderson2-2/+2
2025-03-08accel/tcg: Build tcg-accel-ops-icount.c onceRichard Henderson2-2/+2
2025-03-08accel/tcg: Build tcg-accel-ops.c onceRichard Henderson1-1/+1
2025-03-08system: Build watchpoint.c onceRichard Henderson1-1/+1
2025-03-08exec: Declare tlb_flush*() in 'exec/cputlb.h'Philippe Mathieu-Daudé34-211/+224
2025-03-08exec: Declare tlb_hit*() in 'exec/cputlb.h'Philippe Mathieu-Daudé2-23/+23
2025-03-08exec: Declare tlb_set_page() in 'exec/cputlb.h'Philippe Mathieu-Daudé15-15/+24
2025-03-08exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'Philippe Mathieu-Daudé4-27/+30
2025-03-08exec: Declare tlb_set_page_full() in 'exec/cputlb.h'Philippe Mathieu-Daudé3-23/+24
2025-03-08exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'Philippe Mathieu-Daudé4-3/+9
2025-03-08accel/tcg: Compile watchpoint.c onceRichard Henderson4-6/+5
2025-03-08include/exec: Split out exec/cpu-interrupt.hRichard Henderson3-65/+71
2025-03-07include/exec: Move TARGET_PAGE_{SIZE,MASK,BITS} to target_page.hRichard Henderson5-48/+51
2025-03-07accel/tcg: Restrict CPU_TLB_DYN_*_BITS definitions to accel/tcg/Philippe Mathieu-Daudé2-26/+27
2025-03-07linux-user/main: Allow setting tb-sizeIlya Leoshkevich1-0/+12
2025-03-07target/rx: Remove TCG_CALL_NO_WG from helpers which write envKeith Packard1-17/+17
2025-03-07target/rx: Set exception vector base to 0xffffff80Keith Packard1-1/+1
2025-03-07hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helperJianChunfu5-23/+31
2025-03-07include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGNPeter Maydell1-2/+6
2025-03-07util/qemu-timer.c: Don't warp timer from timerlist_rearm()Peter Maydell1-4/+0
2025-03-07target/arm: Make dummy debug registers RAZ, not NOPPeter Maydell1-3/+4
2025-03-07target/arm: Drop unused address_offset from op_addr_{rr, ri}_post()Peter Maydell1-13/+13
2025-03-07target/arm: Correct STRD atomicityPeter Maydell1-20/+39
2025-03-07target/arm: Correct LDRD atomicity and fault behaviourPeter Maydell1-24/+46
2025-03-07hw/arm: enable secure EL2 timers for sbsa machineAlex Bennée1-0/+2
2025-03-07hw/arm: enable secure EL2 timers for virt machineAlex Bennée1-0/+2
2025-03-07target/arm: Document the architectural names of our GTIMERsAlex Bennée1-5/+5
2025-03-07target/arm: Implement SEL2 physical and virtual timersAlex Bennée5-1/+174
2025-03-07target/arm: Refactor handling of timer offset for direct register accessesPeter Maydell3-54/+62
2025-03-07target/arm: Always apply CNTVOFF_EL2 for CNTV_TVAL_EL02 accessesPeter Maydell1-9/+27
2025-03-07target/arm: Make CNTPS_* UNDEF from Secure EL1 when Secure EL2 is enabledPeter Maydell1-0/+3
2025-03-07target/arm: Don't apply CNTVOFF_EL2 for EL2_VIRT timerPeter Maydell1-2/+0
2025-03-07target/arm: Apply correct timer offset when calculating deadlinesPeter Maydell1-2/+27
2025-03-07tests/functional/test_arm_sx1: Check whether the serial console is workingThomas Huth2-3/+5
2025-03-07hw/gpio: npcm7xx: fixup out-of-bounds accessPatrick Venture1-2/+1
2025-03-07hw/arm/smmu-common: Remove the repeated ttb fieldJianChunfu1-1/+0
2025-03-07s390x/pci: indicate QEMU supports relaxed translation for passthroughMatthew Rosato2-1/+5
2025-03-07s390x/pci: add support for guests that request direct mappingMatthew Rosato5-8/+75
2025-03-07MAINTAINERS: Add docs/devel/testing/functional.rst to the functional sectionThomas Huth1-0/+1
2025-03-07doc: add missing 'Asset' type in function test docAditya Gupta1-2/+4
2025-03-07tests/functional/test_virtio_balloon: Only use KVM for running this testThomas Huth1-1/+2
2025-03-07tests/functional: fix race in virtio balloon testDaniel P. Berrangé1-5/+21
2025-03-07tests/functional: Increase the timeout of the mips64el_replay testThomas Huth1-0/+1