Age | Commit message (Expand) | Author | Files | Lines |
2025-02-13 | rust: add bindings for timer | Zhao Liu | 6 | -0/+109 |
2025-02-13 | rust: add bindings for memattrs | Zhao Liu | 3 | -2/+16 |
2025-02-13 | rust: add bindings for gpio_{in|out} initialization | Zhao Liu | 2 | -5/+43 |
2025-02-13 | rust/irq: Add a helper to convert [InterruptSource] to pointer | Zhao Liu | 1 | -0/+6 |
2025-02-13 | rust/qdev: add the macro to define bit property | Zhao Liu | 1 | -0/+12 |
2025-02-13 | i386/fw_cfg: move hpet_cfg definition to hpet.c | Zhao Liu | 3 | -10/+14 |
2025-02-13 | rust: pl011: convert pl011_create to safe Rust | Paolo Bonzini | 2 | -24/+51 |
2025-02-13 | rust: chardev, qdev: add bindings to qdev_prop_set_chr | Paolo Bonzini | 5 | -1/+32 |
2025-02-13 | rust: irq: define ObjectType for IRQState | Paolo Bonzini | 1 | -3/+12 |
2025-02-13 | rust: bindings for MemoryRegionOps | Paolo Bonzini | 9 | -61/+227 |
2025-02-13 | rust: bindings: add Send and Sync markers for types that have bindings | Paolo Bonzini | 2 | -0/+49 |
2025-02-13 | rust: qdev: switch from legacy reset to Resettable | Paolo Bonzini | 4 | -28/+99 |
2025-02-13 | rust: qdev: make ObjectImpl a supertrait of DeviceImpl | Paolo Bonzini | 1 | -2/+2 |
2025-02-13 | rust: qom: allow initializing interface vtables | Paolo Bonzini | 2 | -2/+44 |
2025-02-13 | rust: qdev: add clock creation | Paolo Bonzini | 4 | -31/+125 |
2025-02-13 | rust: callbacks: allow passing optional callbacks as () | Paolo Bonzini | 1 | -0/+97 |
2025-02-13 | rust: qom: add object creation functionality | Paolo Bonzini | 4 | -34/+48 |
2025-02-13 | rust: qom: add reference counting functionality | Paolo Bonzini | 3 | -7/+178 |
2025-02-13 | rust: docs: document naming convention | Paolo Bonzini | 1 | -0/+44 |
2025-02-12 | Merge tag 'pull-loongarch-20250212' of https://gitlab.com/bibo-mao/qemu into ... | Stefan Hajnoczi | 6 | -563/+584 |
2025-02-12 | Merge tag 'pull-nbd-2025-02-11' of https://repo.or.cz/qemu/ericb into staging | Stefan Hajnoczi | 6 | -28/+64 |
2025-02-12 | Merge tag 'pull-target-arm-20250211' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 37 | -714/+2330 |
2025-02-12 | Merge tag 'pull-vfio-20250211' of https://github.com/legoater/qemu into staging | Stefan Hajnoczi | 12 | -165/+177 |
2025-02-12 | hw/loongarch/virt: CPU irq line connection improvement | Bibo Mao | 2 | -24/+38 |
2025-02-12 | hw/loongarch/virt: Remove unused ipistate | Bibo Mao | 2 | -7/+0 |
2025-02-12 | hw/loongarch/virt: Set iocsr address space when CPU is created | Bibo Mao | 1 | -1/+1 |
2025-02-12 | hw/loongarch/virt: Add separate file for fdt building | Bibo Mao | 4 | -525/+539 |
2025-02-12 | hw/loongarch/virt: Rename function prefix name | Bibo Mao | 3 | -5/+5 |
2025-02-12 | hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build | Bibo Mao | 2 | -1/+1 |
2025-02-11 | nbd/server: Allow users to adjust handshake limit in QMP | Eric Blake | 4 | -13/+33 |
2025-02-11 | qemu-nbd: Allow users to adjust handshake limit | Eric Blake | 2 | -15/+31 |
2025-02-11 | Merge tag 'pull-request-2025-02-11' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 10 | -187/+228 |
2025-02-11 | target/arm: Sink fp_status and fpcr access into do_fmlal* | Richard Henderson | 1 | -12/+16 |
2025-02-11 | target/arm: Read fz16 from env->vfp.fpcr | Richard Henderson | 1 | -6/+6 |
2025-02-11 | target/arm: Simplify DO_VFP_cmp in vfp_helper.c | Richard Henderson | 1 | -5/+5 |
2025-02-11 | target/arm: Simplify fp_status indexing in mve_helper.c | Richard Henderson | 1 | -26/+14 |
2025-02-11 | target/arm: Remove fp_status_a32 | Richard Henderson | 4 | -17/+12 |
2025-02-11 | target/arm: Remove fp_status_a64 | Richard Henderson | 5 | -16/+15 |
2025-02-11 | target/arm: Remove fp_status_f16_a32 | Richard Henderson | 4 | -11/+10 |
2025-02-11 | target/arm: Remove fp_status_f16_a64 | Richard Henderson | 5 | -16/+14 |
2025-02-11 | target/arm: Remove ah_fp_status | Richard Henderson | 3 | -8/+7 |
2025-02-11 | target/arm: Remove ah_fp_status_f16 | Richard Henderson | 3 | -8/+7 |
2025-02-11 | target/arm: Remove standard_fp_status | Richard Henderson | 5 | -23/+22 |
2025-02-11 | target/arm: Remove standard_fp_status_f16 | Richard Henderson | 4 | -19/+18 |
2025-02-11 | target/arm: Introduce CPUARMState.vfp.fp_status[] | Richard Henderson | 2 | -114/+71 |
2025-02-11 | target/arm: Enable FEAT_RPRES for -cpu max | Peter Maydell | 2 | -0/+2 |
2025-02-11 | target/arm: Implement increased precision FRSQRTE | Peter Maydell | 1 | -13/+64 |
2025-02-11 | target/arm: Implement increased precision FRECPE | Peter Maydell | 1 | -8/+46 |
2025-02-11 | target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper | Peter Maydell | 6 | -8/+85 |
2025-02-11 | target/arm: Enable FEAT_AFP for '-cpu max' | Peter Maydell | 2 | -0/+2 |