Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-03-06 | rust: qemu_api_macros: add Wrapper derive macro | Paolo Bonzini | 1 | -1/+89 |
2025-01-10 | rust: qemu-api-macros: add automatic TryFrom/TryInto derivation | Paolo Bonzini | 1 | -2/+72 |
2025-01-10 | rust: qemu-api-macros: extend error reporting facility to parse errors | Paolo Bonzini | 2 | -17/+36 |
2025-01-10 | rust: macros: check that the first field of a #[derive(Object)] struct is a P... | Paolo Bonzini | 1 | -19/+27 |
2025-01-10 | rust: macros: check that #[derive(Object)] requires #[repr(C)] | Paolo Bonzini | 1 | -6/+11 |
2024-12-19 | rust: rename qemu-api modules to follow C code a bit more | Paolo Bonzini | 1 | -1/+1 |
2024-11-05 | rust: introduce alternative implementation of offset_of! | Junjie Mao | 1 | -2/+73 |
2024-11-05 | rust: cleanup module_init!, use it from #[derive(Object)] | Paolo Bonzini | 1 | -28/+5 |
2024-11-05 | rust: modernize link_section usage for ELF platforms | Paolo Bonzini | 1 | -2/+5 |
2024-10-11 | rust: add utility procedural macro crate | Manos Pitsidianakis | 1 | -0/+43 |