summary refs log tree commit diff stats
path: root/rust/hw/timer/hpet/src/device.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust/hpet: Convert qdev properties to #property macroZhao Liu2025-09-221-48/+7
* rust/hpet: Clean up type mismatch for num_timers propertyZhao Liu2025-09-221-1/+1
* rust: re-export qemu macros from common/qom/hwcoreMarc-André Lureau2025-09-171-3/+3
* rust: rename qemu_api_macros -> qemu_macrosMarc-André Lureau2025-09-171-3/+3
* rust: split "hwcore" crateMarc-André Lureau2025-09-171-14/+12
* rust: split "system" crateMarc-André Lureau2025-09-171-7/+5
* rust: split "qom" crateMarc-André Lureau2025-09-171-2/+1
* rust: split "bql" crateMarc-André Lureau2025-09-171-1/+1
* rust: split "migration" crateMarc-André Lureau2025-09-171-5/+6
* rust: split "util" crateMarc-André Lureau2025-09-171-3/+3
* rust: split Rust-only "common" crateMarc-André Lureau2025-09-171-1/+1
* rust: qdev: const_refs_to_staticPaolo Bonzini2025-09-171-7/+2
* rust: vmstate: use const_refs_to_staticPaolo Bonzini2025-09-171-3/+5
* rust: vmstate: convert to use builder patternZhao Liu2025-09-171-97/+69
* rust: add qdev Device derive macroManos Pitsidianakis2025-09-171-1/+5
* rust: hpet: fix new warningPaolo Bonzini2025-06-201-1/+1
* rust: qom: change instance_init to take a ParentInit<>Paolo Bonzini2025-06-171-10/+6
* rust: hpet: fully initialize object during instance_initPaolo Bonzini2025-06-171-17/+25
* rust/hpet: Drop BqlCell wrapper for num_timersZhao Liu2025-06-061-16/+11
* rust/hpet: return errors from realize if properties are incorrectPaolo Bonzini2025-06-061-9/+7
* rust/hpet: change type of num_timers to usizePaolo Bonzini2025-06-061-12/+12
* rust: qdev: support returning errors from realizePaolo Bonzini2025-06-061-2/+3
* rust: hpet: rename hpet module to "device"Paolo Bonzini2025-05-271-0/+1052