aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-05rust: clean up detection of the languagePaolo Bonzini
2024-11-05rust: do not use MaybeUninit::zeroed()Paolo Bonzini
2024-11-05rust: introduce alternative implementation of offset_of!Junjie Mao
2024-11-05rust: create a cargo workspacePaolo Bonzini
2024-11-05rust: synchronize dependencies between subprojects and Cargo.lockPaolo Bonzini
2024-11-05rust: silence unknown warnings for the sake of old compilersPaolo Bonzini
2024-11-05rust: introduce a c_str macroPaolo Bonzini
2024-11-05rust: use std::os::raw instead of core::ffiPaolo Bonzini
2024-11-05rust: fix cfgs of proc-macro2 for 1.63.0Paolo Bonzini
2024-11-05rust: patch bilge-impl to allow compilation with 1.63.0Paolo Bonzini
2024-11-05rust/pl011: Use correct masks for IBRD and FBRDManos Pitsidianakis
2024-11-05rust/pl011: remove commented out C codeManos Pitsidianakis
2024-11-05rust/pl011: add TYPE_PL011_LUMINARY deviceManos Pitsidianakis
2024-11-05rust/pl011: move CLK_NAME static to function scopeManos Pitsidianakis
2024-11-05rust/pl011: add support for migrationManos Pitsidianakis
2024-11-05rust/pl011: fix default value for migrate-clockPaolo Bonzini
2024-11-05rust: add definitions for vmstateManos Pitsidianakis
2024-11-05rust: do not use TYPE_CHARDEV unnecessarilyPaolo Bonzini
2024-11-05rust: provide safe wrapper for MaybeUninit::zeroed()Paolo Bonzini
2024-11-05rust: make properties array immutablePaolo Bonzini
2024-11-05rust: clean up define_property macroPaolo Bonzini
2024-11-05rust: cleanup module_init!, use it from #[derive(Object)]Paolo Bonzini
2024-11-05rust: build integration test for the qemu_api cratePaolo Bonzini
2024-11-05rust: modernize link_section usage for ELF platformsPaolo Bonzini
2024-11-05rust: remove uses of #[no_mangle]Paolo Bonzini
2024-11-05rust: do not use --no-size_t-is-usizePaolo Bonzini
2024-11-05rust: do not always select X_PL011_RUSTPaolo Bonzini
2024-11-05meson: pass rustc_args when building all cratesPaolo Bonzini
2024-11-05meson: remove repeated search for rust_root_crate.shPaolo Bonzini
2024-11-05meson: import rust module into a global variablePaolo Bonzini
2024-11-05rust: add PL011 device modelManos Pitsidianakis
2024-11-05Revert "rust: add PL011 device model"Manos Pitsidianakis
2024-11-05rust/wrapper.h: define memory_order enumManos Pitsidianakis
2024-11-05qdev: make properties array "const"Paolo Bonzini
2024-11-05tests/tcg: Add SIGRTMIN/SIGRTMAX testIlya Leoshkevich
2024-11-05linux-user: Allow custom rt signal mappingsIlya Leoshkevich
2024-11-05linux-user: Fix GDB complaining about system-supplied DSO string table indexIlya Leoshkevich
2024-11-05tests/tcg: Replace -mpower8-vector with -mcpu=power8Ilya Leoshkevich
2024-11-05target/arm: Enable FEAT_CMOW for -cpu maxGustavo Romero
2024-11-05hw/net/npcm_gmac: Change error log to trace eventNabih Estefan
2024-11-05hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write...Bernhard Beschow
2024-11-05hw/watchdog/wdt_imx2: Remove redundant assignmentBernhard Beschow
2024-11-05hw/timer/imx_gpt: Convert DPRINTF to trace eventsBernhard Beschow
2024-11-05hw/rtc/ds1338: Trace send and receive operationsBernhard Beschow
2024-11-05disas: Fix build against Capstone v6 (again)Richard Henderson
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell